summaryrefslogtreecommitdiff
path: root/doc/build/core
Commit message (Expand)AuthorAgeFilesLines
* more docs for autocommit isolation levelMike Bayer2020-07-121-5/+113
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-113-2/+136
* Merge "Add future=True to create_engine/Session; unify select()"mike bayer2020-07-081-70/+77
|\
| * Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-70/+77
* | Consolidate connection customization documentationMike Bayer2020-07-062-46/+73
|/
* introduce deferred lambdasMike Bayer2020-07-032-0/+480
* Add missing function to documentation: cte, values, Exits, ValuesFederico Caselli2020-06-301-0/+10
* Docuemnt current workarounds for MySQL TIMESTAMPMike Bayer2020-06-291-0/+9
* Merge "Fix a wide variety of typos and broken links"mike bayer2020-06-269-22/+21
|\
| * Fix a wide variety of typos and broken linksaplatkouski2020-06-259-22/+21
* | Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-1/+1
|/
* Merge "Turn on caching everywhere, add logging"mike bayer2020-06-101-55/+55
|\
| * Turn on caching everywhere, add loggingMike Bayer2020-06-101-55/+55
* | Fix capitalization typos in engines.rstAbraham Sangha2020-06-081-2/+2
|/
* Cross reference do_connect() event w/ creatorMike Bayer2020-05-221-2/+19
* Merge "Introduce :class:`.IdentityOptions` to store common parameters for seq...mike bayer2020-05-191-0/+3
|\
| * Introduce :class:`.IdentityOptions` to store common parameters forFederico Caselli2020-05-151-0/+3
* | Disable "check unicode returns" under Python 3Mike Bayer2020-05-191-1/+1
|/
* Ensure order in doctest of core/tutorial.rstFederico Caselli2020-05-111-4/+4
* Expand CTE testing and begin to make this more prominent.Mike Bayer2020-05-081-16/+80
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-013-18/+36
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-27/+26
* Create initial 2.0 engine implementationMike Bayer2020-04-161-0/+7
* Set up absolute references for create_engine and relatedMike Bayer2020-04-146-41/+42
* Run search and replace of symbolic module namesMike Bayer2020-04-1415-434/+433
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-144-9/+24
* Fix almost all read-level sphinx warningsMike Bayer2020-04-1112-12/+11
* typo: missing commamichitaro.koike2020-03-261-1/+1
* Correct ambiguous func / class linksMike Bayer2020-03-255-25/+25
* Add link to whats new in 2.0 docMike Bayer2020-03-241-0/+5
* Merge "Deprecate plain string in execute and introduce `exec_driver_sql`"mike bayer2020-03-223-29/+64
|\
| * Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-213-29/+64
* | Clarify Alembic vs. MigrateMike Bayer2020-03-201-10/+9
|/
* Emphasize context managers when working with CoreMike Bayer2020-03-202-100/+79
* Correct misleading guidance on multiprocessingMike Bayer2020-03-202-8/+7
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-2/+3
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-261-1/+1
* Result initial introductionMike Bayer2020-02-214-10/+92
* Merge "Create initial future package, RemovedIn20Warning"mike bayer2020-02-171-13/+14
|\
| * Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-13/+14
* | Improve ResultProxy/Row documentation before the API changeMike Bayer2020-02-132-15/+22
|/
* Add sequence support for MariaDB 10.3+.Gord Thompson2019-11-261-4/+5
* Add TypeDecorator recipe for timezone aware/UTC conversionMike Bayer2019-11-131-0/+36
* Support for generated columnsCaselIT2019-11-081-0/+96
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-042-0/+5
* Fix test failures from func doc fixMike Bayer2019-10-171-1/+1
* fix func docsMike Bayer2019-10-171-0/+11
* - fix doc typosMike Bayer2019-10-162-4/+1
* Remove deprecated extension and similar classesMike Bayer2019-10-061-30/+0
* Run row value processors up frontMike Bayer2019-10-011-1/+1