mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-04-20 05:25:44 +00:00
fix this test
This commit is contained in:
parent
64f8dfca8d
commit
623d0001a9
@ -49,7 +49,7 @@ namespace test
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
SQLite::Database db("test.db3", SQLite::OPEN_READWRITE|SQLite::OPEN_CREATE);
|
SQLite::Database db(":memory:", SQLite::OPEN_READWRITE);
|
||||||
db.exec("CREATE TABLE test (id INTEGER PRIMARY KEY, value TEXT, weight INTEGER)");
|
db.exec("CREATE TABLE test (id INTEGER PRIMARY KEY, value TEXT, weight INTEGER)");
|
||||||
|
|
||||||
db.exec("INSERT INTO test VALUES (NULL, \"first\", 3)");
|
db.exec("INSERT INTO test VALUES (NULL, \"first\", 3)");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user