Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D704
Change Details
Change Details
Old
New
Diff
Tests are provided to open, destroy a datastore.
Tests are provided to open, destroy a datastore, insert an entry. They create and delete correctly the SQLite database file. When we run insert_adds_a_row test, without a call to `store.destroy()`: ``` $ sqlite3 log.db SQLite version 3.15.1 2016-11-04 12:08:49 Enter ".help" for usage hints. sqlite> .tables log sqlite> SELECT * FROM log; 2016-03-30T13:03:00Z|Sandlayth|#nasqueron-ops|Dwellers|docker start wolfphab ```
Tests are provided to open, destroy a datastore
.
, insert an entry. They create and delete correctly the SQLite database file. When we run insert_adds_a_row test, without a call to `store.destroy()`: ``` $ sqlite3 log.db SQLite version 3.15.1 2016-11-04 12:08:49 Enter ".help" for usage hints. sqlite> .tables log sqlite> SELECT * FROM log; 2016-03-30T13:03:00Z|Sandlayth|#nasqueron-ops|Dwellers|docker start wolfphab ```
Continue