Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
.... zzz
Browse files Browse the repository at this point in the history
  • Loading branch information
Thecarisma committed Mar 6, 2019
1 parent 5466821 commit e302057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/more/sqlite_c.sim
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ query = "

query = "
INSERT INTO ADMIN (Id, UserName, Email, FullName, password)
VALUES (1, 'thecarisma', '[email protected]', 'Azeez Adewale', 'ade' );
VALUES (1, 'thecarisma', '[email protected]', 'Azeez Adewale', 'hjhj' );
"
#display __sqlite3_exec(db, query)
#display __sqlite3_errmsg(db) + nl
Expand Down

0 comments on commit e302057

Please sign in to comment.