localytics / odbc_adapter

An ActiveRecord ODBC adapter
MIT License
46 stars 107 forks source link

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

Open ganeshkompella opened 7 months ago

ganeshkompella commented 7 months ago

I have tried to connect to databricks using odbcdriver 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