5782c94f23
SQLite accepts the relevant standard SQL (although by default it doesn't enforce the constraint), and the 'traditional' creation backend helper generate it, so this allows us to: - Maintain the status quo - Improve readability of the SQL code generated for that backend. Also, we will need this for when we fix Refs #14204. |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
client.py | ||
creation.py | ||
introspection.py | ||
schema.py |