mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@12739 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6aa0550fdc
commit
3793ccf4a1
2 changed files with 3 additions and 3 deletions
|
|
@ -9,5 +9,5 @@ file
|
|||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = ".MYSQLDLL";
|
||||
"" = "";
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
//--------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue