Commit Graph

  • 0bf7e02afb Complement type annotations for ARRAY Denis Laxalde 2025-03-05 15:59:39 -05:00
  • 7fb3ef3e2d group together with_polymorphic for single inh criteria Mike Bayer 2025-03-04 11:31:10 -05:00
  • 1db6ee03c9 Add type annotations to postgresql.json Denis Laxalde 2025-03-04 15:28:47 -05:00
  • c7f4e8b937 Add type annotations to postgresql.json Denis Laxalde 2025-03-04 15:28:47 -05:00
  • f3cdad3597 test related fixes Federico Caselli 2025-03-05 19:28:30 +01:00
  • 9b9e1e127f test related fixes Federico Caselli 2025-03-05 19:28:30 +01:00
  • f998ae83d2 ensure compiler is not optional in create_for_statement() Mike Bayer 2025-03-03 17:01:15 -05:00
  • 20f516d958 Revert "ensure compiler is not optional in create_for_statement()" Federico Caselli 2025-03-04 20:42:08 +00:00
  • b7e0ebe1eb ensure compiler is not optional in create_for_statement() Mike Bayer 2025-03-03 17:01:15 -05:00
  • d9b4d8ff3a ensure compiler is not optional in create_for_statement() Mike Bayer 2025-03-03 17:01:15 -05:00
  • a4207e8a4a allow control of constraint isolation w/ add/drop constraint Mike Bayer 2025-02-27 12:04:12 -05:00
  • d6f11d9030 allow control of constraint isolation w/ add/drop constraint Mike Bayer 2025-02-27 12:04:12 -05:00
  • 402f3b3e1e Merge "The `noload` loader option is now deprecated." into main Michael Bayer 2025-02-27 16:03:14 +00:00
  • bfc59da310 Merge "improve rowmapping key type" into rel_2_0 Michael Bayer 2025-02-27 16:01:11 +00:00
  • ea5f6b3b88 Merge "improve rowmapping key type" into main Michael Bayer 2025-02-27 16:00:56 +00:00
  • efe7c6ed64 Add more requires to tests for easier dialect tests management Karol Gongola 2025-02-26 05:06:16 -05:00
  • b6251cb996 improve rowmapping key type Federico Caselli 2025-02-25 23:06:55 +01:00
  • b2ee1df06b improve rowmapping key type Federico Caselli 2025-02-25 23:06:55 +01:00
  • 24b86ad6e5 Add more requires to tests for easier dialect tests management Karol Gongola 2025-02-26 05:06:16 -05:00
  • f3e0616aa8 Merge "various improvements to the docs" into rel_2_0 Michael Bayer 2025-02-25 20:43:46 +00:00
  • 1614f8c174 Merge "various improvements to the docs" into main Michael Bayer 2025-02-25 20:43:34 +00:00
  • 40b4845f9f various improvements to the docs Federico Caselli 2025-02-24 20:56:38 +01:00
  • c3a8e7e660 Remove declarative_mixin Federico Caselli 2025-02-24 20:46:09 +01:00
  • 32427ad333 The `noload` loader option is now deprecated. Federico Caselli 2025-01-24 23:00:06 +01:00
  • 8686885cc7 fix docs typo Federico Caselli 2025-02-24 12:27:50 +01:00
  • 15b1e14db2 fix docs typo Federico Caselli 2025-02-24 12:27:50 +01:00
  • adfb332e2f Fix SQLite error for table with "WITHOUT ROWID" & "STRICT" KingOfKaste 2025-02-20 14:31:42 -05:00
  • 48ad8c8111 Fix SQLite error for table with "WITHOUT ROWID" & "STRICT" KingOfKaste 2025-02-20 14:31:42 -05:00
  • b2724f7421 check that two CTEs aren't just annotated forms of the same thing Mike Bayer 2025-02-20 12:50:25 -05:00
  • 42ddb1fd5f check that two CTEs aren't just annotated forms of the same thing Mike Bayer 2025-02-20 12:50:25 -05:00
  • 659e11013c Merge "apply _propagate_attrs in _construct_for_list" into rel_2_0 Michael Bayer 2025-02-18 17:57:19 +00:00
  • 92698713ed Merge "apply _propagate_attrs in _construct_for_list" into main Michael Bayer 2025-02-18 17:57:10 +00:00
  • ad7edcb90d Merge "Support generic types for union and union_all" into rel_2_0 Michael Bayer 2025-02-18 17:18:25 +00:00
  • 0c1d98aa94 Merge "Support generic types for union and union_all" into main Michael Bayer 2025-02-18 17:18:19 +00:00
  • 1e2e25c03d apply _propagate_attrs in _construct_for_list Mike Bayer 2025-02-18 10:20:32 -05:00
  • d0873ec773 apply _propagate_attrs in _construct_for_list Mike Bayer 2025-02-18 10:20:32 -05:00
  • dae5c618f3 Include status in the Pool docs Federico Caselli 2025-02-17 21:11:50 +01:00
  • 890d587339 Include status in the Pool docs Federico Caselli 2025-02-17 21:11:50 +01:00
  • 7b884a5408 minor docs fixes Federico Caselli 2025-02-13 23:17:12 +01:00
  • 13677447a3 minor docs fixes Federico Caselli 2025-02-13 23:17:12 +01:00
  • 66f9f7d809 various improvements to the docs Federico Caselli 2025-02-13 19:54:11 +01:00
  • 576ac6ad7e Merge "Default python_type impl now returns object" into main Michael Bayer 2025-02-13 16:31:56 +00:00
  • 3a998cbb52 Default python_type impl now returns object Federico Caselli 2025-02-05 23:41:32 +01:00
  • 253b3694b7 Support generic types for union and union_all Mingyu Park 2025-02-07 14:45:26 -05:00
  • fc44b5078b Support generic types for union and union_all Mingyu Park 2025-02-07 14:45:26 -05:00
  • ed8d20d2d7 fix(AsyncResult): Fix scalar method error due to missing attribute allenyuchen 2025-02-12 12:35:58 -05:00
  • ca092e73a2 fix(AsyncResult): Fix scalar method error due to missing attribute allenyuchen 2025-02-12 12:35:58 -05:00
  • 907f3f276f Merge "try pytest 8.3" into rel_2_0 Michael Bayer 2025-02-11 02:20:27 +00:00
  • 3c69e9d1fb Merge "try pytest 8.3" into main Michael Bayer 2025-02-11 02:20:12 +00:00
  • 086b93025a Merge "reconcile #12326 and #12328" into rel_2_0 Michael Bayer 2025-02-11 00:35:03 +00:00
  • b947785fea try pytest 8.3 Mike Bayer 2025-02-09 18:30:11 -05:00
  • 8b5ac36432 skip 3.7 on linux arm machines Federico Caselli 2025-02-10 21:44:00 +01:00
  • c22ad57377 reconcile #12326 and #12328 Mike Bayer 2025-02-10 15:26:24 -05:00
  • 1cdaae5e57 reconcile #12326 and #12328 Mike Bayer 2025-02-10 15:26:24 -05:00
  • 96dacd02d6 Merge "implement is_derived_from() for DML" into rel_2_0 Michael Bayer 2025-02-10 13:20:20 +00:00
  • 5f6d800ed4 Merge "implement is_derived_from() for DML" into main Michael Bayer 2025-02-10 13:20:12 +00:00
  • 93271d2027 only use _DMLReturningColFilter for "bulk insert", not other DML Mike Bayer 2025-02-09 18:09:21 -05:00
  • 1c7e3f9c94 only use _DMLReturningColFilter for "bulk insert", not other DML Mike Bayer 2025-02-09 18:09:21 -05:00
  • 6d78ad98d9 try pytest 8.3 Mike Bayer 2025-02-09 18:30:11 -05:00
  • 11012fcebf implement is_derived_from() for DML Mike Bayer 2025-02-08 11:38:53 -05:00
  • b281402140 implement is_derived_from() for DML Mike Bayer 2025-02-08 11:38:53 -05:00
  • 9d723b32db Merge "Deprecate objects param of flush" into main Federico Caselli 2025-02-08 10:56:46 +00:00
  • ea734ab5f6 Deprecate objects param of flush Federico Caselli 2025-02-05 22:38:08 +01:00
  • 701eef3338 doc(reconecting_engine): fix re-raise after attempts (#12306) Augustin Prolongeau 2025-02-07 00:18:57 +01:00
  • 47dab9181c doc(reconecting_engine): fix re-raise after attempts (#12306) Augustin Prolongeau 2025-02-07 00:18:57 +01:00
  • 5e59923e30 Version 2.0.39 placeholder Mike Bayer 2025-02-06 15:10:27 -05:00
  • e8e9315aac cherry-pick changelog update for 2.0.39 Mike Bayer 2025-02-06 15:10:27 -05:00
  • 743304bb17 cherry-pick changelog from 2.0.38 Mike Bayer 2025-02-06 15:10:27 -05:00
  • 23f5f33509 - 2.0.38 rel_2_0_38 Mike Bayer 2025-02-06 15:06:47 -05:00
  • b24a018152 this is version 2.0.38 Mike Bayer 2025-02-06 15:04:30 -05:00
  • 960aade5b6 this is version 2.0.38 Mike Bayer 2025-02-06 15:04:30 -05:00
  • 085410d4cf changelog edits Mike Bayer 2025-02-06 13:59:22 -05:00
  • f976e7b775 changelog edits Mike Bayer 2025-02-06 13:59:22 -05:00
  • 48b2adf63b Merge "remove None exception in IN" into main Michael Bayer 2025-02-06 15:14:43 +00:00
  • 6eba00402a Merge "remove None exception in IN" into rel_2_0 Michael Bayer 2025-02-06 15:14:40 +00:00
  • 059875962d Merge "reorganize column collection init to be local" into rel_2_0 Michael Bayer 2025-02-05 20:56:29 +00:00
  • f21ae63348 Merge "reorganize column collection init to be local" into main Michael Bayer 2025-02-05 20:56:25 +00:00
  • d88d926851 Merge "Use AsyncAdaptedQueuePool in aiosqlite" into rel_2_0 Michael Bayer 2025-02-05 19:17:36 +00:00
  • 072361e4d5 Merge "Use AsyncAdaptedQueuePool in aiosqlite" into main Michael Bayer 2025-02-05 19:17:29 +00:00
  • d9d9d5316d remove None exception in IN Mike Bayer 2025-02-05 08:37:04 -05:00
  • 79505b03b6 remove None exception in IN Mike Bayer 2025-02-05 08:37:04 -05:00
  • b4117efa5a Merge "Added merge_all and delete_all" into main Michael Bayer 2025-02-05 19:05:44 +00:00
  • b6cdcee671 reorganize column collection init to be local Mike Bayer 2025-02-01 14:39:57 -05:00
  • 3cd9a5b42f reorganize column collection init to be local Mike Bayer 2025-02-01 14:39:57 -05:00
  • 5e623b989e Fix 'polymorphic' typo in a few places (#12307) Martin Burchell 2025-02-03 18:56:55 +00:00
  • 87c8d04d37 Fix 'polymorphic' typo in a few places (#12307) Martin Burchell 2025-02-03 18:56:55 +00:00
  • 41c30cc031 Added merge_all and delete_all Federico Caselli 2025-01-03 21:42:48 +01:00
  • 78445beeb5 Use AsyncAdaptedQueuePool in aiosqlite Christophe Bornet 2025-01-31 07:42:59 -05:00
  • baa26f12f8 Merge "Unable to use InstrumentedAttribute to value mappings in mysql/mariadb on_duplicate_key_update" into rel_2_0 Federico Caselli 2025-02-01 20:50:15 +00:00
  • b7c81ae238 Merge "Unable to use InstrumentedAttribute to value mappings in mysql/mariadb on_duplicate_key_update" into main Federico Caselli 2025-02-01 20:50:04 +00:00
  • d58ba5c557 mypy plugin is removed on 2.1, remove the possibly Federico Caselli 2025-02-01 19:44:14 +01:00
  • 4956ae62dc Unable to use InstrumentedAttribute to value mappings in mysql/mariadb on_duplicate_key_update Mingyu Park 2025-02-01 02:43:35 -05:00
  • 87bf36be84 Unable to use InstrumentedAttribute to value mappings in mysql/mariadb on_duplicate_key_update Mingyu Park 2025-02-01 02:43:35 -05:00
  • 11bac714a2 Use AsyncAdaptedQueuePool in aiosqlite Christophe Bornet 2025-01-31 07:42:59 -05:00
  • d69765829c Removed the deprecated mypy plugin. Federico Caselli 2025-01-30 22:05:59 +01:00
  • aa120dd1b1 Merge "Skip mypy plugin tests if incompatible or missing" into main Federico Caselli 2025-01-30 20:39:34 +00:00
  • 5822319e77 Merge "Skip mypy plugin tests if incompatible or missing" into main Federico Caselli 2025-01-30 20:39:34 +00:00
  • 0a3a37681d remove comma in docstring Federico Caselli 2025-01-30 21:34:00 +01:00
  • 425f45fb28 remove comma in docstring Federico Caselli 2025-01-30 21:34:00 +01:00
  • b8bb35a4e2 Fix typo python2 -> python in 2.0 major migration guide (#12250) Martin Burchell 2025-01-30 20:31:15 +00:00