odbc_adapter icon indicating copy to clipboard operation
odbc_adapter copied to clipboard

(S1C00 (11470) [Simba][ODBC] (11470) Transactions are not supported.)

Open ganeshkompella opened this issue 1 year ago • 0 comments

I have tried to connect to databricks using odbc_driver and able to establish connection and able to perform reads as well, but facing issue while doing writes. when I tried to update any record and save it using ORM I'm receiving the error (S1C00 (11470) [Simba][ODBC] (11470) Transactions are not supported.)

I'm able to do inserts and updates using raw queries by overriding the active record methods, but I would like to find out what can be done here without overriding the methods like save and destroy/delete

ganeshkompella avatar Mar 04 '24 14:03 ganeshkompella