Merge lp://staging/~linuxjedi/libdrizzle/5.1-fix-null-bitmap into lp://staging/libdrizzle
Proposed by
Andrew Hutchings
Status: | Merged |
---|---|
Approved by: | Andrew Hutchings |
Approved revision: | 112 |
Merged at revision: | 112 |
Proposed branch: | lp://staging/~linuxjedi/libdrizzle/5.1-fix-null-bitmap |
Merge into: | lp://staging/libdrizzle |
Diff against target: |
355 lines (+68/-35) 7 files modified
libdrizzle/field.cc (+13/-1) libdrizzle/result.h (+2/-0) libdrizzle/row.cc (+7/-1) libdrizzle/statement.cc (+40/-26) libdrizzle/statement_param.cc (+1/-1) tests/unit/include.am (+0/-2) tests/unit/nulls.c (+5/-4) |
To merge this branch: | bzr merge lp://staging/~linuxjedi/libdrizzle/5.1-fix-null-bitmap |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Drizzle Trunk | Pending | ||
Review via email: mp+160176@code.staging.launchpad.net |
Description of the change
Fixes many bugs that break NULL data in prepared statements.
To post a comment you must log in.