Skip to content

Regular expressions in conflict with .format() parameter resolution #45

@phainom

Description

@phainom

I have an issue when using regular expressions in SQL, eg via similar to and {}, because the format() resolution thinks this points towards a parameter. There should at least be an option to pass the raw sql in Query. Currently I circumvent the issue with using db.query instead of db.send_query, which then needs separate boilerplate code for passing the right query.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions