Good try...
Posted Dec 20, 2011 0:35 UTC (Tue) by
khim (subscriber, #9252)
In reply to:
Yup by fatrat
Parent article:
Cracks in the Foundation (PHP Advent)
No, I've never used SQL from python so I never used SQLAlchemy. Looks like fine ORM toolkit, though. As for SQL
as any good SQL driver it includes dialects. This is where you can specify sequences in Oracle, disable autoincrement in MySQL, etc.
Even so: I can not see how exactly you can chain multiple INSERTs in one BEGIN/END Oracle statement or execute multiquery in MySQL (like you can do with PHP).
(
Log in to post comments)