Compare commits
No commits in common. "370294ddb80163578bb34c28c3be63d9fb2ec66d" and "375b92e487ac313f85ba33d260a2ea6bfa2dbd9f" have entirely different histories.
370294ddb8
...
375b92e487
@ -30,7 +30,8 @@ static const char dump_stmt[] =
|
|||||||
static sqlite3_stmt* get_nth_id_stmt;
|
static sqlite3_stmt* get_nth_id_stmt;
|
||||||
static const char get_nth_id_stmt_template[] =
|
static const char get_nth_id_stmt_template[] =
|
||||||
"SELECT rowid "
|
"SELECT rowid "
|
||||||
"FROM project "
|
"FROM projects "
|
||||||
|
"WHERE"
|
||||||
"LIMIT 1 "
|
"LIMIT 1 "
|
||||||
"OFFSET ?;"
|
"OFFSET ?;"
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user