mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 02:20:55 +00:00
* Apps/EOModelEditor/SQLGenerator.m
Add NSEmitTODO to showTables: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8102a99367
commit
f6d5154771
2 changed files with 6 additions and 1 deletions
|
@ -55,6 +55,7 @@
|
||||||
#include <EOAccess/EOModel.h>
|
#include <EOAccess/EOModel.h>
|
||||||
#include <EOModeler/EOModelerApp.h>
|
#include <EOModeler/EOModelerApp.h>
|
||||||
#include <EOModeler/EOModelerDocument.h>
|
#include <EOModeler/EOModelerDocument.h>
|
||||||
|
#include <EOControl/EODebug.h>
|
||||||
|
|
||||||
#include <GNUstepBase/GNUstep.h>
|
#include <GNUstepBase/GNUstep.h>
|
||||||
|
|
||||||
|
@ -254,7 +255,7 @@ static NSString *_otherScript;
|
||||||
|
|
||||||
- (IBAction) showTables:(id)sender
|
- (IBAction) showTables:(id)sender
|
||||||
{
|
{
|
||||||
|
NSEmitTODO();
|
||||||
}
|
}
|
||||||
|
|
||||||
- (IBAction) saveAs:(id)sender
|
- (IBAction) saveAs:(id)sender
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-03-30: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||||
|
* Apps/EOModelEditor/SQLGenerator.m
|
||||||
|
Add NSEmitTODO to showTables:
|
||||||
|
|
||||||
2013-03-25: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
2013-03-25: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||||
* EOAdaptors/SQLiteAdaptor/SQLite3Channel.m
|
* EOAdaptors/SQLiteAdaptor/SQLite3Channel.m
|
||||||
CHAR is NSString, not NSNumber, makes the DataBrowser
|
CHAR is NSString, not NSNumber, makes the DataBrowser
|
||||||
|
|
Loading…
Reference in a new issue