summaryrefslogtreecommitdiff
path: root/doc/build/core
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Document visitors moduleMike Bayer2019-09-122-0/+26
* Label simple column transformations as the column nameMike Bayer2019-08-282-1/+4
* Document how to work with reflection and custom datatypesMike Bayer2019-08-212-1/+129
* - remove explicit doc for unique_connection as this has been removedMike Bayer2019-08-121-2/+0
* - shore up TypeDecorator docs a bit to not render tons ofMike Bayer2019-08-101-1/+0
* Clarify INSERT/UPDATE defaults vs. data marshallingMike Bayer2019-08-103-5/+50
* Remove threadlocal strategy docs, remaining contextual_connectMike Bayer2019-08-051-83/+0
* Merge "Remove threadlocal engine strategy, engine strategies pool threadlocal"mike bayer2019-08-011-0/+2
|\
| * Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-0/+2
* | Fix typosMin ho Kim2019-07-211-1/+1
|/
* class level docstring for SubqueryMike Bayer2019-07-061-12/+1
* SelectBase no longer a FromClauseMike Bayer2019-07-062-16/+66