hello again,

setting

echo=True

in create_engine solved my problem - i get

[2006-04-16 09:39:52,694] [engine]: SELECT branche.id, branche.name
FROM branche
WHERE branche.name LIKE %(branche_name)s ORDER BY branche.name
[2006-04-16 09:39:52,696] [engine]: {'branche_name': '%Spedition%'}


on the standard output, where I can see the value of

%(branche_name)s
being set to
'%Spedition%'



regards,
sascha





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to