mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* EOAdaptors/Postgres95/Postgres95SQLExpression.m
(externalNameQuoteCharacter): Remove. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20724 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
764850852f
commit
528a20ee0c
2 changed files with 3 additions and 8 deletions
|
@ -11,6 +11,9 @@
|
|||
* EOAdaptors/Postgres95/Postgres95Values.m
|
||||
(newValueForBytes:length:attribute:): Remove reference to
|
||||
EOAdaptorUnknownType.
|
||||
|
||||
* EOAdaptors/Postgres95/Postgres95SQLExpression.m
|
||||
(externalNameQuoteCharacter): Remove.
|
||||
|
||||
2005-02-14 David Ayers <d.ayers@inode.at>
|
||||
|
||||
|
|
|
@ -383,14 +383,6 @@ static IMP NSCalendarDatePostgres95FormatIMP=NULL;
|
|||
return formatted;
|
||||
}
|
||||
|
||||
- (NSString *)externalNameQuoteCharacter
|
||||
{
|
||||
if ([EOSQLExpression useQuotedExternalNames])
|
||||
return @"'";
|
||||
else
|
||||
return @"";
|
||||
}
|
||||
|
||||
- (NSString *)lockClause
|
||||
{
|
||||
return @"FOR UPDATE";
|
||||
|
|
Loading…
Reference in a new issue