Firebird specific keywords

Issue #330 resolved
Former user created an issue

Firebird has a much richer set of reserved words than the one implemented by ansisql.py. Also, current implementation defines the key methods to "customize" an engine in the class FireBirdExecutionContext rather than FireBirdDialect.

The attached patch fixes this problems, and now almost all engine tests pass.

Comments (3)

  1. Log in to comment