lidavidm opened a new issue, #242:
URL: https://github.com/apache/arrow-adbc/issues/242

   Using the nightly wheels.
   
   ```python
   >>> from adbc_driver_sqlite.dbapi import connect
   >>> conn = connect()
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File 
"/home/lidavidm/venv/lib/python3.9/site-packages/adbc_driver_sqlite/dbapi.py", 
line 103, in connect
       conn = adbc_driver_manager.AdbcConnection(db)
     File "adbc_driver_manager/_lib.pyx", line 535, in 
adbc_driver_manager._lib.AdbcConnection.__init__
     File "adbc_driver_manager/_lib.pyx", line 365, in 
adbc_driver_manager._lib.check_error
   adbc_driver_manager._lib.ProgrammingError: ADBC_STATUS_INVALID_STATE (6): 
[SQLite] AdbcConnectionNew: connection already allocated
   ```


-- 
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