]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added support for the Oracle table option ON COMMIT. This is being
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Sep 2014 23:43:45 +0000 (19:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Sep 2014 23:43:45 +0000 (19:43 -0400)
commite3f07f7206cf0d6a5f2ff9344a365f4657645338
tree4cc5b438354fd374f4bdd8719251341b6030efb0
parent1f2f88d8ffaac5ae98de097e548e205778686cd5
- 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.
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/testing/suite/test_reflection.py
test/dialect/test_oracle.py
test/requirements.py