[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Added support for the Oracle table option ON COMM
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-09-17 23:47:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e3f07f7206cf/ Changeset: e3f07f7206cf Branch: None User: zzzeek Date: 2014-09-17 23:43:45+00:00 Summary: - Added support for the Oracle table option ON COMMIT. This is being kept separate from Postgresql's ON COMMIT for now even though ON COMMIT is in the SQL standard; the option is still very specific to temp tables and we eventually would provide a more first class temporary table feature. - oracle can apparently do get_temp_table_names() too, so implement that, fix its get_table_names(), and add it to #3204. fixes #3204 again. Affected #: 6 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |