Error.cause is an awesome thing slowly surfacing within JS, but it feels a little out of place right now.



not authorized [code: 7500] when trying to execute an sql file? I can manually run the commands on the same database and table using --command but --file always fails.BEGIN TRANSACTION/COMMIT it sees in an sqlite dumpExpression tree is too large (maximum depth 20)SQLITE_LIMIT_EXPR_DEPTH which is 20 on the experimental backend so you can probably find more information by searching for thatEXPLAIN QUERY PLAN 
e?.cause?.message
Error.causenot authorized [code: 7500]--command--fileDELETE FROM 'some-table' WHERE key = 'some-key' LIMIT 1near "LIMIT": syntax errorBEGIN TRANSACTION/COMMITExpression tree is too large (maximum depth 20)SQLITE_LIMIT_EXPR_DEPTHEXPLAIN QUERY PLANEXPLAIN QUERY PLANe?.cause?.message