summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Implement SQL VALUES in core."mike bayer2020-03-241-0/+7
|\
| * Implement SQL VALUES in core.Gord Thompson2020-03-241-0/+7
* | Merge "Convert schema_translate to a post compile"mike bayer2020-03-241-0/+14
|\ \
| * | Convert schema_translate to a post compileMike Bayer2020-03-241-0/+14
* | | Merge "Improve the method ``__str__`` of :class:`ColumnCollection`"mike bayer2020-03-241-0/+6
|\ \ \
| * | | Improve the method ``__str__`` of :class:`ColumnCollection`Federico Caselli2020-03-241-0/+6
| | |/ | |/|
* | | Add link to whats new in 2.0 docMike Bayer2020-03-241-0/+5
* | | Reword changelog for issue #5207Mike Bayer2020-03-241-5/+4
|/ /
* | Implement autocommit isolation level for cx_oracleGord Thompson2020-03-231-0/+7
|/
* Merge "Test instance for matching class hierarchy on get_from_identity"mike bayer2020-03-221-0/+9
|\
| * Test instance for matching class hierarchy on get_from_identityMike Bayer2020-03-221-0/+9
* | Merge "Deprecate plain string in execute and introduce `exec_driver_sql`"mike bayer2020-03-225-34/+72
|\ \
| * | Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-215-34/+72
* | | Remove pyproject.toml from distributionMike Bayer2020-03-211-0/+11
| |/ |/|
* | Clarify Alembic vs. MigrateMike Bayer2020-03-201-10/+9
|/
* Emphasize context managers when working with CoreMike Bayer2020-03-203-101/+84
* Correct misleading guidance on multiprocessingMike Bayer2020-03-202-8/+7
* Don't include PG INCLUDE columns as regular index columnsmike bayer2020-03-181-0/+10
* Fix "special_key" attribute name in association proxy documentationMike Bayer2020-03-161-1/+1
* Support inspection of computed columnFederico Caselli2020-03-151-0/+8
* Include schema in all_tab_comments queryMike Bayer2020-03-121-0/+10
* Dont raise on pytest deprecation warningsMike Bayer2020-03-121-0/+7
* Merge "Add missing changelog"mike bayer2020-03-112-0/+36
|\
| * Add missing changelogFederico Caselli2020-03-112-0/+36
* | cherry-pick changelog update for 1.3.16Mike Bayer2020-03-111-0/+4
* | cherry-pick changelog from 1.3.15Mike Bayer2020-03-113-20/+22
* | Repair broken call to sys.exc_info()Mike Bayer2020-03-111-0/+8
* | Reword implicit left join error; ensure deterministic FROM for columnsMike Bayer2020-03-101-0/+11
* | Merge "Simplified module pre-loading strategy and made it linter friendly"mike bayer2020-03-101-2/+2
|\ \
| * | Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-2/+2
* | | Deprecate :func:`.eagerload` and :func:`.relation`Federico Caselli2020-03-101-0/+8
| |/ |/|
* | cherry-pick changelog update for 1.3.15Mike Bayer2020-03-101-0/+4
* | cherry-pick changelog from 1.3.14Mike Bayer2020-03-1016-162/+177
* | Reflect comments from any table accessible by the current userGord Thompson2020-03-101-0/+7
* | Clean up list of external dialectsGord Thompson2020-03-071-22/+57
|/
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-2/+3
* Render VALUES within composed MySQL on duplicate key expressionsMike Bayer2020-03-041-0/+8
* Merge "Don't import provision.py unconditionally"mike bayer2020-03-041-0/+11
|\
| * Don't import provision.py unconditionallyMike Bayer2020-03-031-0/+11
* | Merge "Remove the deprecated loader options"mike bayer2020-03-042-8/+7
|\ \
| * | Remove the deprecated loader optionsFederico Caselli2020-03-032-8/+7
| |/
* | Merge "Restore crud flags if visiting_cte is set"mike bayer2020-03-041-0/+9
|\ \
| * | Restore crud flags if visiting_cte is setMike Bayer2020-03-031-0/+9
| |/
* | Run handle_error for any exceptions raised in execute_context()Mike Bayer2020-03-031-0/+11
|/
* Include column_property composition examplesMike Bayer2020-03-033-12/+53
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-0/+13
* Merge "While parsing for check constraints, ignore newline characters in the ...mike bayer2020-03-011-0/+8
|\
| * While parsing for check constraints, ignore newline characters in the check c...Eric Borczuk2020-02-291-0/+8
* | Merge "Open up check for relationships that write to the same column"mike bayer2020-02-291-0/+14
|\ \ | |/ |/|
| * Open up check for relationships that write to the same columnMike Bayer2020-02-271-0/+14