in tests/query/QueryTest.test_len

        r = db.execute('select user_name from query_users', {}).fetchone()


What happens is do_execute gets

statement 'select user_name, user_id from query_users'
params {}

notice that params is type dict, not type []

so, kinterbasdb complains


InterfaceError: (0, 'Input parameter container must be a non-string sequence.')

same problem in test_column_order_with_text_query




-- 
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

Reply via email to