Changeset 5907 for trunk/glueforge/templates/psdb/dbsetup_c.tt
- Timestamp:
- Jan 5, 2006, 2:16:35 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/dbsetup_c.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/dbsetup_c.tt
r4169 r5907 13 13 14 14 // remove the table if it already exists 15 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS [% table _name %]");16 [% namespace %]CreateTable(dbh);15 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS [% table.name %]"); 16 [% table.namespace %]CreateTable(dbh); 17 17 18 18 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
