Commit Graph

  • 837d964004 - repair param inject to work around code examples to some degree - link to correct text() construct for CheckConstraint Mike Bayer 2019-03-05 11:34:03 -05:00
  • cfaf830a6f Version 1.3.1 placeholder Mike Bayer 2019-03-04 16:50:17 -05:00
  • 4f62c23cf3 Add missing attribute in hybrid.py docs Daniel Demmel 2019-03-04 18:10:22 +00:00
  • 740bb50c22 - 1.3.0 rel_1_3_0 Mike Bayer 2019-03-04 13:05:44 -05:00
  • 8eda38e2aa Merge "Use basepython 3.7 for flake8 tests" mike bayer 2019-03-04 17:40:31 +00:00
  • b9d9d41691 Use basepython 3.7 for flake8 tests Mike Bayer 2019-03-04 12:22:07 -05:00
  • f24659b72b Merge "Add port comparison in __eq__() and __ne__() method to URL" mike bayer 2019-03-04 15:45:53 +00:00
  • b69074aec1 Add port comparison in __eq__() and __ne__() method to URL Sanjana 2019-02-28 10:16:13 -05:00
  • 9268c320bf Add port comparison in __eq__() and __ne__() method to URL Sanjana 2019-02-28 10:16:13 -05:00
  • a690ec0824 Add resolve_fks=False option for reflection Mike Bayer 2019-02-28 10:59:41 -05:00
  • 358a0dcf10 link to PyHive as a dialect Aidan Feldman 2019-02-27 16:01:04 -05:00
  • dc48ac5489 Ignore Pipenv* and .idea Ville Brofeldt 2019-02-23 18:02:42 +02:00
  • 53c7fc4690 Merge "Add test to as_interface when no cls or methods" mike bayer 2019-02-22 00:33:55 +00:00
  • 0cdc89c276 Merge "Prevent __init__ from being called for Alias, subclasses" mike bayer 2019-02-22 00:33:31 +00:00
  • 40401d7933 Add test to as_interface when no cls or methods Toni Karppi 2019-02-21 14:22:48 -05:00
  • eed102f465 Merge "Add support for key-word based get()" mike bayer 2019-02-21 19:19:49 +00:00
  • 4ca3092c0a Prevent __init__ from being called for Alias, subclasses Mike Bayer 2019-02-20 15:00:09 -05:00
  • 0a1c640531 Merge "Include newlines in StatementError formatting" mike bayer 2019-02-21 15:52:29 +00:00
  • 8f318692d4 Include newlines in StatementError formatting Nate Clark 2019-02-20 12:58:18 -05:00
  • c89a93e953 Add support for key-word based get() sanjana 2019-02-19 23:07:12 -05:00
  • 7a4c40ff6b Remove inadvertent test_schema.db commit Mike Bayer 2019-02-20 13:06:20 -05:00
  • 7e76aa9dd8 Merge "Add NCHAR to Oracle dialect" into rel_1_2 mike bayer 2019-02-20 17:54:20 +00:00
  • d879bed878 Merge "Add NCHAR to Oracle dialect" mike bayer 2019-02-20 17:54:07 +00:00
  • 1fd70d6bd2 revise timestamp correction scheme Mike Bayer 2019-02-20 12:52:40 -05:00
  • a3135c494e revise timestamp correction scheme Mike Bayer 2019-02-20 12:52:40 -05:00
  • 4d2bd4a78f Ensure _simple_lazy_clause bind names are fixed before cloning Mike Bayer 2019-02-19 19:46:17 -05:00
  • d71f34cb2a Ensure _simple_lazy_clause bind names are fixed before cloning Mike Bayer 2019-02-19 19:46:17 -05:00
  • 420f294c46 Add NCHAR to Oracle dialect Mike Bayer 2019-02-19 12:13:04 -05:00
  • 5fe9da55c7 Add NCHAR to Oracle dialect Mike Bayer 2019-02-19 12:13:04 -05:00
  • c0bd36873b cherry-pick changelog update for 1.2.19 Mike Bayer 2019-02-15 13:08:58 -05:00
  • bce19f2649 Version 1.2.19 placeholder Mike Bayer 2019-02-15 13:08:58 -05:00
  • 11f5ea1f7f cherry-pick changelog from 1.2.18 Mike Bayer 2019-02-15 13:08:57 -05:00
  • 048098103c - 1.2.18 rel_1_2_18 Mike Bayer 2019-02-15 12:39:47 -05:00
  • e7f7fbc04e - formatting fix Mike Bayer 2019-02-15 12:38:49 -05:00
  • c1b87bc95d - formatting fix Mike Bayer 2019-02-15 12:38:49 -05:00
  • 4d7ac4be6c Merge "Adding setter to should_evaluate_none property" mike bayer 2019-02-14 15:40:06 +00:00
  • f4a72d3720 Adding setter to should_evaluate_none property sanjana 2019-02-13 10:17:46 -05:00
  • 12dad561a7 Adding setter to should_evaluate_none property sanjana 2019-02-13 10:17:46 -05:00
  • 4a24277f0d Set IDENTITY_INSERT for insert.values({column: expr}) Mike Bayer 2019-02-13 11:26:54 -05:00
  • 71d642711d Set IDENTITY_INSERT for insert.values({column: expr}) Mike Bayer 2019-02-13 11:26:54 -05:00
  • 5cc5234e0b Merge "Allow SQL expression for ORM primary keys" mike bayer 2019-02-13 01:35:15 +00:00
  • c1f310df44 Allow SQL expression for ORM primary keys Mike Bayer 2019-02-11 17:00:47 -05:00
  • 104625941d Merge "Add complete coverage and fix lower() for MySQL 88718 workaround" mike bayer 2019-02-11 20:22:27 +00:00
  • db589a98b2 Add complete coverage and fix lower() for MySQL 88718 workaround Mike Bayer 2019-02-11 09:07:03 -05:00
  • 49197c7b36 Add complete coverage and fix lower() for MySQL 88718 workaround Mike Bayer 2019-02-11 09:07:03 -05:00
  • bb7b353d6f Merge "Don't run pending_to_persistent for non-new objects" mike bayer 2019-02-10 03:57:10 +00:00
  • 9ca2c2d254 Don't run pending_to_persistent for non-new objects Mike Bayer 2019-02-09 01:46:06 -05:00
  • b2afef966d Don't run pending_to_persistent for non-new objects Mike Bayer 2019-02-09 01:46:06 -05:00
  • 2baecc0c13 Note for history methods that history is reset per-flush. Mike Bayer 2019-02-09 12:22:39 -05:00
  • 83983593b3 Note for history methods that history is reset per-flush. Mike Bayer 2019-02-09 12:22:39 -05:00
  • 05e3b1c274 Note for history methods that history is reset per-flush. Mike Bayer 2019-02-09 12:22:39 -05:00
  • 833583458c Note for history methods that history is reset per-flush. Mike Bayer 2019-02-09 12:22:39 -05:00
  • 48889aae38 mention no_autoflush in the flush section of the docs Mike Bayer 2019-02-08 17:48:51 -05:00
  • 205617abb1 mention no_autoflush in the flush section of the docs Mike Bayer 2019-02-08 17:48:51 -05:00
  • 13d38c6bd6 mention no_autoflush in the flush section of the docs Mike Bayer 2019-02-08 17:48:51 -05:00
  • fcb5dbf395 mention no_autoflush in the flush section of the docs Mike Bayer 2019-02-08 17:48:51 -05:00
  • 6c177df67c Version 1.3.0 placeholder Mike Bayer 2019-02-08 15:19:40 -05:00
  • 38d34ca4da - 1.3.0b3 rel_1_3_0b3 Mike Bayer 2019-02-08 15:12:18 -05:00
  • b51f045ee5 Add type stubs link to the docs Ivan Levkivskyi 2019-02-08 19:10:19 +00:00
  • 6c30a06aef Use declarative mapping for the embedded SQL expressions example Mike Bayer 2019-02-07 10:19:08 -05:00
  • ec85b5b7be Use declarative mapping for the embedded SQL expressions example Mike Bayer 2019-02-07 10:19:08 -05:00
  • 3212454906 Use declarative mapping for the embedded SQL expressions example Mike Bayer 2019-02-07 10:19:08 -05:00
  • 1359bd74ff Use declarative mapping for the embedded SQL expressions example Mike Bayer 2019-02-07 10:19:08 -05:00
  • f572cdf785 Merge "Remove all remaining text() coercions and ensure identifiers are safe" mike bayer 2019-02-07 03:54:44 +00:00
  • 30307c4616 Remove all remaining text() coercions and ensure identifiers are safe Mike Bayer 2019-02-04 15:50:29 -05:00
  • 834bb3ed75 Remove all occurrences of the word "password" from all examples and tutorials Mike Bayer 2019-02-05 18:24:29 -05:00
  • d6b567d3c3 Remove all occurrences of the word "password" from all examples and tutorials Mike Bayer 2019-02-05 18:24:29 -05:00
  • 3e88af6970 Remove all occurrences of the word "password" from all examples and tutorials Mike Bayer 2019-02-05 18:24:29 -05:00
  • b956a323cd Remove all occurrences of the word "password" from all examples and tutorials Mike Bayer 2019-02-05 18:24:29 -05:00
  • e93e61b4a6 Merge "Improve support for with_polymorphic in mapper options" mike bayer 2019-02-04 19:27:31 +00:00
  • 95c371f1d3 Improve support for with_polymorphic in mapper options Mike Bayer 2019-01-26 19:49:44 -05:00
  • 11845453d7 Add bulk_replace to AssociationSet, AssociationDict Mike Bayer 2019-02-03 13:29:06 -05:00
  • 025cf86441 Repair incorrect issue number Mike Bayer 2019-02-03 12:50:09 -05:00
  • 2a2f7fe88c Merge "Remove Nose support" mike bayer 2019-02-03 17:45:28 +00:00
  • d427d0643b Remove Nose support Parth Shandilya 2019-01-31 23:24:29 -05:00
  • 104bb34980 Render parenthesis around sqlite expression defaults Bartlomiej Biernacki 2019-01-31 09:33:01 -05:00
  • 620bfde695 Render parenthesis around sqlite expression defaults Bartlomiej Biernacki 2019-01-31 09:33:01 -05:00
  • f9ccd2920d repair F632 issue Mike Bayer 2019-02-01 21:34:53 -05:00
  • 5ae8a54ed3 repair F632 issue Mike Bayer 2019-02-01 21:34:53 -05:00
  • 7e48d8b2a7 Merge "Add informative failure modes to _DeferredMapperConfig" mike bayer 2019-01-31 16:09:41 +00:00
  • 05ff4b9046 Added a link for Candidate Keys Ben Brumm 2019-01-31 06:05:01 +11:00
  • 06d9529509 Added a link for Candidate Keys Ben Brumm 2019-01-31 06:05:01 +11:00
  • 147f6d382c Add informative failure modes to _DeferredMapperConfig Mike Bayer 2019-01-29 23:53:10 -06:00
  • 560b5dee3b Add F632 another issue that just popped up Mike Bayer 2019-01-30 21:04:47 -06:00
  • b8f9517cdd Add F632 another issue that just popped up Mike Bayer 2019-01-30 21:04:47 -06:00
  • 899492d27c add F821 which for some reason is some new thing flake8 wants to complain about Mike Bayer 2019-01-30 21:00:36 -06:00
  • 1e29997dcc add F821 which for some reason is some new thing flake8 wants to complain about Mike Bayer 2019-01-30 21:00:36 -06:00
  • ce481b3f60 Fix typo: issue is #4442, not #4222 Ville Brofeldt 2019-01-29 12:50:43 +02:00
  • 17412c64d7 remove py36 from test profiles Mike Bayer 2019-01-27 00:55:54 -05:00
  • a4e01bad93 Merge "Ensure of_type subclass taken into account with wildcards" mike bayer 2019-01-26 22:21:46 +00:00
  • aa2ab71b7d Ensure of_type subclass taken into account with wildcards Mike Bayer 2019-01-26 14:53:45 -05:00
  • 29e033f496 Ensure of_type subclass taken into account with wildcards Mike Bayer 2019-01-26 14:53:45 -05:00
  • d3227c09f1 Version 1.3.0b3 placeholder Mike Bayer 2019-01-25 21:51:35 -05:00
  • f814da2f4c - 1.3.0b2 rel_1_3_0b2 Mike Bayer 2019-01-25 21:40:01 -05:00
  • cb615dcd83 Version 1.2.18 placeholder Mike Bayer 2019-01-25 21:32:00 -05:00
  • c85385ca98 - 1.2.17 Mike Bayer 2019-01-25 21:16:56 -05:00
  • d196c49918 Version 1.2.18 placeholder Mike Bayer 2019-01-25 21:32:00 -05:00
  • ecbaa44582 Fix timeout method doc to be for QueuePool Mike Bayer 2019-01-25 21:30:55 -05:00
  • 47c245b90c - 1.2.17 rel_1_2_17 Mike Bayer 2019-01-25 21:16:56 -05:00
  • 2eb3f211da Improve error messages in the area of loader options Mike Bayer 2019-01-09 02:01:16 -05:00