Closed gordthompson closed 4 years ago
Previous changes enabled CREATE GLOBAL TEMPORARY TABLE but silently ignored the on_commit argument. This PR allows SQLAlchemy to properly add ON COMMIT PRESERVE ROWS to the end of the rendered SQL statement.
Previous changes enabled CREATE GLOBAL TEMPORARY TABLE but silently ignored the on_commit argument. This PR allows SQLAlchemy to properly add ON COMMIT PRESERVE ROWS to the end of the rendered SQL statement.