Closed
Description
Hi, I am currently working to integrate official Spanner support within the litestar
python API framework. I've noticed that if there is a model that has a sequence defined, then the Spanner dialect incorrectly emits the create statement for the sequence when executing create_all
.
Upon investigation, I noticed that supports_sequences
is set to True
here. This appears to be incorrect. When I submit the tests using a patched version, I do not see the same failures.
Can you confirm is this is needed to be set to True
? And if not, could this be changed?
Environment details
- Programming language:
- OS:
- Language runtime version:
- Package version:
Steps to reproduce
- ?
- ?
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
Metadata
Metadata
Assignees
Labels
Issues related to the googleapis/python-spanner-sqlalchemy API.Issues related to the googleapis/python-spanner-sqlalchemy API.Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.