Hello all,

I have another question.  I'm using mapped objects to "create" records
in the database, but instead of having the insert happen when I do a
session.flush() is there a way that I can "capture" all of the
insert/update statements that would occur?

I want to be able to see what would happen to the database without the
operation actually occur.  I'd also like to write the statements to a
file so I could send it to others so they could verify that the
statements are what they need.

I guess in a way I want to be able to do a test run before actually
causing the changes to the database.

Brian

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to