mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* EOAccess/EOAdaptorChannel.m
the subclasses are responsible for describeModelWithTableNames and describeTableNames git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36415 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ec578c585f
commit
b98932517f
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-03-24: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* EOAccess/EOAdaptorChannel.m
|
||||
the subclasses are responsible for describeModelWithTableNames
|
||||
and describeTableNames
|
||||
|
||||
2013-03-14: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* EOAdaptors/SQLiteAdaptor/LoginPanel/SQLite3LoginPanel.m
|
||||
make the login panel remember the last used directory
|
||||
|
|
|
@ -320,6 +320,7 @@ inRowDescribedByQualifier: (EOQualifier *)qualifier
|
|||
|
||||
- (NSArray *)describeTableNames
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
@ -331,6 +332,7 @@ inRowDescribedByQualifier: (EOQualifier *)qualifier
|
|||
|
||||
- (EOModel *)describeModelWithTableNames: (NSArray *)tableNames
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue