Cut
This commit is contained in:
parent
a69020cd6d
commit
b7d7b13649
@ -13,9 +13,6 @@ main (int const argc,
|
|||||||
{
|
{
|
||||||
if (argc == 2)
|
if (argc == 2)
|
||||||
{
|
{
|
||||||
sqlite3 * db;
|
|
||||||
int exit = sqlite3_open("test.db", &db);
|
|
||||||
char const * const query = "SELECT * FROM PERSON";
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user