summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* further simplify pool-sharing docrel_1_2Mike Bayer2022-03-111-18/+9
* dispose session outside of child procMike Bayer2022-03-111-11/+30
* add copybuttonMike Bayer2022-03-112-0/+8
* 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
* Repair doubled "using engines in fork()" sectionMike Bayer2020-07-152-97/+61
* Fix capitalization typos in engines.rstAbraham Sangha2020-06-091-2/+2
* Fix 'email_address' being typoed as 'email_addres' in two placesMark Amery2020-05-282-2/+2
* Run search and replace of symbolic module namesMike Bayer2020-04-14146-4746/+5464
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-1428-199/+364
* Add missing definitions to glossaryMike Bayer2020-04-133-19/+190
* Fix almost all read-level sphinx warningsMike Bayer2020-04-1133-47/+57
* Backport documentation warnings for relationship eval()Mike Bayer2020-04-074-13/+119
* typo: missing commamichitaro.koike2020-03-261-1/+1
* Clarify Alembic vs. MigrateMike Bayer2020-03-201-10/+9
* Fix "special_key" attribute name in association proxy documentationMike Bayer2020-03-161-1/+1
* Remove trailing slashes in pre-commit configMike Bayer2020-03-111-3/+3
* 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-034-13/+80
* Update dialect API documentationMike Bayer2020-03-022-60/+128
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-2719-63/+63
* Improve ResultProxy/Row documentation before the API changeMike Bayer2020-02-133-56/+107
* Update basic_relationships.rstrandallk2020-02-061-1/+1
* Document SQLite "mixed binary" behaviorMike Bayer2020-02-061-0/+38
* Add second section detailing cascade_backrefs to backref sectionMike Bayer2020-02-041-0/+51
* Add explanation of `polymorphic_identity` to docsEli2020-01-131-6/+31
* Fix newly found rst issueMike Bayer2019-12-301-5/+5
* 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
* Add dialect for Apache SolrAhmed Adel2019-12-141-0/+1
* Use viewonly=True for composite secondary join exampleMike Bayer2019-11-191-9/+20
* Add TypeDecorator recipe for timezone aware/UTC conversionMike Bayer2019-11-131-0/+36
* 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
* Add doc note for multiple table mappingMike Bayer2019-10-231-0/+33
* Fix pydoc typo in sqlite dialectMatt Livesey2019-10-201-2/+2
* Fix test failures from func doc fixMike Bayer2019-10-172-2/+2
* fix func docsMike Bayer2019-10-172-69/+119
* Clarify isolation_level documentationMike Bayer2019-10-151-20/+14
* import StringIO => import ioMatt Kohl2019-10-041-2/+2
* Add missing suite_level requirements "independent_connections"Mike Bayer2019-09-181-0/+7
* Fix typo in docs (errors.rst)Mikhail Burshteyn2019-09-181-1/+1
* 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-163-1/+15