mirror of
https://github.com/lxsang/ant-http
synced 2025-07-15 21:39:47 +02:00
fix database
This commit is contained in:
@ -132,7 +132,7 @@ dbrecord dball(sqlite3* db,const char* table)
|
||||
dbrecord dbselect(sqlite3* db, const char* table,const char* fstring,...)
|
||||
{
|
||||
char* sql;
|
||||
char* prefix = "SELECT * FROM %s WHERE (%s)";
|
||||
char* prefix = "SELECT * FROM %s WHERE %s";
|
||||
char* cond;
|
||||
va_list arguments;
|
||||
int dlen;
|
||||
|
Reference in New Issue
Block a user