lp:~wiml-omni/libdrizzle/date-time

Created by Wim Lewis and last modified
Get this branch:
bzr branch lp:~wiml-omni/libdrizzle/date-time
Only Wim Lewis can upload to this branch. If you are Wim Lewis please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Wim Lewis
Project:
Drizzle Client & Protocol Library
Status:
Merged

Recent revisions

115. By Wim Lewis

Reorganize string formatting in time_to_string() and timestamp_to_string().
Reduced duplication of code for formatting similar types.
Combine hours+days when converting to a string, but leave them separate in the binary structure, to match the wire format.
Make sure we have leading zeroes on the microseconds.
Add a comment about the right way to decide whether to include the microseconds field (a bug currently caught by the datetypes test).

114. By Wim Lewis

Don't leave uninitialized data at the end of datetime_st

113. By Wim Lewis

Give drizzle_unpack_[date]time()'s result an accurate type
(drizzle_datetime_st * rather than char *).

112. By Wim Lewis

Corrected packing of date/time types.
These fields start with a length byte to tell the server how many subfields we're sending.
Be sure to send optional subfields even if zero if they're needed to let us send a later optional subfield that isn't zero.

111. By Wim Lewis

Send timestamp parameters as TYPE_TIMESTAMP, not TYPE_TIME.
Also be sure there's no uninitialized data in the timestamp struct.

110. By Wim Lewis

Include leading zeroes when formatting months/minutes/etc in dates and times.

109. By Drizzle Continuous Integration

Merge lp:~wiml/libdrizzle/integer-sizes Build: jenkins-Libdrizzle-74

108. By Drizzle Continuous Integration

Merge lp:~wiml/libdrizzle/unit-tests Build: jenkins-Libdrizzle-69

107. By Drizzle Continuous Integration

Merge lp:~linuxjedi/libdrizzle/5.1-docs2 Build: jenkins-Libdrizzle-68

106. By Drizzle Continuous Integration

Merge lp:~linuxjedi/libdrizzle/5.1-binlogs-err Build: jenkins-Libdrizzle-67

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:libdrizzle
This branch contains Public information 
Everyone can see this information.

Subscribers