Changeset 4016
- Timestamp:
- May 20, 2005, 5:03:09 PM (21 years ago)
- Location:
- trunk/glueforge/templates/psdb
- Files:
-
- 2 edited
-
createtable_c.tt (modified) (1 diff)
-
dbsetup_c.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/createtable_c.tt
r4009 r4016 11 11 } 12 12 13 // stop the useless psListAdd messages14 psLogSetLevel(1);15 16 13 if(![% namespace %]CreateTable(dbh)) { 17 14 exit(EXIT_FAILURE); -
trunk/glueforge/templates/psdb/dbsetup_c.tt
r4009 r4016 11 11 } 12 12 13 // stop the useless psListAdd messages14 psLogSetLevel(1);15 16 13 // remove the table if it already exists 17 14 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS [% table_name %]");
Note:
See TracChangeset
for help on using the changeset viewer.
