alex bodnaru
unread,Jan 13, 2013, 4:22:28 AM1/13/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlalchemy
hello friends,
i've just made an alternative sqlite driver, to overcome the dbapi short of
running multiple statements separated by ';'.
executescript would do the work, but it won't receive parameters.
hence, i'd like to perform the parameter substitution inside the driver, before
turning to executescript.
is there any proved way to go? any special paramstyle?
thanks in advance,
alex