summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add attribute sphinx is breaking onMike Bayer2021-09-171-1/+2
* Support pytest 6.xMike Bayer2020-09-271-2/+3
* update for pytest-xdist terminologyMike Bayer2020-08-141-8/+8
* Fix 'email_address' being typoed as 'email_addres' in two placesMark Amery2020-05-281-1/+1
* Run search and replace of symbolic module namesMike Bayer2020-04-1472-2458/+3275
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-148-22/+20
* 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 link in docs of query_expression and with_expressionFederico Caselli2020-03-112-2/+2
* 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-60/+128
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-2711-45/+45
* Improve ResultProxy/Row documentation before the API changeMike Bayer2020-02-131-41/+85
* 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
* Warn that before_compile for lazyload needs bake_queries=FalseMike Bayer2019-10-251-0/+7
* 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
* Add missing suite level requirements from #4234Mike Bayer2019-09-171-0/+17
* Add note on the use of tuple_() for the IN operator in the docsStepland2019-09-162-1/+8
* 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
* Small text error in json field docDenis Kataev2019-07-171-1/+1
* Note DBAPIs and dialects that we don't supportMike Bayer2019-07-059-4/+46
* Squashed commit of the following:Mike Bayer2019-07-052-2/+2
* Add tutorial section for cast(), type_coerce()Mike Bayer2019-07-041-2/+24
* Rework Session transaction FAQsMike Bayer2019-06-071-1/+2
* Improve docstrings for AtributeEvents re: propagate flagMike Bayer2019-05-221-6/+55
* Document and test modification of .values in before_compile_updateMike Bayer2019-05-151-2/+24
* - fix long lineMike Bayer2019-05-091-1/+2
* Add documentation for MySQL optimizer hints using prefix_withMike Bayer2019-05-083-6/+27
* 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
* Version 1.2.20 placeholderMike Bayer2019-04-151-1/+1
* Update link for cx_OracleMike Bayer2019-04-051-1/+1
* Improve documentation for connection pool loggingjaskiratsingh2019-04-052-16/+37
* Enhance documentation for string compilation use casesMike Bayer2019-04-042-3/+20
* Clarify that declarative string resolution does not imply imports are implicitAntony Gelberg2019-03-161-1/+8
* Commit transaction after SNAPSHOT isolation changeMike Bayer2019-03-091-0/+2