Closed chalmerlowe closed 3 months ago
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge
label. Good luck human!
-- conventional-commit-lint bot https://conventionalcommits.org/
Flakybot was flagging a number of tests that failed when handling sqlalchemy Enums. In consultation with members of the sqlalchemy team, it was suggested to follow an approach similar to the one used by sqlite: To modify the colspec.
The backstory is this: We made a class (
BQString
) that inherits from sqlalchemy'sString
.BQString
has one function (and only one). It will process string literals to replace single percents with double percents.Where the issue comes into play is this:
Fixes #1102 🦕 Fixes #1103 🦕 Fixes #1104 🦕 Fixes #1105 🦕 Fixes #1106 🦕 Fixes #1107 🦕 Fixes #1108 🦕