WillAyd commented on code in PR #900:
URL: https://github.com/apache/arrow-adbc/pull/900#discussion_r1261542671


##########
c/driver/sqlite/sqlite_test.cc:
##########
@@ -39,8 +39,7 @@ class SqliteQuirks : public adbc_validation::DriverQuirks {
   AdbcStatusCode SetupDatabase(struct AdbcDatabase* database,
                                struct AdbcError* error) const override {
     // Shared DB required for transaction tests
-    return AdbcDatabaseSetOption(
-        database, "uri", "file:Sqlite_Transactions?mode=memory&cache=shared", 
error);
+    return AdbcDatabaseSetOption(database, "uri", "file:Sqlite_Transactions", 
error);

Review Comment:
   Mistake - just wanted to get a file for local testing



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to