Ignore:
Timestamp:
2008-05-22T14:15:33+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Added a sqltableexists() function to prevent errors re-creating the "data" table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/lib/sqliteclass.h

    r15631 r15637  
    6363            text_t &key, text_t &value);
    6464
     65  bool sqlexec (const text_t &sql_cmd);
    6566  bool sqlgetarray (const text_t &sql_cmd, vector<text_tmap> &sql_results);
    66   bool sqlexec (const text_t &sql_cmd);
     67  bool sqltableexists (const text_t &table_name);
    6768};
    6869
Note: See TracChangeset for help on using the changeset viewer.