Merge lp://staging/~linuxjedi/libdrizzle/5.1-fixes into lp://staging/libdrizzle
Proposed by
Andrew Hutchings
Status: | Merged | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Approved by: | Andrew Hutchings | ||||||||||||||||||||
Approved revision: | 117 | ||||||||||||||||||||
Merged at revision: | 116 | ||||||||||||||||||||
Proposed branch: | lp://staging/~linuxjedi/libdrizzle/5.1-fixes | ||||||||||||||||||||
Merge into: | lp://staging/libdrizzle | ||||||||||||||||||||
Diff against target: |
144 lines (+19/-12) 7 files modified
libdrizzle/datetime.h (+1/-0) libdrizzle/pack.cc (+10/-2) libdrizzle/pack.h (+2/-2) libdrizzle/statement.cc (+2/-2) libdrizzle/statement_param.cc (+3/-4) tests/unit/datetypes.c (+1/-1) tests/unit/include.am (+0/-1) |
||||||||||||||||||||
To merge this branch: | bzr merge lp://staging/~linuxjedi/libdrizzle/5.1-fixes | ||||||||||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Drizzle Trunk | Pending | ||
Review via email: mp+160847@code.staging.launchpad.net |
Description of the change
Fix datetime output for prepared statement
Microsecond handling and leading zeros were incorrect
(Wim's test case now passes! :)
To post a comment you must log in.