Closed
Bug 285551
Opened 20 years ago
Closed 20 years ago
Schema::Pg should explictly set "timestamp without time zone" and no fractions of seconds
Categories
(Bugzilla :: Bugzilla-General, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: mkanat, Assigned: edwardjsabol)
References
Details
Attachments
(1 file)
439 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
The DATETIME type for Schema::Pg needs to have two additions:
+ It needs to have "without time zone" appended to it.
+ It needs to be set so that it does not use fractions of seconds (with the
"precision" argument.
Attachment #176983 -
Flags: review?(mkanat)
Reporter | ||
Comment 2•20 years ago
|
||
Comment on attachment 176983 [details] [diff] [review]
Change DATETIME for Pg
Yep, looks right to me.
Attachment #176983 -
Flags: review?(mkanat) → review+
Reporter | ||
Updated•20 years ago
|
Flags: approval?
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.20
Updated•20 years ago
|
Flags: approval? → approval+
Reporter | ||
Comment 3•20 years ago
|
||
Checking in Bugzilla/DB/Schema/Pg.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB/Schema/Pg.pm,v <-- Pg.pm
new revision: 1.2; previous revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•