bugGNUstep - Bugs: bug #16429, Postgres95Adaptor don't work with...

Group
 
 

bug #16429: Postgres95Adaptor don't work with milliseconds in date/time values

Submitter:  Sergei Golovin <svg>
Submitted:  Mon 24 Apr 2006 06:44:35 AM UTC
   
 
Category:  gdl2 Severity:  3 - Normal
Item Group:  Change Request Status:  Fixed
Privacy:  Public Assigned to:  ayers
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 24 Apr 2006 05:26:10 PM UTC, comment #1: 

OK, commited.

David Ayers <ayers>
Group Member
Mon 24 Apr 2006 06:44:35 AM UTC, original submission:  

Postgres95Private.m define PSQLA_postgresCalendarFormat variable:

----------------------------------------------------------------------------------------------
NSString *PSQLA_postgresCalendarFormat=@"%Y-%m-%d %H:%M:%S%z";
----------------------------------------------------------------------------------------------

though better (IMHO):

----------------------------------------------------------------------------------------------
NSString *PSQLA_postgresCalendarFormat=@"%Y-%m-%d %H:%M:%S.%F %z";
----------------------------------------------------------------------------------------------

Sergei Golovin <svg>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-04-24 ayers Item GroupBug Change Request
    StatusNone Fixed
    Assigned toNone ayers
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code