.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@12739 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-02-04 11:24:32 +00:00
parent 6aa0550fdc
commit 3793ccf4a1
2 changed files with 3 additions and 3 deletions

View file

@ -9,5 +9,5 @@ file
main.cpp;
mainconfig
"" = ".MYSQLDLL";
"" = "";

View file

@ -25,7 +25,7 @@ CONSOLE_APP_MAIN
SQL = sqlite3;
// Update the schema to match the schema described in "simple.sch"
#ifdef _DEBUG
#ifdef _DEBUG
SqlSchema sch(SQLITE3);
All_Tables(sch);
if(sch.ScriptChanged(SqlSchema::UPGRADE))
@ -38,7 +38,7 @@ CONSOLE_APP_MAIN
SqlPerformScript(sch.Config());
}
sch.SaveNormal();
#endif
#endif
// Now test out some functionality:
//--------------------------------------------------------------------