2002-11-15 22:57:05 +00:00
|
|
|
/**
|
|
|
|
EOSQLQualifier.m <title>EOSQLQualifier Class</title>
|
|
|
|
|
2005-08-17 08:07:57 +00:00
|
|
|
Copyright (C) 2002,2003,2004,2005 Free Software Foundation, Inc.
|
2002-11-15 22:57:05 +00:00
|
|
|
|
2004-11-03 12:03:14 +00:00
|
|
|
Author: Manuel Guesdon <mguesdon@orange-concept.com>
|
2002-11-15 22:57:05 +00:00
|
|
|
Date: February 2002
|
|
|
|
|
|
|
|
$Revision$
|
|
|
|
$Date$
|
|
|
|
|
|
|
|
<abstract></abstract>
|
|
|
|
|
|
|
|
This file is part of the GNUstep Database Library.
|
|
|
|
|
|
|
|
<license>
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU Library General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
2007-07-12 06:39:22 +00:00
|
|
|
version 3 of the License, or (at your option) any later version.
|
2002-11-15 22:57:05 +00:00
|
|
|
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
Library General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
|
|
License along with this library; see the file COPYING.LIB.
|
|
|
|
If not, write to the Free Software Foundation,
|
2005-08-17 08:07:57 +00:00
|
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
2002-11-15 22:57:05 +00:00
|
|
|
</license>
|
|
|
|
**/
|
|
|
|
|
2002-12-31 16:25:21 +00:00
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
RCS_ID("$Id$")
|
2002-11-15 22:57:05 +00:00
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
|
|
|
|
2004-03-19 16:41:21 +00:00
|
|
|
#ifdef GNUSTEP
|
2009-06-01 11:51:06 +00:00
|
|
|
#include <Foundation/NSArray.h>
|
2003-03-31 00:24:15 +00:00
|
|
|
#include <Foundation/NSDictionary.h>
|
|
|
|
#include <Foundation/NSSet.h>
|
|
|
|
#include <Foundation/NSException.h>
|
|
|
|
#include <Foundation/NSDebug.h>
|
|
|
|
#else
|
|
|
|
#include <Foundation/Foundation.h>
|
2003-08-25 20:01:59 +00:00
|
|
|
#include <GNUstepBase/GNUstep.h>
|
2010-04-26 21:52:42 +00:00
|
|
|
#include <GNUstepBase/NSDebug+GNUstepBase.h>
|
2010-06-09 12:48:33 +00:00
|
|
|
#include <GNUstepBase/NSObject+GNUstepBase.h>
|
|
|
|
#include <GNUstepBase/NSString+GNUstepBase.h>
|
2003-07-11 19:04:05 +00:00
|
|
|
#endif
|
|
|
|
|
2003-03-31 00:24:15 +00:00
|
|
|
#include <EOAccess/EOSQLQualifier.h>
|
|
|
|
#include <EOAccess/EOAttribute.h>
|
|
|
|
#include <EOAccess/EORelationship.h>
|
|
|
|
#include <EOAccess/EOJoin.h>
|
|
|
|
#include <EOAccess/EOEntity.h>
|
|
|
|
#include <EOAccess/EOSQLExpression.h>
|
2009-07-24 16:43:07 +00:00
|
|
|
#include <EOAccess/EOExpressionArray.h>
|
2003-03-31 00:24:15 +00:00
|
|
|
|
|
|
|
#include <EOControl/EOQualifier.h>
|
|
|
|
#include <EOControl/EOEditingContext.h>
|
|
|
|
#include <EOControl/EOObjectStoreCoordinator.h>
|
|
|
|
#include <EOControl/EONull.h>
|
|
|
|
#include <EOControl/EODebug.h>
|
2002-11-15 22:57:05 +00:00
|
|
|
|
* EOControl/EOPriv.h/m: Split into...
* EOControl/EOPrivat.h/m: ... and ...
* EOAccess/EOPrivat.h/m: ... files.
* EOAccess/EOAdaptorChannel.m: Include new privat header.
* EOAccess/EOAttribute.m, EOAccess/EODatabase.m,
* EOAccess/EODatabaseChannel.m, EOAccess/EOEntity.m,
* EOAccess/EORelationship.m, EOAccess/EOSQLExpression.m,
* EOAccess/EOSQLQualifier.m, EOAccess/EOUtilities.m: Ditto.
(+initialize): Call new private function.
* EOAccess/EODatabaseContext.m: Ditto.
(EODatabaseContext_snapshotForGlobalIDWithImpPtr)
(EODatabaseContext_globalIDForObjectWithImpPtr): Move to
EOPrivate.m.
* EOAccess/EODatabaseContextPriv.h:
(EODatabaseContext_snapshotForGlobalIDWithImpPtr)
(EODatabaseContext_globalIDForObjectWithImpPtr): Move to
EOPrivate.h.
* EOAccess/GNUmakefile: Compile EOPrivate.m.
* EOControl/EOClassDescription.m, EOControl/EOGenericRecord.m
* EOControl/EOKeyGlobalID.m, EOControl/EOKeyValueCoding.m
* EOControl/EOKeyValueQualifier.m, EOControl/EONSAddOns.m
* EOControl/EOSortOrdering.m: Include new private header.
* EOControl/EOEditingContext.h/m: Ditto.
(EOEditingContext_objectForGlobalIDWithImpPtr)
(EOEditingContext_recordObjectGlobalIDWithImpPtr): Move to
EOPrivate.h/m.
* EOControl/EOMutableKnownKeyDictionary.h/m: Include new
private header.
(EOMKKD_objectForKeyWithImpPtr, EOMKKD_setObjectForKeyWithImpPtr)
(EOMKKD_removeObjectForKeyWithImpPtr, EOMKKD_hasKeyWithImpPtr)
(EOMKKD_indexForKeyWithImpPtr)
(EOMKKDInitializer_indexForKeyWithImpPtr): Move to EOPrivate.m
* EOControl/EOFault.m: (+isFault:): Update comment.
* EOControl/GNUmakefile: Build EOPrivate.m instead of EOPriv.m.
Do not install private header.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20759 72102866-910b-0410-8b05-ffd578937521
2005-02-20 10:52:57 +00:00
|
|
|
#include "EOPrivate.h"
|
2004-07-23 18:33:29 +00:00
|
|
|
#include "EOEntityPriv.h"
|
2002-11-15 22:57:05 +00:00
|
|
|
|
|
|
|
@implementation EOSQLQualifier
|
|
|
|
+ (EOQualifier *)qualifierWithQualifierFormat: (NSString *)format, ...
|
|
|
|
{
|
|
|
|
NSEmitTODO(); //TODO
|
|
|
|
[self notImplemented: _cmd]; //TODO
|
|
|
|
return nil;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (id)initWithEntity: (EOEntity *)entity
|
|
|
|
qualifierFormat: (NSString *)qualifierFormat, ...
|
|
|
|
{
|
2009-07-24 16:43:07 +00:00
|
|
|
va_list args;
|
|
|
|
NSMutableString *sqlString;
|
|
|
|
|
|
|
|
NSAssert(entity,@"no entity specified");
|
|
|
|
|
|
|
|
ASSIGN(_entity, entity);
|
|
|
|
|
|
|
|
va_start (args, qualifierFormat);
|
|
|
|
sqlString = [NSString stringWithFormat: qualifierFormat arguments: args];
|
|
|
|
va_end (args);
|
|
|
|
|
|
|
|
_contents = [[EOExpressionArray alloc] initWithPrefix: sqlString
|
|
|
|
infix: nil
|
|
|
|
suffix: nil];
|
|
|
|
|
|
|
|
return self;
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
- (EOQualifier *)schemaBasedQualifierWithRootEntity:(EOEntity *)entity
|
|
|
|
{
|
2009-07-24 16:43:07 +00:00
|
|
|
return self;
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
- (NSString *)sqlStringForSQLExpression:(EOSQLExpression *)sqlExpression
|
|
|
|
{
|
2009-07-24 16:43:07 +00:00
|
|
|
return [_contents expressionValueForContext:nil];
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
|
2009-07-24 16:43:07 +00:00
|
|
|
- (void)dealloc
|
|
|
|
{
|
|
|
|
DESTROY(_entity);
|
|
|
|
DESTROY(_contents);
|
|
|
|
|
|
|
|
[super dealloc];
|
|
|
|
}
|
2002-11-15 22:57:05 +00:00
|
|
|
@end
|
|
|
|
|
|
|
|
|
2009-07-24 16:20:27 +00:00
|
|
|
/* Undocumente method which uses EORequestConcreteImplementation
|
|
|
|
to determine an implementation to use for non EOF-Qualifiers.
|
|
|
|
*/
|
|
|
|
@implementation EOQualifier (EOQualifierSQLGeneration)
|
|
|
|
- (EOQualifier *)schemaBasedQualifierWithRootEntity:(EOEntity *)entity
|
|
|
|
{
|
|
|
|
NSEmitTODO(); //TODO
|
|
|
|
[self notImplemented: _cmd];
|
|
|
|
return nil;
|
|
|
|
}
|
|
|
|
- (NSString *)sqlStringForSQLExpression:(EOSQLExpression *)sqlExpression
|
|
|
|
{
|
|
|
|
NSEmitTODO(); //TODO
|
|
|
|
[self notImplemented: _cmd];
|
|
|
|
return nil;
|
|
|
|
}
|
|
|
|
@end
|
|
|
|
|
2002-11-15 22:57:05 +00:00
|
|
|
@implementation EOAndQualifier (EOQualifierSQLGeneration)
|
|
|
|
|
|
|
|
- (NSString *)sqlStringForSQLExpression: (EOSQLExpression *)sqlExpression
|
|
|
|
{
|
|
|
|
//OK?
|
2003-11-28 22:56:06 +00:00
|
|
|
//Ayers: Review (This looks correct, time to cleanup.)
|
2002-11-15 22:57:05 +00:00
|
|
|
return [sqlExpression sqlStringForConjoinedQualifiers: _qualifiers];
|
|
|
|
|
|
|
|
/*
|
|
|
|
//TODO finish to add sqlExpression
|
|
|
|
NSEnumerator *qualifiersEnum=nil;
|
|
|
|
EOQualifier *qualifier=nil;
|
|
|
|
NSMutableString *sqlString = nil;
|
|
|
|
|
|
|
|
qualifiersEnum = [_qualifiers objectEnumerator];
|
|
|
|
while ((qualifier = [qualifiersEnum nextObject]))
|
|
|
|
{
|
|
|
|
if (!sqlString)
|
|
|
|
{
|
|
|
|
sqlString = [NSMutableString stringWithString:
|
2002-12-30 22:10:43 +00:00
|
|
|
[(id <EOQualifierSQLGeneration>)qualifier sqlStringForSQLExpression:sqlExpression]];
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
[sqlString appendFormat:@" %@ %@",
|
|
|
|
@"AND",
|
2002-12-30 22:10:43 +00:00
|
|
|
[(id <EOQualifierSQLGeneration>)qualifier sqlStringForSQLExpression:sqlExpression]];
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
return sqlString;
|
|
|
|
*/
|
|
|
|
}
|
|
|
|
|
|
|
|
- (EOQualifier *)schemaBasedQualifierWithRootEntity: (EOEntity *)entity
|
|
|
|
{
|
2002-12-01 17:58:42 +00:00
|
|
|
EOQualifier *returnedQualifier = self;
|
|
|
|
int qualifierCount = 0;
|
|
|
|
BOOL atLeastOneDifferentQualifier = NO; // YES if we find a changed qualifier
|
2010-05-30 19:25:53 +00:00
|
|
|
|
2002-12-01 17:58:42 +00:00
|
|
|
|
|
|
|
qualifierCount = [_qualifiers count];
|
2002-11-15 22:57:05 +00:00
|
|
|
|
|
|
|
if (qualifierCount > 0)
|
|
|
|
{
|
|
|
|
NSMutableArray *qualifiers = [NSMutableArray array];
|
|
|
|
int i;
|
|
|
|
|
|
|
|
for (i = 0; i < qualifierCount; i++)
|
|
|
|
{
|
|
|
|
EOQualifier *qualifier = [_qualifiers objectAtIndex: i];
|
|
|
|
EOQualifier *schemaBasedQualifierTmp =
|
2002-12-30 22:10:43 +00:00
|
|
|
[(id <EOQualifierSQLGeneration>)qualifier
|
|
|
|
schemaBasedQualifierWithRootEntity:
|
|
|
|
entity];
|
|
|
|
|
2002-12-01 17:58:42 +00:00
|
|
|
if (schemaBasedQualifierTmp != qualifier)
|
|
|
|
atLeastOneDifferentQualifier = YES;
|
2002-12-30 22:10:43 +00:00
|
|
|
|
2005-08-25 18:32:44 +00:00
|
|
|
// Allows nil schemaBasedQualifier
|
|
|
|
if (schemaBasedQualifierTmp)
|
|
|
|
[qualifiers addObject: schemaBasedQualifierTmp];
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
2002-12-01 17:58:42 +00:00
|
|
|
|
|
|
|
// If we've found at least a different qualifier, return a new EOAndQualifier
|
|
|
|
if (atLeastOneDifferentQualifier)
|
2005-08-25 18:32:44 +00:00
|
|
|
{
|
|
|
|
if ([qualifiers count]>0)
|
|
|
|
{
|
|
|
|
returnedQualifier = [[self class]
|
|
|
|
qualifierWithQualifierArray:qualifiers];
|
|
|
|
}
|
|
|
|
else
|
|
|
|
returnedQualifier = nil;
|
|
|
|
};
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
2002-12-01 17:58:42 +00:00
|
|
|
|
2010-05-30 19:25:53 +00:00
|
|
|
|
2002-12-01 17:58:42 +00:00
|
|
|
|
|
|
|
return returnedQualifier;
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
@implementation EOOrQualifier (EOQualifierSQLGeneration)
|
|
|
|
|
|
|
|
- (NSString *)sqlStringForSQLExpression: (EOSQLExpression *)sqlExpression
|
|
|
|
{
|
2003-11-28 22:56:06 +00:00
|
|
|
//OK?
|
|
|
|
//Ayers: Review (This looks correct, time to cleanup.)
|
|
|
|
return [sqlExpression sqlStringForDisjoinedQualifiers: _qualifiers];
|
|
|
|
|
|
|
|
/*
|
2002-11-15 22:57:05 +00:00
|
|
|
NSEnumerator *qualifiersEnum;
|
|
|
|
EOQualifier *qualifier;
|
|
|
|
NSMutableString *sqlString = nil;
|
|
|
|
|
|
|
|
qualifiersEnum = [_qualifiers objectEnumerator];
|
|
|
|
while ((qualifier = [qualifiersEnum nextObject]))
|
|
|
|
{
|
|
|
|
if (!sqlString)
|
|
|
|
{
|
|
|
|
sqlString = [NSMutableString stringWithString:
|
2002-12-30 22:10:43 +00:00
|
|
|
[(id <EOQualifierSQLGeneration>)qualifier sqlStringForSQLExpression: sqlExpression]];
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
[sqlString appendFormat: @" %@ %@",
|
|
|
|
@"OR",
|
2002-12-30 22:10:43 +00:00
|
|
|
[(id <EOQualifierSQLGeneration>)qualifier sqlStringForSQLExpression: sqlExpression]];
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return sqlString;
|
2003-11-28 22:56:06 +00:00
|
|
|
*/
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
- (EOQualifier *)schemaBasedQualifierWithRootEntity: (EOEntity *)entity
|
|
|
|
{
|
2002-12-01 17:58:42 +00:00
|
|
|
EOQualifier *returnedQualifier = self;
|
|
|
|
int qualifierCount = 0;
|
|
|
|
BOOL atLeastOneDifferentQualifier = NO; // YES if we find a changed qualifier
|
2010-05-30 19:25:53 +00:00
|
|
|
|
2002-12-01 17:58:42 +00:00
|
|
|
|
|
|
|
qualifierCount = [_qualifiers count];
|
|
|
|
|
|
|
|
if (qualifierCount > 0)
|
|
|
|
{
|
|
|
|
NSMutableArray *qualifiers = [NSMutableArray array];
|
|
|
|
int i;
|
|
|
|
|
|
|
|
for (i = 0; i < qualifierCount; i++)
|
|
|
|
{
|
|
|
|
EOQualifier *qualifier = [_qualifiers objectAtIndex: i];
|
|
|
|
EOQualifier *schemaBasedQualifierTmp =
|
2002-12-30 22:10:43 +00:00
|
|
|
[(id <EOQualifierSQLGeneration>)qualifier
|
|
|
|
schemaBasedQualifierWithRootEntity:
|
|
|
|
entity];
|
|
|
|
|
2002-12-01 17:58:42 +00:00
|
|
|
if (schemaBasedQualifierTmp != qualifier)
|
|
|
|
atLeastOneDifferentQualifier = YES;
|
2002-12-30 22:10:43 +00:00
|
|
|
|
2005-08-25 18:32:44 +00:00
|
|
|
// Allows nil schemaBasedQualifier
|
|
|
|
if (schemaBasedQualifierTmp)
|
|
|
|
[qualifiers addObject: schemaBasedQualifierTmp];
|
2002-12-01 17:58:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// If we've found at least a different qualifier, return a new EOOrQualifier
|
|
|
|
if (atLeastOneDifferentQualifier)
|
2005-08-25 18:32:44 +00:00
|
|
|
{
|
|
|
|
if ([qualifiers count]>0)
|
|
|
|
{
|
|
|
|
returnedQualifier = [[self class]
|
|
|
|
qualifierWithQualifierArray:qualifiers];
|
|
|
|
}
|
|
|
|
else
|
|
|
|
returnedQualifier = nil;
|
|
|
|
};
|
2002-12-01 17:58:42 +00:00
|
|
|
}
|
|
|
|
|
2010-05-30 19:25:53 +00:00
|
|
|
|
2002-12-01 17:58:42 +00:00
|
|
|
|
|
|
|
return returnedQualifier;
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
@implementation EOKeyComparisonQualifier (EOQualifierSQLGeneration)
|
|
|
|
|
|
|
|
- (NSString *)sqlStringForSQLExpression: (EOSQLExpression *)sqlExpression
|
|
|
|
{
|
|
|
|
return [sqlExpression sqlStringForKeyComparisonQualifier: self];
|
|
|
|
}
|
|
|
|
|
|
|
|
- (EOQualifier *)schemaBasedQualifierWithRootEntity: (EOEntity *)entity
|
|
|
|
{
|
COmmit Part 2
* EOAccess/EOAdaptor.m:
o optimization in 'for' loops
* EOAccess/EODatabase.m:
o include <EOCOntrol/EOPriv.h>
o replaced isNilOrEONull() by _isNilOrEONull()
* EOAccess/EODatabaseContext.h:
o added _snapshotForGlobalIDIMP
* EOAccess/EODatabaseContext.m:
o commented NSEmitTODO in
-objectsForSourceGlobalID:relationshipName:editingContext:
o added beter exception format in
qualifierForLockingAttributes:primaryKeyAttributes:entity:snapshot:
o fix compiler warning in -relayPrimaryKey:object:entity:
o logs
o optimizations in -objectsWithFetchSpecification:editingContext:
o replaced isNilOrEONull() by _isNilOrEONull()
o replace [EOFault isFault:] by _isFault()
o use _snapshotForGlobalIDIMP
o IMP usage optimization
* EOAccess/EOAttribute.[hm]:
o added EOAdaptorUnknownType
o added _adaptorValueType and avoid recomputing it each time
o added _valueTypeChar to avoid string comparaisons
o use EOPriv classes declarations
o Temporary reverted David changes in
-adaptorValueByConvertingAttributeValue
* EOAccess/EOAttributePriv.h:
o added _valueTypeChar to avoid string comparaisons
* EOAccess/EOEntityPriv.h:
o moved -attributeForPath: and -relationshipForPath: to
EOEntityGDL2Additions category
* EOAccess/EOEntity.h:
o moved private -attributeForPath: and -relationshipForPath: to
EOEntityGDL2Additions category
* EOAccess/EOEntity.m:
o better exception in classProperties
o fix compiler warning in -setClassProperties:,
-setPrimaryKeyAttributes:,
-setAttributesUsedForLocking:
o moved -attributeForPath: and -relationshipForPath: to
EOEntityGDL2Additions category
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOAccess/EOSQLExpression.m:
o optimization in -tableListWithRootEntity:
o optimization in -formatSQLString:format:
o optimization in +sqlPatternFromShellPattern:
o optimization in +sqlPatternFromShellPattern:withEscapeCharacter:
o fix in -sqlStringForKeyValueQualifier:
o added log in -sqlStringForKeyValueQualifier: for not handled
readFormat
o added log -addInsertListAttribute:value: for not handled
writeFormat
o added log -addUpdateListAttribute:value: for not handled
writeFormat
o changed EOFLOGObjectFnStart to EOFLOGObjectFnStartCond
o changed EOFLOGObjectFnStop to EOFLOGObjectFnStopCond
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOAccess/EOSQLQualifier.m:
o implemented EOKeyComparisonQualifier
-schemaBasedQualifierWithRootEntity
* EOAccess/EOUtilities.m:
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOControl/EOPriv.[hm]:
o added. Contains various classes/selectors/IMPs
* EOControl/EOClassDescription.m:
o handle EONull case in -propagateDeleteForObject:editingContext:,
-addObject:toPropertyWithKey:, -snapshot,
-removeObject:fromPropertyWithKey:,
_setObject:forBothSidesOfRelationshipWithKey:,
addObject:toBothSidesOfRelationshipWithKey:,
-removeObject:fromBothSidesOfRelationshipWithKey:
o fix compiler warning in
-dictionaryForInstanceProperties, -shallowCopy,
-updateFromSnapshot:, -snapshot
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
o replaced isNilOrEONull() by _isNilOrEONull()
o fix in -validateForSave
o rewritten -validateValue:forKey: selector build
* EOControl/EOEditingContext.h:
o added -hasUnprocessedChanges
* EOControl/EOEditingContext.m:
o added -hasUnprocessedChanges
o added NS_DURING,... to catch exceptions
o replace [EOFault isFault:] by _isFault()
o IMP usage optimization
* EOControl/EOKeyGlobalID.m:
o replaced isNilOrEONull() by _isNilOrEONull()
o include <EOCOntrol/EOPriv.h>
* EOControl/EOGenericRecord.m:
o partially rewritten -description
o include <EOCOntrol/EOPriv.h>
o replaced isNilOrEONull() by _isNilOrEONull()
o replace [EOFault isFault:] by _isFault()
o changed variable name type of
_infoForInstanceVariableNamed:retType:retSize:retOffset:
o rewritten valueForKey:,... to use cString NSKeyValueCoding
* EOControl/EOKeyValueCoding.m:
o changed NSAssert in NSArray -valueForKey:
o optimization in NSDictionary -takeValue:forKeyPath:isSmart:
o optimization in NSDictionary -takeStoredValue:forKeyPath:
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
o include <EOCOntrol/EOPriv.h>
* EOControl/EOKeyValueQualifier.m:
o fixes for EONull/nil in -evaluateWithObject:
o replaced [EONull null] by GDL2EONull
o include <EOCOntrol/EOPriv.h>
* EOControl/EOSortOrdering.m:
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOAdaptors/Postgres95SQLExpression.m:
o float formatting in +formatValue:forAttribute:
o added -externalNameQuoteCharacter
o added +sqlPatternFromShellPattern:
o added +sqlPatternFromShellPattern:withEscapeCharacter:
o replaced isNilOrEONull() by _isNilOrEONull()
* EOAdaptors/Postgres95Channel.m:
o logs
* EOAdaptors/Postgres95Values.m:
o logs
o fix in +setPostgres95Format:
o fix calendard format to handle timezone (%z)
o optimizations
* EOControl/EOMutableKnownKeyDictionary.m
o removed EOMKKDArrayMapping
+dictionaryFromDictionary:subsetMapping:
o include <EOCOntrol/EOPriv.h>
o replaced isNilOrEONull() by _isNilOrEONull()
* EOControl/EONSAddOns.[hm]:
o added NSString(ShellPattern)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20688 72102866-910b-0410-8b05-ffd578937521
2005-02-11 17:37:23 +00:00
|
|
|
return self; // MG: Not sure
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
@implementation EOKeyValueQualifier (EOQualifierSQLGeneration)
|
|
|
|
|
COmmit Part 2
* EOAccess/EOAdaptor.m:
o optimization in 'for' loops
* EOAccess/EODatabase.m:
o include <EOCOntrol/EOPriv.h>
o replaced isNilOrEONull() by _isNilOrEONull()
* EOAccess/EODatabaseContext.h:
o added _snapshotForGlobalIDIMP
* EOAccess/EODatabaseContext.m:
o commented NSEmitTODO in
-objectsForSourceGlobalID:relationshipName:editingContext:
o added beter exception format in
qualifierForLockingAttributes:primaryKeyAttributes:entity:snapshot:
o fix compiler warning in -relayPrimaryKey:object:entity:
o logs
o optimizations in -objectsWithFetchSpecification:editingContext:
o replaced isNilOrEONull() by _isNilOrEONull()
o replace [EOFault isFault:] by _isFault()
o use _snapshotForGlobalIDIMP
o IMP usage optimization
* EOAccess/EOAttribute.[hm]:
o added EOAdaptorUnknownType
o added _adaptorValueType and avoid recomputing it each time
o added _valueTypeChar to avoid string comparaisons
o use EOPriv classes declarations
o Temporary reverted David changes in
-adaptorValueByConvertingAttributeValue
* EOAccess/EOAttributePriv.h:
o added _valueTypeChar to avoid string comparaisons
* EOAccess/EOEntityPriv.h:
o moved -attributeForPath: and -relationshipForPath: to
EOEntityGDL2Additions category
* EOAccess/EOEntity.h:
o moved private -attributeForPath: and -relationshipForPath: to
EOEntityGDL2Additions category
* EOAccess/EOEntity.m:
o better exception in classProperties
o fix compiler warning in -setClassProperties:,
-setPrimaryKeyAttributes:,
-setAttributesUsedForLocking:
o moved -attributeForPath: and -relationshipForPath: to
EOEntityGDL2Additions category
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOAccess/EOSQLExpression.m:
o optimization in -tableListWithRootEntity:
o optimization in -formatSQLString:format:
o optimization in +sqlPatternFromShellPattern:
o optimization in +sqlPatternFromShellPattern:withEscapeCharacter:
o fix in -sqlStringForKeyValueQualifier:
o added log in -sqlStringForKeyValueQualifier: for not handled
readFormat
o added log -addInsertListAttribute:value: for not handled
writeFormat
o added log -addUpdateListAttribute:value: for not handled
writeFormat
o changed EOFLOGObjectFnStart to EOFLOGObjectFnStartCond
o changed EOFLOGObjectFnStop to EOFLOGObjectFnStopCond
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOAccess/EOSQLQualifier.m:
o implemented EOKeyComparisonQualifier
-schemaBasedQualifierWithRootEntity
* EOAccess/EOUtilities.m:
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOControl/EOPriv.[hm]:
o added. Contains various classes/selectors/IMPs
* EOControl/EOClassDescription.m:
o handle EONull case in -propagateDeleteForObject:editingContext:,
-addObject:toPropertyWithKey:, -snapshot,
-removeObject:fromPropertyWithKey:,
_setObject:forBothSidesOfRelationshipWithKey:,
addObject:toBothSidesOfRelationshipWithKey:,
-removeObject:fromBothSidesOfRelationshipWithKey:
o fix compiler warning in
-dictionaryForInstanceProperties, -shallowCopy,
-updateFromSnapshot:, -snapshot
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
o replaced isNilOrEONull() by _isNilOrEONull()
o fix in -validateForSave
o rewritten -validateValue:forKey: selector build
* EOControl/EOEditingContext.h:
o added -hasUnprocessedChanges
* EOControl/EOEditingContext.m:
o added -hasUnprocessedChanges
o added NS_DURING,... to catch exceptions
o replace [EOFault isFault:] by _isFault()
o IMP usage optimization
* EOControl/EOKeyGlobalID.m:
o replaced isNilOrEONull() by _isNilOrEONull()
o include <EOCOntrol/EOPriv.h>
* EOControl/EOGenericRecord.m:
o partially rewritten -description
o include <EOCOntrol/EOPriv.h>
o replaced isNilOrEONull() by _isNilOrEONull()
o replace [EOFault isFault:] by _isFault()
o changed variable name type of
_infoForInstanceVariableNamed:retType:retSize:retOffset:
o rewritten valueForKey:,... to use cString NSKeyValueCoding
* EOControl/EOKeyValueCoding.m:
o changed NSAssert in NSArray -valueForKey:
o optimization in NSDictionary -takeValue:forKeyPath:isSmart:
o optimization in NSDictionary -takeStoredValue:forKeyPath:
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
o include <EOCOntrol/EOPriv.h>
* EOControl/EOKeyValueQualifier.m:
o fixes for EONull/nil in -evaluateWithObject:
o replaced [EONull null] by GDL2EONull
o include <EOCOntrol/EOPriv.h>
* EOControl/EOSortOrdering.m:
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOAdaptors/Postgres95SQLExpression.m:
o float formatting in +formatValue:forAttribute:
o added -externalNameQuoteCharacter
o added +sqlPatternFromShellPattern:
o added +sqlPatternFromShellPattern:withEscapeCharacter:
o replaced isNilOrEONull() by _isNilOrEONull()
* EOAdaptors/Postgres95Channel.m:
o logs
* EOAdaptors/Postgres95Values.m:
o logs
o fix in +setPostgres95Format:
o fix calendard format to handle timezone (%z)
o optimizations
* EOControl/EOMutableKnownKeyDictionary.m
o removed EOMKKDArrayMapping
+dictionaryFromDictionary:subsetMapping:
o include <EOCOntrol/EOPriv.h>
o replaced isNilOrEONull() by _isNilOrEONull()
* EOControl/EONSAddOns.[hm]:
o added NSString(ShellPattern)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20688 72102866-910b-0410-8b05-ffd578937521
2005-02-11 17:37:23 +00:00
|
|
|
+ (void)initialize
|
|
|
|
{
|
|
|
|
static BOOL initialized=NO;
|
|
|
|
if (!initialized)
|
|
|
|
{
|
|
|
|
initialized=YES;
|
|
|
|
|
* EOControl/EOPriv.h/m: Split into...
* EOControl/EOPrivat.h/m: ... and ...
* EOAccess/EOPrivat.h/m: ... files.
* EOAccess/EOAdaptorChannel.m: Include new privat header.
* EOAccess/EOAttribute.m, EOAccess/EODatabase.m,
* EOAccess/EODatabaseChannel.m, EOAccess/EOEntity.m,
* EOAccess/EORelationship.m, EOAccess/EOSQLExpression.m,
* EOAccess/EOSQLQualifier.m, EOAccess/EOUtilities.m: Ditto.
(+initialize): Call new private function.
* EOAccess/EODatabaseContext.m: Ditto.
(EODatabaseContext_snapshotForGlobalIDWithImpPtr)
(EODatabaseContext_globalIDForObjectWithImpPtr): Move to
EOPrivate.m.
* EOAccess/EODatabaseContextPriv.h:
(EODatabaseContext_snapshotForGlobalIDWithImpPtr)
(EODatabaseContext_globalIDForObjectWithImpPtr): Move to
EOPrivate.h.
* EOAccess/GNUmakefile: Compile EOPrivate.m.
* EOControl/EOClassDescription.m, EOControl/EOGenericRecord.m
* EOControl/EOKeyGlobalID.m, EOControl/EOKeyValueCoding.m
* EOControl/EOKeyValueQualifier.m, EOControl/EONSAddOns.m
* EOControl/EOSortOrdering.m: Include new private header.
* EOControl/EOEditingContext.h/m: Ditto.
(EOEditingContext_objectForGlobalIDWithImpPtr)
(EOEditingContext_recordObjectGlobalIDWithImpPtr): Move to
EOPrivate.h/m.
* EOControl/EOMutableKnownKeyDictionary.h/m: Include new
private header.
(EOMKKD_objectForKeyWithImpPtr, EOMKKD_setObjectForKeyWithImpPtr)
(EOMKKD_removeObjectForKeyWithImpPtr, EOMKKD_hasKeyWithImpPtr)
(EOMKKD_indexForKeyWithImpPtr)
(EOMKKDInitializer_indexForKeyWithImpPtr): Move to EOPrivate.m
* EOControl/EOFault.m: (+isFault:): Update comment.
* EOControl/GNUmakefile: Build EOPrivate.m instead of EOPriv.m.
Do not install private header.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20759 72102866-910b-0410-8b05-ffd578937521
2005-02-20 10:52:57 +00:00
|
|
|
GDL2_EOAccessPrivateInit();
|
COmmit Part 2
* EOAccess/EOAdaptor.m:
o optimization in 'for' loops
* EOAccess/EODatabase.m:
o include <EOCOntrol/EOPriv.h>
o replaced isNilOrEONull() by _isNilOrEONull()
* EOAccess/EODatabaseContext.h:
o added _snapshotForGlobalIDIMP
* EOAccess/EODatabaseContext.m:
o commented NSEmitTODO in
-objectsForSourceGlobalID:relationshipName:editingContext:
o added beter exception format in
qualifierForLockingAttributes:primaryKeyAttributes:entity:snapshot:
o fix compiler warning in -relayPrimaryKey:object:entity:
o logs
o optimizations in -objectsWithFetchSpecification:editingContext:
o replaced isNilOrEONull() by _isNilOrEONull()
o replace [EOFault isFault:] by _isFault()
o use _snapshotForGlobalIDIMP
o IMP usage optimization
* EOAccess/EOAttribute.[hm]:
o added EOAdaptorUnknownType
o added _adaptorValueType and avoid recomputing it each time
o added _valueTypeChar to avoid string comparaisons
o use EOPriv classes declarations
o Temporary reverted David changes in
-adaptorValueByConvertingAttributeValue
* EOAccess/EOAttributePriv.h:
o added _valueTypeChar to avoid string comparaisons
* EOAccess/EOEntityPriv.h:
o moved -attributeForPath: and -relationshipForPath: to
EOEntityGDL2Additions category
* EOAccess/EOEntity.h:
o moved private -attributeForPath: and -relationshipForPath: to
EOEntityGDL2Additions category
* EOAccess/EOEntity.m:
o better exception in classProperties
o fix compiler warning in -setClassProperties:,
-setPrimaryKeyAttributes:,
-setAttributesUsedForLocking:
o moved -attributeForPath: and -relationshipForPath: to
EOEntityGDL2Additions category
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOAccess/EOSQLExpression.m:
o optimization in -tableListWithRootEntity:
o optimization in -formatSQLString:format:
o optimization in +sqlPatternFromShellPattern:
o optimization in +sqlPatternFromShellPattern:withEscapeCharacter:
o fix in -sqlStringForKeyValueQualifier:
o added log in -sqlStringForKeyValueQualifier: for not handled
readFormat
o added log -addInsertListAttribute:value: for not handled
writeFormat
o added log -addUpdateListAttribute:value: for not handled
writeFormat
o changed EOFLOGObjectFnStart to EOFLOGObjectFnStartCond
o changed EOFLOGObjectFnStop to EOFLOGObjectFnStopCond
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOAccess/EOSQLQualifier.m:
o implemented EOKeyComparisonQualifier
-schemaBasedQualifierWithRootEntity
* EOAccess/EOUtilities.m:
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOControl/EOPriv.[hm]:
o added. Contains various classes/selectors/IMPs
* EOControl/EOClassDescription.m:
o handle EONull case in -propagateDeleteForObject:editingContext:,
-addObject:toPropertyWithKey:, -snapshot,
-removeObject:fromPropertyWithKey:,
_setObject:forBothSidesOfRelationshipWithKey:,
addObject:toBothSidesOfRelationshipWithKey:,
-removeObject:fromBothSidesOfRelationshipWithKey:
o fix compiler warning in
-dictionaryForInstanceProperties, -shallowCopy,
-updateFromSnapshot:, -snapshot
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
o replaced isNilOrEONull() by _isNilOrEONull()
o fix in -validateForSave
o rewritten -validateValue:forKey: selector build
* EOControl/EOEditingContext.h:
o added -hasUnprocessedChanges
* EOControl/EOEditingContext.m:
o added -hasUnprocessedChanges
o added NS_DURING,... to catch exceptions
o replace [EOFault isFault:] by _isFault()
o IMP usage optimization
* EOControl/EOKeyGlobalID.m:
o replaced isNilOrEONull() by _isNilOrEONull()
o include <EOCOntrol/EOPriv.h>
* EOControl/EOGenericRecord.m:
o partially rewritten -description
o include <EOCOntrol/EOPriv.h>
o replaced isNilOrEONull() by _isNilOrEONull()
o replace [EOFault isFault:] by _isFault()
o changed variable name type of
_infoForInstanceVariableNamed:retType:retSize:retOffset:
o rewritten valueForKey:,... to use cString NSKeyValueCoding
* EOControl/EOKeyValueCoding.m:
o changed NSAssert in NSArray -valueForKey:
o optimization in NSDictionary -takeValue:forKeyPath:isSmart:
o optimization in NSDictionary -takeStoredValue:forKeyPath:
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
o include <EOCOntrol/EOPriv.h>
* EOControl/EOKeyValueQualifier.m:
o fixes for EONull/nil in -evaluateWithObject:
o replaced [EONull null] by GDL2EONull
o include <EOCOntrol/EOPriv.h>
* EOControl/EOSortOrdering.m:
o include <EOCOntrol/EOPriv.h>
o replaced [EONull null] by GDL2EONull
* EOAdaptors/Postgres95SQLExpression.m:
o float formatting in +formatValue:forAttribute:
o added -externalNameQuoteCharacter
o added +sqlPatternFromShellPattern:
o added +sqlPatternFromShellPattern:withEscapeCharacter:
o replaced isNilOrEONull() by _isNilOrEONull()
* EOAdaptors/Postgres95Channel.m:
o logs
* EOAdaptors/Postgres95Values.m:
o logs
o fix in +setPostgres95Format:
o fix calendard format to handle timezone (%z)
o optimizations
* EOControl/EOMutableKnownKeyDictionary.m
o removed EOMKKDArrayMapping
+dictionaryFromDictionary:subsetMapping:
o include <EOCOntrol/EOPriv.h>
o replaced isNilOrEONull() by _isNilOrEONull()
* EOControl/EONSAddOns.[hm]:
o added NSString(ShellPattern)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20688 72102866-910b-0410-8b05-ffd578937521
2005-02-11 17:37:23 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2002-11-15 22:57:05 +00:00
|
|
|
- (NSString *)sqlStringForSQLExpression: (EOSQLExpression *)sqlExpression
|
|
|
|
{
|
|
|
|
return [sqlExpression sqlStringForKeyValueQualifier: self];
|
|
|
|
}
|
|
|
|
|
|
|
|
- (EOQualifier *)schemaBasedQualifierWithRootEntity: (EOEntity *)entity
|
|
|
|
{
|
|
|
|
EOQualifier *qualifier = nil;
|
|
|
|
NSMutableArray *qualifiers = nil;
|
|
|
|
id key;
|
|
|
|
EORelationship *relationship;
|
|
|
|
|
2010-05-30 19:25:53 +00:00
|
|
|
|
2002-11-15 22:57:05 +00:00
|
|
|
|
2005-08-25 18:32:44 +00:00
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier", @"self=%@", self);
|
|
|
|
|
2002-11-15 22:57:05 +00:00
|
|
|
key = [self key];
|
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier", @"key=%@", key);
|
2005-08-25 18:32:44 +00:00
|
|
|
|
|
|
|
// 2 cases: key finish by an attrbue name (attrName or rel1.rel2.rel3.attrName)
|
|
|
|
// or by an relationship (rel1 or rel1.rel2.rel3)
|
|
|
|
|
|
|
|
// So find which one is it for key
|
2002-11-15 22:57:05 +00:00
|
|
|
|
|
|
|
relationship = [entity relationshipForPath: key];
|
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier", @"relationship=%@", relationship);
|
|
|
|
|
2005-08-25 18:32:44 +00:00
|
|
|
// It's a relationship (case 2), so we'll have to work
|
2002-11-15 22:57:05 +00:00
|
|
|
if (relationship)
|
|
|
|
{
|
|
|
|
EORelationship *destinationRelationship;
|
|
|
|
NSDictionary *keyValues = nil;
|
|
|
|
id value = nil;
|
|
|
|
EOEditingContext* editingContext = nil;
|
|
|
|
EOObjectStore *rootObjectStore = nil;
|
|
|
|
NSMutableArray *destinationAttributeNames = [NSMutableArray array];
|
|
|
|
NSArray *joins;
|
|
|
|
int i, count;
|
|
|
|
SEL sel = NULL;
|
|
|
|
|
2005-08-25 18:32:44 +00:00
|
|
|
// keyPrefix for new qualifier attribute names
|
|
|
|
NSString* keyPrefix=nil;
|
|
|
|
|
|
|
|
NSString* relName=[relationship name];
|
|
|
|
|
|
|
|
// Verify if key is a single relationship or a relationship key path
|
|
|
|
if (![key isEqualToString:relName])
|
|
|
|
{
|
|
|
|
// It is a relationship key path: we'll have to prefix join(s)
|
|
|
|
// attribute name
|
|
|
|
// keyPrefix is the keyPath without last relationship name
|
|
|
|
// ex: rel1.rel2. if key was rel1.rel2.rel3
|
|
|
|
keyPrefix=[key stringByDeletingSuffix:relName];
|
|
|
|
};
|
|
|
|
|
|
|
|
// if relationship is flattened, we'll have to add
|
|
|
|
// last relationship path prefix to keyPrefix !
|
2002-11-15 22:57:05 +00:00
|
|
|
if ([relationship isFlattened])
|
2005-08-25 18:32:44 +00:00
|
|
|
{
|
|
|
|
NSString* relDef=nil;
|
|
|
|
destinationRelationship = [relationship lastRelationship];
|
|
|
|
|
|
|
|
relDef=[relationship definition];
|
|
|
|
|
|
|
|
// something like rel1.rel2.relA.relB. or relA.relB.
|
|
|
|
if (keyPrefix)
|
|
|
|
keyPrefix=[keyPrefix stringByAppendingString:relDef];
|
|
|
|
else
|
|
|
|
keyPrefix=relDef;
|
|
|
|
|
|
|
|
keyPrefix=[keyPrefix stringByAppendingString:@"."];
|
|
|
|
}
|
2002-11-15 22:57:05 +00:00
|
|
|
else
|
2005-08-25 18:32:44 +00:00
|
|
|
{
|
|
|
|
destinationRelationship = relationship;
|
|
|
|
};
|
|
|
|
|
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier", @"key=%@ keyPrefix=%@",
|
|
|
|
key, keyPrefix);
|
|
|
|
|
2002-11-15 22:57:05 +00:00
|
|
|
joins = [destinationRelationship joins];
|
|
|
|
count = [joins count];
|
|
|
|
|
|
|
|
for (i = 0; i < count; i++)
|
|
|
|
{
|
|
|
|
EOJoin *join = [joins objectAtIndex: i];
|
|
|
|
EOAttribute *destinationAttribute = [join destinationAttribute];
|
|
|
|
NSString *destinationAttributeName = [destinationAttribute name];
|
|
|
|
|
|
|
|
[destinationAttributeNames addObject: destinationAttributeName];
|
|
|
|
}
|
|
|
|
|
|
|
|
value = [self value];
|
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier", @"value=%@", value);
|
|
|
|
|
|
|
|
editingContext = [value editingContext];
|
|
|
|
rootObjectStore = [editingContext rootObjectStore];
|
|
|
|
|
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier", @"rootObjectStore=%@",
|
|
|
|
rootObjectStore);
|
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier", @"destinationAttributeNames=%@",
|
|
|
|
destinationAttributeNames);
|
2002-12-01 17:58:42 +00:00
|
|
|
|
2002-11-15 22:57:05 +00:00
|
|
|
keyValues = [(EOObjectStoreCoordinator*)rootObjectStore
|
2002-12-01 17:58:42 +00:00
|
|
|
valuesForKeys:
|
|
|
|
destinationAttributeNames
|
|
|
|
object: value];
|
2002-11-15 22:57:05 +00:00
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier", @"keyValues=%@", keyValues);
|
|
|
|
|
|
|
|
sel = [self selector];
|
|
|
|
|
|
|
|
for (i = 0; i < count; i++)
|
|
|
|
{
|
|
|
|
EOQualifier *tmpQualifier = nil;
|
|
|
|
NSString *attributeName = nil;
|
|
|
|
NSString *destinationAttributeName;
|
|
|
|
EOJoin *join = [joins objectAtIndex: i];
|
2002-12-01 17:58:42 +00:00
|
|
|
id attributeValue = nil;
|
2002-11-15 22:57:05 +00:00
|
|
|
|
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier",@"join=%@",join);
|
|
|
|
|
|
|
|
destinationAttributeName = [destinationAttributeNames
|
|
|
|
objectAtIndex: i];
|
|
|
|
|
|
|
|
if (destinationRelationship != relationship)
|
|
|
|
{
|
|
|
|
// flattened: take destattr
|
2005-08-25 18:32:44 +00:00
|
|
|
attributeName = destinationAttributeName;
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
EOAttribute *sourceAttribute = [join sourceAttribute];
|
|
|
|
|
|
|
|
attributeName = [sourceAttribute name];
|
|
|
|
}
|
|
|
|
|
2005-08-25 18:32:44 +00:00
|
|
|
if (keyPrefix)
|
|
|
|
attributeName=[keyPrefix stringByAppendingString:attributeName];
|
|
|
|
|
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier",
|
|
|
|
@"key=%@ keyPrefix=%@ attributeName=%@",
|
|
|
|
key, keyPrefix,attributeName);
|
|
|
|
|
2002-12-01 17:58:42 +00:00
|
|
|
attributeValue = [keyValues objectForKey:destinationAttributeName];
|
2005-08-25 18:32:44 +00:00
|
|
|
|
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier",
|
|
|
|
@"destinationAttributeName=%@ attributeValue=%@",
|
|
|
|
destinationAttributeName, attributeValue);
|
|
|
|
|
2002-11-15 22:57:05 +00:00
|
|
|
tmpQualifier = [EOKeyValueQualifier
|
|
|
|
qualifierWithKey: attributeName
|
|
|
|
operatorSelector: sel
|
* EOAccess/EOAttribute.m, EOAccess/EODatabaseContext.m,
* EOAccess/EOEntity.m, EOAccess/EOSQLExpression.m
* EOAccess/EOPrivate.h, EOAccess/EOPrivate.m,
* EOAccess/EOSQLQualifier.m, EOAccess/EOUtilities.m
* EOControl/EOClassDescription.m, EOControl/EOEditingContext.m
* EOControl/EOGenericRecord.m, EOControl/EOKeyGlobalID.m
* EOControl/EOKeyValueCoding.m,
* EOControl/EOKeyValueQualifier.m
* EOControl/EOMutableKnownKeyDictionary.m,
* EOControl/EOPrivate.h, EOControl/EOPrivate.m
Unify GDL2 identifiers with GDL2_ prefix. Replace
GDL2NSClass_alloc with GDL2_alloc(NSClass). Replace
GDL2NSClassWith* calls with
AUTORELEASE([GDL2_alloc(NSCLass) initWith* calls]).
Rename GDL2PrivInit to GDL2_PrivateInit.
(GDL2_NSArray, GDL2_NSMutableArray_allocWithZoneIMP)
(GDL2_NSMutableDictionary_allocWithZoneIMP): New globals.
(GDL2_alloc): New macro.
(GDL2NSString_alloc, GDL2NSDecimalNumber_alloc)
(GDL2NSNumber_alloc, GDL2NSCalendarDate_alloc, GDL2NSData_alloc)
(GDL2DataWithBytesAndLength, GDL2MutableArrayWithCapacity)
(GDL2MutableArrayWithArray, GDL2MutableArray, GDL2Array)
(GDL2MutableDictionaryWithCapacity): Remove.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20779 72102866-910b-0410-8b05-ffd578937521
2005-02-22 16:14:03 +00:00
|
|
|
value: (attributeValue ? attributeValue : GDL2_EONull)];
|
2002-11-15 22:57:05 +00:00
|
|
|
|
2005-08-25 18:32:44 +00:00
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier",
|
|
|
|
@"tmpQualifier=%@",
|
|
|
|
tmpQualifier);
|
|
|
|
|
2002-11-15 22:57:05 +00:00
|
|
|
if (qualifier)//Already a qualifier
|
|
|
|
{
|
|
|
|
//Create an array of qualifiers
|
|
|
|
qualifiers = [NSMutableArray arrayWithObjects: qualifier,
|
|
|
|
tmpQualifier, nil];
|
|
|
|
qualifier = nil;
|
|
|
|
}
|
|
|
|
else if (qualifiers) //Already qualifiers
|
|
|
|
//Add this one
|
|
|
|
[qualifiers addObject: tmpQualifier];
|
|
|
|
else
|
|
|
|
//No previous qualifier
|
|
|
|
qualifier = tmpQualifier;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (qualifiers)
|
|
|
|
{
|
|
|
|
qualifier = [EOAndQualifier qualifierWithQualifierArray: qualifiers];
|
|
|
|
}
|
|
|
|
}
|
2005-08-25 18:32:44 +00:00
|
|
|
else // It's not a relationship. Nothing to do.
|
2002-11-15 22:57:05 +00:00
|
|
|
qualifier = self;
|
|
|
|
|
2005-08-25 18:32:44 +00:00
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier", @"self=%@", self);
|
|
|
|
EOFLOGObjectLevelArgs(@"EOQualifier", @"result qualifier=%@", qualifier);
|
|
|
|
|
2010-05-30 19:25:53 +00:00
|
|
|
|
2002-11-15 22:57:05 +00:00
|
|
|
|
|
|
|
return qualifier;
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
@implementation EONotQualifier (EOQualifierSQLGeneration)
|
|
|
|
|
|
|
|
- (NSString *)sqlStringForSQLExpression: (EOSQLExpression *)sqlExpression
|
|
|
|
{
|
2010-09-20 12:20:07 +00:00
|
|
|
return [sqlExpression sqlStringForNegatedQualifier: _qualifier];
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
- (EOQualifier *)schemaBasedQualifierWithRootEntity: (EOEntity *)entity
|
|
|
|
{
|
2009-07-24 16:20:27 +00:00
|
|
|
EOQualifier *returnedQualifier = self;
|
|
|
|
EOQualifier *schemaBasedQualifier;
|
|
|
|
|
|
|
|
schemaBasedQualifier
|
|
|
|
= [_qualifier schemaBasedQualifierWithRootEntity: entity];
|
|
|
|
|
|
|
|
// If we've got a different qualifier, return a new EONotQualifier
|
|
|
|
if (schemaBasedQualifier != _qualifier)
|
|
|
|
{
|
|
|
|
returnedQualifier
|
|
|
|
= [[self class] qualifierWithQualifier: schemaBasedQualifier];
|
|
|
|
}
|
|
|
|
|
|
|
|
return returnedQualifier;
|
2002-11-15 22:57:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
|
|
@implementation NSString (NSStringSQLExpression)
|
|
|
|
|
|
|
|
- (NSString *) valueForSQLExpression: (EOSQLExpression *)sqlExpression
|
|
|
|
{
|
|
|
|
return self;
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|