Commit Graph

  • e6b6ec78e6 Merge "Remove deprecated elements from selectable.py; remove lockmode" mike bayer 2020-03-23 18:55:02 +00:00
  • 0a4f7f38ce Remove deprecated elements from selectable.py; remove lockmode Mike Bayer 2020-02-02 11:39:37 -05:00
  • 01299b6bda Implement autocommit isolation level for cx_oracle Gord Thompson 2020-03-12 12:54:37 -06:00
  • 24e87a74eb Implement autocommit isolation level for cx_oracle Gord Thompson 2020-03-12 12:54:37 -06:00
  • fd74bd8eea Merge "Test instance for matching class hierarchy on get_from_identity" mike bayer 2020-03-22 16:47:04 +00:00
  • becab22dcb Test instance for matching class hierarchy on get_from_identity Mike Bayer 2020-03-21 17:26:24 -04:00
  • 84c89f781a Test instance for matching class hierarchy on get_from_identity Mike Bayer 2020-03-21 17:26:24 -04:00
  • 7ff3e3f2e7 Merge "Deprecate plain string in execute and introduce exec_driver_sql" mike bayer 2020-03-22 15:04:59 +00:00
  • 9ec7588220 Deprecate plain string in execute and introduce exec_driver_sql Federico Caselli 2020-03-14 14:02:44 +01:00
  • fcb22fa8e2 Remove pyproject.toml from distribution Mike Bayer 2020-03-21 10:16:47 -04:00
  • f2a817dd7c Remove pyproject.toml from distribution Mike Bayer 2020-03-21 10:16:47 -04:00
  • d6e25cb209 Clarify Alembic vs. Migrate Mike Bayer 2020-03-20 16:40:47 -04:00
  • 6a00cbe905 Clarify Alembic vs. Migrate Mike Bayer 2020-03-20 16:40:47 -04:00
  • c7e0f3d3aa Clarify Alembic vs. Migrate Mike Bayer 2020-03-20 16:40:47 -04:00
  • a25e2e02e1 Clarify Alembic vs. Migrate Mike Bayer 2020-03-20 16:40:47 -04:00
  • 2ebbdfa405 Emphasize context managers when working with Core Mike Bayer 2020-03-20 15:21:10 -04:00
  • 376708f4a4 Emphasize context managers when working with Core Mike Bayer 2020-03-20 15:21:10 -04:00
  • 6aad46f9f8 Correct misleading guidance on multiprocessing Mike Bayer 2020-03-20 11:17:47 -04:00
  • 491333858c Correct misleading guidance on multiprocessing Mike Bayer 2020-03-20 11:17:47 -04:00
  • 0147e3c364 Don't include PG INCLUDE columns as regular index columns mike bayer 2020-03-18 19:05:20 -04:00
  • ee9bd719b7 Don't include PG INCLUDE columns as regular index columns mike bayer 2020-03-18 19:05:20 -04:00
  • 8811ea705d Merge "updated doc string to show NOT (EXISTS instead of NOT EXISTS, as …" mike bayer 2020-03-18 17:01:25 +00:00
  • fcc8307c3d Merge "import the module as passed before we look in sys.modules" mike bayer 2020-03-17 18:08:30 +00:00
  • 64ccf4d02a import the module as passed before we look in sys.modules Mike Bayer 2020-03-13 18:37:25 -04:00
  • c47bfd3861 Fix "special_key" attribute name in association proxy documentation Mike Bayer 2020-03-16 22:06:15 -04:00
  • 857878ba5a Fix "special_key" attribute name in association proxy documentation Mike Bayer 2020-03-16 22:06:15 -04:00
  • 3a9b6fdb06 Fix "special_key" attribute name in association proxy documentation Mike Bayer 2020-03-16 22:06:15 -04:00
  • 1768dd2a08 Fix "special_key" attribute name in association proxy documentation Mike Bayer 2020-03-16 22:06:15 -04:00
  • 5d963ae620 Support inspection of computed column Federico Caselli 2020-03-14 13:57:42 +01:00
  • 62b7dace0c Support inspection of computed column Federico Caselli 2020-03-14 13:57:42 +01:00
  • 4dfc449839 updated doc string to show NOT (EXISTS instead of NOT EXISTS, as … jonathan vanasco 2020-03-14 08:27:43 -04:00
  • fcc03730c5 Merge "Fix IntegerTest for sqlalchemy-firebird" mike bayer 2020-03-13 21:11:59 +00:00
  • d5956e3f33 Fix tests failing for SQLite file databases; repair provisioning Gord Thompson 2020-02-26 12:50:01 -07:00
  • 79a53645ba Fix tests failing for SQLite file databases; repair provisioning Gord Thompson 2020-02-26 12:50:01 -07:00
  • bdd289668f Disable sqlite_file tests by default, take two Mike Bayer 2020-03-13 12:14:12 -04:00
  • 67e51ea5dc Disable sqlite_file tests by default, take two Mike Bayer 2020-03-13 12:14:12 -04:00
  • 19b248c14c Include schema in all_tab_comments query Mike Bayer 2020-03-12 23:11:18 -04:00
  • f1429823d3 Include schema in all_tab_comments query Mike Bayer 2020-03-12 23:11:18 -04:00
  • 82ab7c825d Dont raise on pytest deprecation warnings Mike Bayer 2020-03-12 19:44:37 -04:00
  • 993e6449e3 Dont raise on pytest deprecation warnings Mike Bayer 2020-03-12 19:44:37 -04:00
  • 4b3a68e91c Add placeholder for sqlite file database Mike Bayer 2020-03-12 19:12:09 -04:00
  • f3cd75c228 Remove trailing slashes in pre-commit config Mike Bayer 2020-03-11 20:47:25 -04:00
  • f2132e2d8b Remove trailing slashes in pre-commit config Mike Bayer 2020-03-11 20:47:25 -04:00
  • f8a037aa82 Remove trailing slashes in pre-commit config Mike Bayer 2020-03-11 20:47:25 -04:00
  • ec8874d87e Fix link in docs of query_expression and with_expression Federico Caselli 2020-03-11 19:09:41 +01:00
  • 7002045e34 Fix link in docs of query_expression and with_expression Federico Caselli 2020-03-11 19:09:41 +01:00
  • 937d7d41c7 Merge "Fix link in docs of query_expression and with_expression" mike bayer 2020-03-11 18:39:09 +00:00
  • 4cf10e7deb Fix link in docs of query_expression and with_expression Federico Caselli 2020-03-11 19:09:41 +01:00
  • de181e1c37 Merge "Add missing changelog" mike bayer 2020-03-11 18:09:08 +00:00
  • 2aa9a8043b Merge "Rework select(), CompoundSelect() in terms of CompileState" mike bayer 2020-03-11 18:08:03 +00:00
  • dc1e9fb289 Add missing changelog Federico Caselli 2020-03-11 13:49:57 +01:00
  • 601c233ce0 Version 1.3.16 placeholder Mike Bayer 2020-03-11 12:36:59 -04:00
  • 59ca6e5fcc cherry-pick changelog update for 1.3.16 Mike Bayer 2020-03-11 12:36:59 -04:00
  • 9ca0142c39 cherry-pick changelog from 1.3.15 Mike Bayer 2020-03-11 12:36:59 -04:00
  • b2a20b1f5f - 1.3.15 rel_1_3_15 Mike Bayer 2020-03-11 12:29:27 -04:00
  • 2855d2a047 Repair broken call to sys.exc_info() Mike Bayer 2020-03-11 10:41:12 -04:00
  • ceba13d4be Repair broken call to sys.exc_info() Mike Bayer 2020-03-11 10:41:12 -04:00
  • 5361cfb8d3 Reword implicit left join error; ensure deterministic FROM for columns Mike Bayer 2020-03-10 18:48:42 -04:00
  • 7d8c64f908 Reword implicit left join error; ensure deterministic FROM for columns Mike Bayer 2020-03-10 18:48:42 -04:00
  • 7c6bdc9f0d Merge "Also run black --check in the tox pep8 env" mike bayer 2020-03-10 21:27:15 +00:00
  • 99864e0c2e Merge "Simplified module pre-loading strategy and made it linter friendly" mike bayer 2020-03-10 21:26:37 +00:00
  • 693938dd6f Rework select(), CompoundSelect() in terms of CompileState Mike Bayer 2020-03-06 16:04:46 -05:00
  • d8378f45bb Also run black --check in the tox pep8 env Federico Caselli 2020-03-10 19:49:39 +01:00
  • 71e368081a Deprecate :func:.eagerload and :func:.relation Federico Caselli 2020-03-10 19:33:51 +01:00
  • 7187bad366 cherry-pick changelog update for 1.3.15 Mike Bayer 2020-03-10 11:57:24 -04:00
  • 1d36fccccd Version 1.3.15 placeholder Mike Bayer 2020-03-10 11:57:23 -04:00
  • fda706a7f0 cherry-pick changelog from 1.3.14 Mike Bayer 2020-03-10 11:57:23 -04:00
  • cf3b2a1640 - 1.3.14 rel_1_3_14 Mike Bayer 2020-03-10 11:40:08 -04:00
  • 3c353ec9e3 Reflect comments from any table accessible by the current user Gord Thompson 2020-03-09 17:50:53 -04:00
  • 0c294d356f Reflect comments from any table accessible by the current user Gord Thompson 2020-03-09 17:50:53 -04:00
  • 262eeb4b50 Fix comment re: ODBC driver name on Windows. Gord Thompson 2019-12-27 13:39:23 -07:00
  • b2c4a84643 Merge remote-tracking branch 'origin/pr/5058' Mike Bayer 2020-03-09 11:09:29 -04:00
  • e14a17f338 Clean up list of external dialects Gord Thompson 2020-03-06 16:49:22 -07:00
  • eda6dbbf38 Simplified module pre-loading strategy and made it linter friendly Federico Caselli 2020-03-07 19:17:07 +01:00
  • 07e1d473c0 Clean up list of external dialects Gord Thompson 2020-03-06 16:49:22 -07:00
  • 851fb8f5a6 Decouple compiler state from DML objects; make cacheable Mike Bayer 2020-02-23 13:37:18 -05:00
  • d72bda5ed2 Merge "Render VALUES within composed MySQL on duplicate key expressions" mike bayer 2020-03-05 04:18:22 +00:00
  • c278900de7 Merge "Add docker commands to README.unittests" mike bayer 2020-03-04 22:50:04 +00:00
  • 1a13a80a35 Render VALUES within composed MySQL on duplicate key expressions Mike Bayer 2020-03-04 17:44:40 -05:00
  • 57b2aae0d9 Render VALUES within composed MySQL on duplicate key expressions Mike Bayer 2020-03-04 17:44:40 -05:00
  • 451acb6e43 Merge "Don't import provision.py unconditionally" into rel_1_3 mike bayer 2020-03-04 21:07:10 +00:00
  • 72cb8e8cbf Merge "Don't import provision.py unconditionally" mike bayer 2020-03-04 21:06:57 +00:00
  • 65bea95499 Add docker commands to README.unittests Federico Caselli 2020-03-03 17:34:09 -05:00
  • 698fd7baee fix typo in PickleType documentation Federico Caselli 2020-03-04 13:48:30 +01:00
  • 9b000066b0 fix typo in PickleType documentation Federico Caselli 2020-03-04 13:48:30 +01:00
  • e80d498285 fix typo in PickleType documentation Federico Caselli 2020-03-04 13:48:30 +01:00
  • 3f3ada8f4c Merge remote-tracking branch 'origin/pr/5186' Mike Bayer 2020-03-04 09:12:27 -05:00
  • f9753f5c8f fix typo in PickleType documentation Federico Caselli 2020-03-04 13:48:30 +01:00
  • 569f0892d9 Merge "Remove the deprecated loader options" mike bayer 2020-03-04 02:39:52 +00:00
  • 7768a89d6e Merge "Restore crud flags if visiting_cte is set" mike bayer 2020-03-04 02:32:21 +00:00
  • eac19424ff Don't import provision.py unconditionally Mike Bayer 2020-03-03 16:03:39 -05:00
  • 2a9687ed40 Restore crud flags if visiting_cte is set Mike Bayer 2020-03-03 17:22:30 -05:00
  • 3c682d225d Run handle_error for any exceptions raised in execute_context() Mike Bayer 2020-03-03 19:15:55 -05:00
  • 47abc46efe Run handle_error for any exceptions raised in execute_context() Mike Bayer 2020-03-03 19:15:55 -05:00
  • 7fe400f546 Restore crud flags if visiting_cte is set Mike Bayer 2020-03-03 17:22:30 -05:00
  • 41001d5358 Remove the deprecated loader options Federico Caselli 2020-03-03 22:32:19 +01:00
  • 598f2f7e55 Don't import provision.py unconditionally Mike Bayer 2020-03-03 16:03:39 -05:00
  • 6989317450 Merge "Ensure all nested exception throws have a cause" into rel_1_3 mike bayer 2020-03-03 17:30:20 +00:00
  • ce896080dd Include column_property composition examples Mike Bayer 2020-03-03 08:58:35 -05:00
  • ed9d8c9ed8 Include column_property composition examples Mike Bayer 2020-03-03 08:58:35 -05:00