summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement SQL VALUES in core.Gord Thompson2020-03-248-0/+521
* Merge "Remove deprecated elements from selectable.py; remove lockmode"mike bayer2020-03-238-255/+11
|\
| * Remove deprecated elements from selectable.py; remove lockmodeMike Bayer2020-03-238-255/+11
* | Implement autocommit isolation level for cx_oracleGord Thompson2020-03-237-24/+193
|/
* Merge "Test instance for matching class hierarchy on get_from_identity"mike bayer2020-03-228-3/+101
|\
| * Test instance for matching class hierarchy on get_from_identityMike Bayer2020-03-228-3/+101
* | Merge "Deprecate plain string in execute and introduce `exec_driver_sql`"mike bayer2020-03-2272-964/+1632
|\ \
| * | Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-2172-964/+1632
* | | Remove pyproject.toml from distributionMike Bayer2020-03-212-0/+15
| |/ |/|
* | 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-183-4/+64
* Merge "updated doc string to show `NOT (EXISTS` instead of `NOT EXISTS`, as …"mike bayer2020-03-181-2/+2
|\
| * updated doc string to show `NOT (EXISTS` instead of `NOT EXISTS`, as …jonathan vanasco2020-03-141-2/+2
* | Merge "import the module as passed before we look in sys.modules"mike bayer2020-03-171-4/+1
|\ \
| * | import the module as passed before we look in sys.modulesMike Bayer2020-03-171-4/+1
| |/
* | Fix "special_key" attribute name in association proxy documentationMike Bayer2020-03-161-1/+1
* | Support inspection of computed columnFederico Caselli2020-03-1514-28/+374
|/
* Merge "Fix IntegerTest for sqlalchemy-firebird"mike bayer2020-03-131-1/+1
|\
| * Fix IntegerTest for sqlalchemy-firebirdGord Thompson2020-02-251-1/+1
* | Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-1312-37/+80
* | Disable sqlite_file tests by default, take twoMike Bayer2020-03-131-1/+1
* | Include schema in all_tab_comments queryMike Bayer2020-03-123-2/+43
* | Dont raise on pytest deprecation warningsMike Bayer2020-03-123-0/+29
* | Add placeholder for sqlite file databaseMike Bayer2020-03-121-0/+1
* | Remove trailing slashes in pre-commit configMike Bayer2020-03-111-2/+2
* | Merge "Fix link in docs of query_expression and with_expression"mike bayer2020-03-112-2/+2
|\ \
| * | Fix link in docs of query_expression and with_expressionFederico Caselli2020-03-112-2/+2
* | | Merge "Add missing changelog"mike bayer2020-03-112-0/+36
|\ \ \
| * | | Add missing changelogFederico Caselli2020-03-112-0/+36
* | | | Merge "Rework select(), CompoundSelect() in terms of CompileState"mike bayer2020-03-1120-851/+844
|\ \ \ \ | |_|/ / |/| | |
| * | | Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-1020-851/+844
* | | | 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-113-1/+32
* | | | Reword implicit left join error; ensure deterministic FROM for columnsMike Bayer2020-03-103-24/+50
* | | | Merge "Also run black --check in the tox pep8 env"mike bayer2020-03-101-1/+4
|\ \ \ \
| * | | | Also run black --check in the tox pep8 envFederico Caselli2020-03-102-2/+5
| | |/ / | |/| |
* | | | Merge "Simplified module pre-loading strategy and made it linter friendly"mike bayer2020-03-1038-307/+336
|\ \ \ \
| * | | | Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-0738-307/+336
| | |/ / | |/| |
* | | | Deprecate :func:`.eagerload` and :func:`.relation`Federico Caselli2020-03-105-5/+27
| |/ / |/| |
* | | 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-103-1/+13
* | | Merge remote-tracking branch 'origin/pr/5058'Mike Bayer2020-03-091-2/+2
|\ \ \
| * | | Fix comment re: ODBC driver name on Windows.Gord Thompson2019-12-271-2/+2
* | | | Clean up list of external dialectsGord Thompson2020-03-071-22/+57
| |/ / |/| |
* | | Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-0626-807/+1585
* | | Merge "Render VALUES within composed MySQL on duplicate key expressions"mike bayer2020-03-054-9/+75
|\ \ \