mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 21:00:44 +00:00
[Report #16429]
* EOAdaptors/Postgres95/Postgres95Private.m (PSQLA_postgresCalendarFormat): Change format from to include milliseconds suggested by: Sergey Golovin, svgol at mail dot ru. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@22810 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3d705c00c4
commit
0904fd9b19
2 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,11 @@
|
|||
([NSObject takeValue:forKey:]): Replace deprecated use of
|
||||
GSObjCSetValue with GSObjCSetVal.
|
||||
|
||||
[Report #16429]
|
||||
* EOAdaptors/Postgres95/Postgres95Private.m
|
||||
(PSQLA_postgresCalendarFormat): Change format from to include
|
||||
milliseconds suggested by: Sergey Golovin, svgol at mail dot ru.
|
||||
|
||||
2006-03-19 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* EOControl/EODetailDataSource.m (-editingContext): Return the master
|
||||
|
|
|
@ -71,7 +71,7 @@ NSNumber *PSQLA_NSNumberBool_No=nil;
|
|||
|
||||
EONull *PSQLA_EONull=nil;
|
||||
NSArray *PSQLA_NSArray=nil;
|
||||
NSString *PSQLA_postgresCalendarFormat=@"%Y-%m-%d %H:%M:%S%z";
|
||||
NSString *PSQLA_postgresCalendarFormat=@"%Y-%m-%d %H:%M:%S.%F %z";
|
||||
|
||||
// ==== Init Method ====
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue