Firebird dialect lacks character set support

Issue #1813 resolved
Former user created an issue

The firebird dialect does not support character sets despite the underlying database doing so.

I am attaching a patch to make it do so

Winston Ewert

Comments (5)

  1. Mike Bayer repo owner

    This is in 77c3bb26c29c491c1094427345ca51f309938572.

    Regarding the patch, for some reason "patch" thought it was invalid, had to do it by hand. Simplified the test for the rendering of the types. Also not sure what the "create()" with trapping the error was for - we usually use assert_raises() for that, but I didn't see the rationale for why the table create should raise and also CompileTest is intended to run even if the firebird DBAPI is not installed, so took that out.

  2. Log in to comment