- mysql
- support for column-level CHARACTER SET and COLLATE declarations,
as well as ASCII, UNICODE, NATIONAL and BINARY shorthand.
+- firebird
+ - set max identifier length to 31
-extensions
- new association proxy implementation, implementing complete
proxies to list, dict and set-based relation collections
def preparer(self):
return FBIdentifierPreparer(self)
+ def max_identifier_length(self):
+ return 31
+
def has_table(self, connection, table_name, schema=None):
tblqry = """
SELECT count(*)