* 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:
David Ayers 2006-04-24 17:24:13 +00:00
parent 3d705c00c4
commit 0904fd9b19
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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