Re: [Sqlalchemy-users] SQLAlchemy and Firebird SQL

2006-07-30 Thread Oleg Deribas
Hello, Michael Bayer said the following on 29.07.2006 6:47: firebird support is not regularly maintained. though its not very hard, assuming one has firebird installed (i dont, doesnt seem to have an OSX version that is up to date). There are OSX versions of most recent 1.5.3 release,

Re: [Sqlalchemy-users] SQLAlchemy and Firebird SQL

2006-07-29 Thread Jonathan Ellis
On 7/26/06, Oleg Deribas [EMAIL PROTECTED] wrote: users_table.create()i = users_table.insert()print i-And it gives me this:AttributeError: 'NoneType' object has no attribute 'has_key' Well, you should be able to print out an

Re: [Sqlalchemy-users] SQLAlchemy and Firebird SQL

2006-07-29 Thread Uwe Grauer
Oleg Deribas wrote: Hello, I'm trying to investigate possibility to use SQLAlchemy with Firebird SQL. And I've wrote this simple script following tutorial: - from sqlalchemy import * db =

[Sqlalchemy-users] SQLAlchemy and Firebird SQL

2006-07-28 Thread Oleg Deribas
Hello, I'm trying to investigate possibility to use SQLAlchemy with Firebird SQL. And I've wrote this simple script following tutorial: - from sqlalchemy import * db = create_engine('firebird://SYSDBA:[EMAIL

[Sqlalchemy-users] SQLAlchemy and Firebird SQL

2006-07-28 Thread Oleg Deribas
Hello, I'm trying to investigate possibility to use SQLAlchemy with Firebird SQL. And I've wrote this simple script following tutorial: - from sqlalchemy import * db = create_engine('firebird://SYSDBA:[EMAIL