Open odoriath-neo opened 3 months ago
Why not use the database filename to create the dbClient?
Why not use the database filename to create the dbClient?
Thank you for the reply! The issue was on my end! And it's just a quicker way to copy over entries for backup purposes than using two dbClients (afaik). This issue can be closed!
The issue was (I think) related to the size of the path or the reachability of the path for the db file. Not certain yet, but if anyone finds this with the same issue, I hope it helps!
Describe the bug As the title suggests, trying to run
"ATTACH DATABASE '/folder/filename.db' AS NAME;"
withexecSqlSync()
will SIGSEGV almost immediately.To Reproduce Steps to reproduce the behavior:
exampleDbPtr->execSqlSync("ATTACH DATABASE '/folder/filename.db' AS NAME;");
with an existing file.terminated by signal SIGSEGV (Address boundary error)
Expected behavior ATTACH DATABASE should not SIGSEGV
Desktop (please complete the following information):