summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document and test __table_cls__review/mike_bayer/ticket_4082_10Mike Bayer2017-09-262-4/+90
* - pin on cx_Oracle 6.0.1 for the moment while we wait forMike Bayer2017-09-261-1/+2
* Fixed a typo in before_execute doc.Michael Smirnov2017-09-251-1/+1
* Add InternalError for mysqlclient disconnectMike Bayer2017-09-012-1/+11
* include a note about the importance of type coerce for custom opsMike Bayer2017-09-011-2/+12
* Remove twophase for cx_Oracle 6.xMike Bayer2017-08-223-35/+56
* use regexp to parse cx_oracle version stringMike Bayer2017-08-223-3/+42
* - 1.0.20Mike Bayer2017-08-222-1/+4
* - fix typosMike Bayer2017-08-222-2/+6
* - modernize the mysql connection timeout docsMike Bayer2017-08-224-18/+35
* First level repair for cx_Oracle 6.0 test regressionsMike Bayer2017-08-223-6/+17
* - ensure identifier re-use doesn't make this breakMike Bayer2017-08-221-3/+4
* - allow a separate template database to be used forMike Bayer2017-08-222-5/+11
* - repair --dbsMike Bayer2017-08-222-1/+21
* - still supporting py2.6 in 1.1/1.0 (!)Mike Bayer2017-08-221-1/+1
* - backport all pytest-xdist / multi backend changesMike Bayer2017-08-218-76/+119
* fix a typohsmtkk2017-08-211-1/+1
* - dont run sql mode config tests if we aren't on mysqlMike Bayer2017-08-191-2/+6
* - backport new tox from 1.2Mike Bayer2017-08-191-9/+8
* fix "constrast" typosNils Philippsen2017-08-092-3/+3
* - modernize orm.reconstructor documentation a bitMike Bayer2017-08-053-13/+28
* - 1.0.19rel_1_0_19Mike Bayer2017-08-033-18/+19
* - convert to spacesMike Bayer2017-07-312-13/+14
* Revert cx_Oracle WITH_UNICODE change under > 5.0Mike Bayer2017-07-282-4/+28
* - 1.0.19Mike Bayer2017-07-282-1/+4
* - 1.0.18rel_1_0_18Mike Bayer2017-07-244-19/+21
* Merge "Ensure we check for boolean condition when we inspect __exit__()" into...mike bayer2017-07-242-1/+8
|\
| * Ensure we check for boolean condition when we inspect __exit__()Mike Bayer2017-07-242-1/+8
* | Make flush logic slightly clearer in tutorial.Feanil Patel2017-07-241-1/+1
|/
* - remove dupicated 1.0.18 block, which seems like it was alreadyMike Bayer2017-07-241-13/+0
* - move to file-per-changelog for unreleased change notes,Mike Bayer2017-07-245-18/+30
* Replace Session class with session instanceTom Sitter2017-07-171-1/+1
* Include missing import in exampleMichael Stewart2017-07-031-0/+1
* - add complete parameter /return value docs to session.begin() /Mike Bayer2017-05-172-15/+47
* - move additional sections under with_polymorphic missedMike Bayer2017-05-161-3/+3
* - categorize these two with_polymorphic subsections under with_polymorphicMike Bayer2017-05-161-2/+2
* - fix broken linkMike Bayer2017-05-161-2/+2
* modernize and repair inheritance examplesMike Bayer2017-05-166-173/+341
* Add links to with_only_columns to Select.column, append_columnMike Bayer2017-05-121-19/+16
* Update inheritance documentation.Mike Bayer2017-05-105-696/+1271
* Fix docs syntax errorDenis Kataev2017-05-101-8/+6
* Break the lines to fit pdf and fix another broken syntaxLunarShaddow2017-05-081-7/+8
* fixes a typoBen Fagin2017-05-081-1/+1
* - big rewrite of the Sequence documentation:Mike Bayer2017-05-052-90/+176
* - add another note re: 339e2c13b0fc8e95a47d00c0f8fc5afc4b6dff9aMike Bayer2017-05-051-0/+12
* - add a note to MetaData.schema indicating that the TableMike Bayer2017-05-051-0/+13
* test / document postgresql_ops against a labeled expressionMike Bayer2017-04-242-8/+45
* Fix of minor typo in the UnmappedInstanceError messageJonathan Suever2017-04-171-1/+1
* - remove errant doctest commentMike Bayer2017-04-171-2/+2
* Fix typo.Bertrand Janin2017-04-041-1/+1