fb hasnt been ported to 0.2 yet. ironically, it was only fixed in 0.1 like a week ago. feel free to give porting it a try since i dont have firebird installed here.

On May 29, 2006, at 3:34 PM, Brad Clements wrote:

In rev 1550


File "e:\prj\src\sqlalchemy\lib\sqlalchemy\databases \firebird.py", line 76, in
 ?
    class FBSQLEngine(ansisql.ANSISQLEngine):
AttributeError: 'module' object has no attribute 'ANSISQLEngine'

---


class FBCompiler(ansisql.ANSICompiler):
"""firebird compiler modifies the lexical structure of Select statements to work
under
non-ANSI configured Firebird databases, if the use_ansi flag is False."""

def __init__(self, engine, statement, parameters, use_ansi = True, **kwargs):
        self._outertable = None
        self._use_ansi = use_ansi
ansisql.ANSICompiler.__init__(self, engine, statement, parameters,
**kwargs)



--
Brad Clements,                [EMAIL PROTECTED]    (315)268-1000
http://www.murkworks.com
AOL-IM or SKYPE: BKClements




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel? cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to