illegal_initial_characters will need to move to regexes or override
_requires_quotes.
+- firebird has supports_sane_rowcount and supports_sane_multi_rowcount set
+ to False due to ticket #370 (right way).
+
0.4.0beta6
----------
class FBExecutionContext(default.DefaultExecutionContext):
- def supports_sane_rowcount(self):
- return True
+ pass
class FBDialect(default.DefaultDialect):
supports_sane_rowcount = False
+ supports_sane_multi_rowcount = False
max_identifier_length = 31
preexecute_sequences = True