Commit Graph

  • 0af22b4cfc Merge "Disallow non-native psycopg2 Unicode in Python 3; update docs" mike bayer 2021-01-19 19:49:45 +00:00
  • 442ca5c000 Disallow non-native psycopg2 Unicode in Python 3; update docs Federico Caselli 2021-01-12 22:14:38 +01:00
  • 0a180a58ba Merge "More replacements of mapper to map_imperatively" mike bayer 2021-01-18 21:58:49 +00:00
  • 6a3557cac5 restore greenlet req Mike Bayer 2021-01-18 16:11:21 -05:00
  • 6c97f0eceb Merge "`Identity implies nullable=False`." mike bayer 2021-01-17 01:31:03 +00:00
  • 8860117c96 introduce generalized decorator to prevent invalid method calls Mike Bayer 2021-01-16 12:39:51 -05:00
  • 3ebc3710a7 `Identity implies nullable=False`. Federico Caselli 2021-01-07 21:22:52 +01:00
  • 6137d223be Merge "update aiomysql extra to match asyncpg, also dedupe asyncio extras" mike bayer 2021-01-16 01:23:20 +00:00
  • 3c15c32ce8 Merge "Create explicit GC ordering between ConnectionFairy/ConnectionRecord" mike bayer 2021-01-16 01:22:03 +00:00
  • 3e40a232a0 Merge "Guard against re-entrant autobegin in Core, ORM" mike bayer 2021-01-16 01:14:54 +00:00
  • c5b4af959e Guard against re-entrant autobegin in Core, ORM Mike Bayer 2021-01-15 18:24:56 -05:00
  • f898ef162d run handle error for commit/rollback fail and cancel transaction Mike Bayer 2021-01-15 17:23:52 -05:00
  • 5be3c030b3 Merge "Add missing requirements to suite tests" mike bayer 2021-01-15 20:19:15 +00:00
  • da12764b15 More replacements of mapper to map_imperatively Federico Caselli 2021-01-15 20:30:46 +01:00
  • 2503c80caf Add missing requirements to suite tests Gord Thompson 2021-01-15 06:35:01 -07:00
  • b060ed8b48 Merge "update execute() arg formats in modules and tests" mike bayer 2021-01-15 18:40:44 +00:00
  • 678c0fc63f Merge "Replace mapper with map_imperatively in mapping styles example" mike bayer 2021-01-15 18:20:10 +00:00
  • ebbbac0a76 update execute() arg formats in modules and tests Mike Bayer 2021-01-06 10:43:19 -05:00
  • 90a2d8010f Merge "Add mssql+turbodbc to external dialect list" into rel_1_3 mike bayer 2021-01-15 14:54:21 +00:00
  • e6a99ca991 Merge "Add mssql+turbodbc to external dialect list" mike bayer 2021-01-15 14:53:57 +00:00
  • 44034f19ac Create explicit GC ordering between ConnectionFairy/ConnectionRecord Mike Bayer 2021-01-14 18:07:14 -05:00
  • 038ee97998 allow Executable to be accepted by Session.execute() Mike Bayer 2021-01-14 23:01:13 -05:00
  • 6be06d85e5 fix double is_none() Mike Bayer 2021-01-14 23:34:11 -05:00
  • 41ca37734a Merge "Use UnsupportedCompilationError for no default compiler" mike bayer 2021-01-14 18:55:59 +00:00
  • b10549073c Use UnsupportedCompilationError for no default compiler Mike Bayer 2021-01-14 11:18:58 -05:00
  • b4c6cfc2fd Use UnsupportedCompilationError for no default compiler Mike Bayer 2021-01-14 11:18:58 -05:00
  • 4d20df1484 Fix docs typo: subuqery -> subquery Evan Moore 2021-01-14 03:22:48 -05:00
  • 0e36c1bbe7 Merge "reinvent xdist hooks in terms of pytest fixtures" mike bayer 2021-01-14 03:40:22 +00:00
  • f1e96cb087 reinvent xdist hooks in terms of pytest fixtures Mike Bayer 2021-01-10 13:44:14 -05:00
  • b04dcbd7bc update aiomysql extra to match asyncpg, also dedupe asyncio extras Thomas Grainger 2021-01-13 13:15:52 -05:00
  • 8e002255f6 Add mssql+turbodbc to external dialect list Gord Thompson 2021-01-12 12:58:22 -07:00
  • 3c53cfaaf5 Add mssql+turbodbc to external dialect list Gord Thompson 2021-01-12 12:58:22 -07:00
  • 3ce056f8a5 provide FAQ entry for percent sign escaping in SQL compiler Mike Bayer 2021-01-13 09:06:50 -05:00
  • 0a41f9bea6 provide FAQ entry for percent sign escaping in SQL compiler Mike Bayer 2021-01-13 09:06:50 -05:00
  • 10c1b1846d remove greenlet from default requires Mike Bayer 2021-01-12 17:59:03 -05:00
  • 8dc41b6987 Replace mapper with map_imperatively in mapping styles example Federico Caselli 2021-01-12 22:26:34 +01:00
  • dfa8f42672 Merge remote-tracking branch 'origin/pr/5809' into master Mike Bayer 2021-01-11 13:46:52 -05:00
  • 97cb27777a Improve `run_sync` documentation in asyncio ext Federico Caselli 2021-01-06 10:46:29 +01:00
  • b45aa7c406 Implement connection binding for AsyncSession Mike Bayer 2021-01-06 22:56:14 -05:00
  • 6314debac7 Merge "Remove special rule for TypeDecorator of TypeDecorator" into rel_1_3 mike bayer 2021-01-07 20:59:25 +00:00
  • 7f92fdbd8e Merge "Remove special rule for TypeDecorator of TypeDecorator" mike bayer 2021-01-07 20:58:55 +00:00
  • d4da4d2459 Update connect args for pymysql 1.0.0; aiomysql fixes Mike Bayer 2021-01-07 12:20:51 -05:00
  • 489301137a Update connect args for pymysql 1.0.0; aiomysql fixes Mike Bayer 2021-01-07 12:20:51 -05:00
  • 6c5de1e3ee repair transaction scope in test_nullPKsOK_BtoA for mssql Mike Bayer 2021-01-07 11:01:31 -05:00
  • bbb8a38295 repair ORM tests that use deferrable FKs Mike Bayer 2021-01-06 12:50:22 -05:00
  • 9cb1357b95 Merge "remove more bound metadata" mike bayer 2021-01-06 15:25:21 +00:00
  • 6fccdf4a28 remove more bound metadata Mike Bayer 2021-01-04 15:18:25 -05:00
  • 26bb6969e6 Remove special rule for TypeDecorator of TypeDecorator Mike Bayer 2021-01-05 08:48:36 -05:00
  • c12012452e Remove special rule for TypeDecorator of TypeDecorator Mike Bayer 2021-01-05 08:48:36 -05:00
  • 0f5875f6c1 Check for column expr in Oracle RETURNING check Mike Bayer 2021-01-04 17:05:46 -05:00
  • ea467fccbe Check for column expr in Oracle RETURNING check Mike Bayer 2021-01-04 17:05:46 -05:00
  • 1146447448 happy new year Mike Bayer 2021-01-04 09:51:04 -05:00
  • 640cd8a70f happy new year Mike Bayer 2021-01-04 09:47:43 -05:00
  • fd3c063dd6 remove metadata.bind use from test suite Mike Bayer 2020-12-21 10:22:43 -05:00
  • dd41a5e61a Cache asyngpg prepared statements Mike Bayer 2021-01-01 13:21:55 -05:00
  • 1c35a3790c Merge "Repair async test refactor" mike bayer 2021-01-03 00:52:41 +00:00
  • 5ba427f6da Repair async test refactor Mike Bayer 2021-01-02 10:55:21 -05:00
  • 3f72c2c6cb Merge "Further attempts to repair SQL server temp table issue" mike bayer 2021-01-02 23:26:25 +00:00
  • 0679b4f1fd Further attempts to repair SQL server temp table issue Mike Bayer 2021-01-02 11:55:52 -05:00
  • 0d7f4c6366 Merge "Support casting to `FLOAT` in MySQL and MariaDb." mike bayer 2021-01-01 21:17:49 +00:00
  • a098320b36 Remove the extra parenthesis. Kazantcev Andrey 2020-12-31 22:48:09 +03:00
  • 95d8f40183 Support casting to `FLOAT` in MySQL and MariaDb. Federico Caselli 2020-12-30 20:36:27 +01:00
  • 2581655c54 Support testing of async drivers without fallback mode Federico Caselli 2020-08-16 10:48:57 +02:00
  • 102b91d895 Support TypeDecorator.get_dbapi_type() for setinpusizes Mike Bayer 2020-12-30 13:56:20 -05:00
  • 42d856bd21 Support casting to `FLOAT` in MySQL and MariaDb. Federico Caselli 2020-12-30 20:36:27 +01:00
  • e8507b21ec Merge "disambiguate SQL server temp table constraint names" mike bayer 2020-12-30 03:33:20 +00:00
  • 8e15983259 disambiguate SQL server temp table constraint names Mike Bayer 2020-12-29 21:06:15 -05:00
  • 153671df9d Add support for AsyncSession.get() Mike Bayer 2020-12-27 16:55:13 -05:00
  • 97657da543 Merge "Improve async session docs." mike bayer 2020-12-27 20:29:51 +00:00
  • 152f8d0dca Merge "narrow the check for double-paren exprs in mysql create_index" mike bayer 2020-12-26 21:43:13 +00:00
  • 2aa511267f narrow the check for double-paren exprs in mysql create_index Mike Bayer 2020-12-26 11:16:51 -05:00
  • 93d5904161 implement sessionmaker.begin(), scalar() for async session Mike Bayer 2020-12-26 11:46:42 -05:00
  • 94ac28e2b9 test fixes for oracle 18c, for rel_1_3 Mike Bayer 2020-12-18 10:46:20 -05:00
  • e81bc1f098 narrow the check for double-paren exprs in mysql create_index Mike Bayer 2020-12-26 11:16:51 -05:00
  • 07fa13e7cd Improve async session docs. Federico Caselli 2020-12-23 22:18:36 +01:00
  • 0cc8a08262 Add ORMExecuteState mapper accessors Mike Bayer 2020-12-23 10:43:51 -05:00
  • 3b8a14153d Fix issues with JSON and float/numeric Gord Thompson 2020-12-20 10:20:10 -07:00
  • a8f51f3c11 Merge "Allow Declarative to extract class attr from field" mike bayer 2020-12-19 19:56:14 +00:00
  • b63b4275f0 Merge "Repair mssql dep tests; have __only_on__ imply __backend__" mike bayer 2020-12-19 18:51:31 +00:00
  • 25d7869b97 Merge "Repair and cover adaption call w/ ORM having()" mike bayer 2020-12-19 18:50:02 +00:00
  • 9625adba35 Allow Declarative to extract class attr from field Mike Bayer 2020-12-03 14:35:30 -05:00
  • b1a24ef41e Repair and cover adaption call w/ ORM having() esoh 2020-12-18 21:59:31 -05:00
  • 31e7428b16 Repair mssql dep tests; have __only_on__ imply __backend__ Mike Bayer 2020-12-19 10:59:42 -05:00
  • 27766512b2 Improve type detection for Values / Tuple Mike Bayer 2020-12-18 12:22:12 -05:00
  • 8294a336b1 Merge "test fixes for oracle 18c" mike bayer 2020-12-18 21:38:25 +00:00
  • 9a24962571 Version 1.3.23 placeholder Mike Bayer 2020-12-18 16:11:56 -05:00
  • 26f6a49029 cherry-pick changelog update for 1.3.23 Mike Bayer 2020-12-18 16:11:56 -05:00
  • eb305c8101 cherry-pick changelog from 1.3.22 Mike Bayer 2020-12-18 16:11:56 -05:00
  • 158967e5ef - 1.3.22 rel_1_3_22 Mike Bayer 2020-12-18 16:05:31 -05:00
  • d6842bcb72 Gracefully degrade on v$transaction not readable Mike Bayer 2020-12-18 09:28:06 -05:00
  • 24e93b069a test fixes for oracle 18c Mike Bayer 2020-12-18 10:46:20 -05:00
  • 566f1b520e Gracefully degrade on v$transaction not readable Mike Bayer 2020-12-18 09:28:06 -05:00
  • 3f31da2a45 Version 1.3.22 placeholder Mike Bayer 2020-12-17 12:35:20 -05:00
  • 35b04a5508 cherry-pick changelog update for 1.3.22 Mike Bayer 2020-12-17 12:35:20 -05:00
  • d5d4207125 cherry-pick changelog from 1.3.21 Mike Bayer 2020-12-17 12:35:20 -05:00
  • 5571401acb - 1.3.21 rel_1_3_21 Mike Bayer 2020-12-17 12:27:41 -05:00
  • d32c227475 fix changelog links Mike Bayer 2020-12-17 12:21:42 -05:00
  • 14a630b78d Merge "Improved PEP-484 for AsyncSession.run_sync" mike bayer 2020-12-17 15:20:56 +00:00
  • 78229dbe10 lambda refactor post-production fixes Mike Bayer 2020-12-17 10:14:18 -05:00
  • 77c9534dca Major revisals to lambdas Mike Bayer 2020-12-12 18:56:58 -05:00