Open tijoseymathew opened 10 months ago
This is hard to debug. What architecture are you using, and what version of apsw do you have? (you can run SELECT VERSION()
to see the version.)
I tested on two machines with the following config and experienced Segmentation fault
$ lscpu | grep Architecture
Architecture: x86_64
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
$ python -c "import apsw; print(apsw.apswversion())"
3.44.2.0
Do let me know if you need any other info. Thanks!
Note: I missed out 'google-auth==2.26.2' in OP, added it
Describe the bug I am encountering a segmentation fault when using the SQLAlchemy library with the
gsheets
dialect. The issue occurs when attempting to add a new record to a Google Sheets-backed database and committing the session.To Reproduce
The row is successfully appended to the Google sheet.
Screenshots
Expected behavior I expected the code to work without any segmentation faults.
Desktop: