Merge lp://qastaging/~mordred/drizzle/libdrizzle-cxx into lp://qastaging/drizzle/7.0

Proposed by Monty Taylor
Status: Superseded
Proposed branch: lp://qastaging/~mordred/drizzle/libdrizzle-cxx
Merge into: lp://qastaging/drizzle/7.0
Diff against target: 1660 lines (+426/-201) (has conflicts)
24 files modified
configure.ac (+5/-2)
examples/client.cc (+6/-6)
examples/server.cc (+0/-1)
examples/sqlite_server.cc (+1/-0)
libdrizzle/column.cc (+10/-11)
libdrizzle/column.h (+1/-1)
libdrizzle/column_server.h (+1/-1)
libdrizzle/conn.cc (+23/-20)
libdrizzle/conn.h (+5/-5)
libdrizzle/conn_server.h (+4/-1)
libdrizzle/constants.h (+16/-2)
libdrizzle/drizzle.cc (+15/-16)
libdrizzle/drizzle.h (+3/-3)
libdrizzle/field.cc (+3/-3)
libdrizzle/handshake.cc (+6/-6)
libdrizzle/include.am (+38/-27)
libdrizzle/query.cc (+32/-12)
libdrizzle/query.h (+6/-4)
libdrizzle/result.cc (+73/-48)
libdrizzle/row.cc (+11/-13)
libdrizzle/structs.h (+141/-16)
support-files/include.am (+1/-1)
support-files/libdrizzle-1.0.pc.in (+3/-2)
unittests/libdrizzle_test.cc (+22/-0)
Text conflict in libdrizzle/include.am
To merge this branch: bzr merge lp://qastaging/~mordred/drizzle/libdrizzle-cxx
Reviewer Review Type Date Requested Status
Drizzle Developers Pending
Review via email: mp+45453@code.qastaging.launchpad.net

Description of the change

This is the result of me talking on IRC and/or actually reading mailing lists.

To post a comment you must log in.
Revision history for this message
Brian Aker (brianaker) wrote :

This will break any application compiled against libdrizzle :(

We can really only do this if you don't modify the types.

Unmerged revisions

2230. By Monty Taylor

Install libdrizzle into libdrizzle-1.0 dir.

2229. By Monty Taylor

Removed a merge artifact.

2228. By Andrew Hutchings

Add drizzle_safe_escape_string() function

2227. By Andrew Hutchings

Add struct constructors
Fix addrinfo flags not set correctly

2226. By Monty Taylor

Moving libdrizzle to c++.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches