Merge lp:~sharan-monikantan/drizzle/trunk-bug-1058382 into lp:drizzle

Proposed by Sharan Kumar
Status: Merged
Approved by: Brian Aker
Approved revision: 2595
Merged at revision: 2597
Proposed branch: lp:~sharan-monikantan/drizzle/trunk-bug-1058382
Merge into: lp:drizzle
Diff against target: 15 lines (+2/-2)
1 file modified
docs/date_time_data_types.rst (+2/-2)
To merge this branch: bzr merge lp:~sharan-monikantan/drizzle/trunk-bug-1058382
Reviewer Review Type Date Requested Status
Vijay Samuel Pending
Drizzle Trunk Pending
Review via email: mp+127082@code.launchpad.net

Description of the change

Updated the timestamp values in the documentation.
Fixed bug 1058382.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'docs/date_time_data_types.rst'
2--- docs/date_time_data_types.rst 2011-02-23 15:33:37 +0000
3+++ docs/date_time_data_types.rst 2012-09-28 23:15:27 +0000
4@@ -8,9 +8,9 @@
5 +------------+------------------------------+------------------------------+------------------------+---------------+---------------+
6 |Data Type |Lowest Value (or NULL) |Maximum Value |Description |Storage Size |Resolution |
7 +============+==============================+==============================+========================+===============+===============+
8-|TIMESTAMP |'0001-01-01 00:00:00' |'9999-12-31 23:59:59' |both date and time |4 bytes |1 second |
9+|TIMESTAMP |'1970-01-01 00:00:00' |'2038-01-19 03:14:07' |both date and time |4 bytes |1 second |
10 +------------+------------------------------+------------------------------+------------------------+---------------+---------------+
11-|TIMESTAMP(6)|'0001-01-01 00:00:00.000000' |'9999-12-31 23:59:59.999999' |both date and time |8 bytes |1 microsecond |
12+|TIMESTAMP(6)|'1970-01-01 00:00:00.000000' |'2038-01-19 03:14:07.999999' |both date and time |8 bytes |1 microsecond |
13 +------------+------------------------------+------------------------------+------------------------+---------------+---------------+
14 |DATE |'0001-01-01' |'9999-12-31' |dates only |4 bytes |1 day |
15 +------------+------------------------------+------------------------------+------------------------+---------------+---------------+

Subscribers

People subscribed via source and target branches

to all changes: