diff --git a/Apps/EOModelEditor/SQLGenerator.m b/Apps/EOModelEditor/SQLGenerator.m index acfc741..a98973b 100644 --- a/Apps/EOModelEditor/SQLGenerator.m +++ b/Apps/EOModelEditor/SQLGenerator.m @@ -55,6 +55,7 @@ #include #include #include +#include #include @@ -254,7 +255,7 @@ static NSString *_otherScript; - (IBAction) showTables:(id)sender { - + NSEmitTODO(); } - (IBAction) saveAs:(id)sender diff --git a/ChangeLog b/ChangeLog index 7a4d6c3..c394a0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-03-30: Sebastian Reitenbach + * Apps/EOModelEditor/SQLGenerator.m + Add NSEmitTODO to showTables: + 2013-03-25: Sebastian Reitenbach * EOAdaptors/SQLiteAdaptor/SQLite3Channel.m CHAR is NSString, not NSNumber, makes the DataBrowser