summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Support pytest 6.xrel_1_1Mike Bayer2020-09-271-3/+5
* update for pytest-xdist terminologyMike Bayer2020-08-141-8/+8
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-1/+3
* Backport documentation warnings for relationship eval()Mike Bayer2020-04-071-1/+43
* fix typo in PickleType documentationFederico Caselli2020-03-041-1/+1
* Include column_property composition examplesMike Bayer2020-03-031-1/+27
* Update dialect API documentationMike Bayer2020-03-022-70/+128
* Document SQLite "mixed binary" behaviorMike Bayer2020-02-061-0/+38
* Improve documentation for refresh_flush eventMike Bayer2019-12-191-6/+25
* Add pass through exact pyodbc connection string.Gord Thompson2019-12-181-2/+17
* Add note re: pyodbc keywords in lowercase.Gord Thompson2019-12-181-0/+2
* fixed typo in session.py in line 3063L0stLink2019-11-041-1/+1
* Improve SQL Server pyodbc documentationMike Bayer2019-10-311-13/+18
* Typo fixAles Dokshanin2019-10-281-1/+1
* Fix pydoc typo in sqlite dialectMatt Livesey2019-10-201-2/+2
* Fix test failures from func doc fixMike Bayer2019-10-171-1/+1
* fix func docsMike Bayer2019-10-171-69/+108
* Clarify isolation_level documentationMike Bayer2019-10-151-20/+14
* Add missing suite_level requirements "independent_connections"Mike Bayer2019-09-181-0/+7
* Add missing suite level requirements from 2efd89d02941Mike Bayer2019-09-171-0/+10
* Document visitors moduleMike Bayer2019-09-121-20/+148
* Document Query deduplicationMike Bayer2019-09-051-10/+37
* - shore up TypeDecorator docs a bit to not render tons ofMike Bayer2019-08-101-0/+9
* filter formatargspec deprecation warningMike Bayer2019-07-211-0/+2
* Small text error in json field docDenis Kataev2019-07-171-1/+1
* remote_attr and local_attr refer to class bound attributes, not MapperPropertyMike Bayer2019-04-251-12/+8
* Use "parent object" instead of "primary object"vpsx2019-04-171-2/+2
* Update link for cx_OracleMike Bayer2019-04-051-3/+2
* Note for history methods that history is reset per-flush.Mike Bayer2019-02-092-2/+37
* Feature mysqlclientMike Bayer2019-01-181-10/+12
* - pep8 fixMike Bayer2019-01-161-1/+2
* Convert most "See also" phrases into .. seealso::Mike Bayer2019-01-1510-59/+72
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-1544-427/+11
* correct paramref to property links to refer to creation functionMike Bayer2019-01-134-4/+4
* use ..deprecated directive w/ version in all casesMike Bayer2019-01-1228-201/+421
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-303-6/+6
* Rewrite the convert_unicode docs and add tons of dragonsMike Bayer2018-12-212-36/+75
* Document and support nested compositesMike Bayer2018-12-121-1/+3
* typoRaphael2018-11-301-1/+1
* Improve documentation re: Session.binds and partitioning strategiesMike Bayer2018-11-061-21/+80
* Don't call rollback on DBAPI connection that's "closed"Mike Bayer2018-10-141-0/+6
* minor spelling correctionGlyph2018-09-071-1/+1
* Clarify init_scalar event use caseMike Bayer2018-09-061-36/+42
* MariaDB 10.3 updatesMike Bayer2018-08-301-2/+2
* Fix links and update verbiage for reset_on_returnMike Bayer2018-08-282-20/+18
* Document binary_prefix for mysqlclient and PyMySQLMike Bayer2018-08-171-37/+42
* Write a much better section about server defaultsMike Bayer2018-08-091-0/+4
* Update URL for PyMySQL documentationLogan Rosen2018-06-281-1/+1
* - add a tl;dr to postgresql search_path section as it's longMike Bayer2018-05-061-0/+3
* Add notes regarding flat=TrueMike Bayer2018-03-071-1/+4