Skip to content

Commit

Permalink
Delete SQLite file before setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 1, 2024
1 parent 1c87b8f commit f4163b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Table_Tests/src/Database/SQLite_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ create_inmem_connection =


create_file_connection file =
file.delete_if_exists
connection = Database.connect (SQLite file)
connection.execute_update 'CREATE TABLE "Dummy" ("strs" VARCHAR, "ints" INTEGER, "bools" BOOLEAN, "reals" REAL)'
connection
Expand Down

0 comments on commit f4163b7

Please sign in to comment.