mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-19 10:00:59 +00:00
Ensure dates are quoted correctly irrespective of their current format.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@38835 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6114a2b053
commit
dc97e17119
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2015-07-23 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* SQLClient.m (initialize): Restore initialization of NSDateClass
|
||||
so that dates are quoted correctly irrespective of their current
|
||||
format.
|
||||
|
||||
2015-07-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* SQLClient.h:
|
||||
|
|
|
@ -934,6 +934,7 @@ static int poolConnections = 0;
|
|||
rollbackStatement
|
||||
= [[NSArray arrayWithObject: rollbackString] retain];
|
||||
NSStringClass = [NSString class];
|
||||
NSDateClass = [NSDate class];
|
||||
NSArrayClass = [NSArray class];
|
||||
NSSetClass = [NSSet class];
|
||||
[NSTimer scheduledTimerWithTimeInterval: 1.0
|
||||
|
|
Loading…
Reference in a new issue