summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge "Implement SQL VALUES in core."mike bayer2020-03-242-0/+345
|\
| * Implement SQL VALUES in core.Gord Thompson2020-03-242-0/+345
* | Merge "Convert schema_translate to a post compile"mike bayer2020-03-244-37/+79
|\ \
| * | Convert schema_translate to a post compileMike Bayer2020-03-244-37/+79
* | | Improve the method ``__str__`` of :class:`ColumnCollection`Federico Caselli2020-03-241-0/+11
| |/ |/|
* | Merge "Remove deprecated elements from selectable.py; remove lockmode"mike bayer2020-03-234-146/+4
|\ \
| * | Remove deprecated elements from selectable.py; remove lockmodeMike Bayer2020-03-234-146/+4
| |/
* | Implement autocommit isolation level for cx_oracleGord Thompson2020-03-232-23/+37
|/
* Merge "Test instance for matching class hierarchy on get_from_identity"mike bayer2020-03-221-0/+73
|\
| * Test instance for matching class hierarchy on get_from_identityMike Bayer2020-03-221-0/+73
* | Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-2136-767/+1291
|/
* Don't include PG INCLUDE columns as regular index columnsmike bayer2020-03-181-0/+32
* Support inspection of computed columnFederico Caselli2020-03-153-1/+53
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-134-13/+30
* Include schema in all_tab_comments queryMike Bayer2020-03-121-0/+26
* Merge "Rework select(), CompoundSelect() in terms of CompileState"mike bayer2020-03-1111-296/+230
|\
| * Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-1011-296/+230
* | Repair broken call to sys.exc_info()Mike Bayer2020-03-111-0/+23
* | Reword implicit left join error; ensure deterministic FROM for columnsMike Bayer2020-03-101-14/+21
* | Merge "Simplified module pre-loading strategy and made it linter friendly"mike bayer2020-03-105-15/+52
|\ \
| * | Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-075-15/+52
| |/
* | Deprecate :func:`.eagerload` and :func:`.relation`Federico Caselli2020-03-103-5/+17
* | Reflect comments from any table accessible by the current userGord Thompson2020-03-101-0/+5
* | 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
* | Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-0612-435/+762
* | Render VALUES within composed MySQL on duplicate key expressionsMike Bayer2020-03-042-0/+42
* | Merge "Remove the deprecated loader options"mike bayer2020-03-041-52/+0
|\ \
| * | Remove the deprecated loader optionsFederico Caselli2020-03-031-52/+0
* | | Merge "Restore crud flags if visiting_cte is set"mike bayer2020-03-041-0/+35
|\ \ \
| * | | Restore crud flags if visiting_cte is setMike Bayer2020-03-031-0/+35
| |/ /
* | | Run handle_error for any exceptions raised in execute_context()Mike Bayer2020-03-031-0/+69
|/ /
* | Merge "Ensure all nested exception throws have a cause"mike bayer2020-03-028-34/+52
|\ \
| * | Ensure all nested exception throws have a causeMike Bayer2020-03-028-34/+52
* | | Merge "Remove obsolete util.compat.nested"mike bayer2020-03-021-11/+8
|\ \ \
| * | | Remove obsolete util.compat.nestedGord Thompson2020-03-021-11/+8
| |/ /
* | | Merge "Deprecate the databases packages"mike bayer2020-03-027-9/+21
|\ \ \ | |/ / |/| |
| * | Deprecate the databases packagesFederico Caselli2020-02-287-9/+21
* | | Merge "Discontinue dynamic __visit_name__"mike bayer2020-03-022-32/+33
|\ \ \
| * | | Discontinue dynamic __visit_name__Mike Bayer2020-03-012-32/+33
| |/ /
* | | Merge "While parsing for check constraints, ignore newline characters in the ...mike bayer2020-03-011-0/+37
|\ \ \
| * | | While parsing for check constraints, ignore newline characters in the check c...Eric Borczuk2020-02-291-0/+37
| |/ /
* | | Open up check for relationships that write to the same columnMike Bayer2020-02-2716-20/+208
|/ /
* | Don't call pre_ping for fresh connectionMike Bayer2020-02-261-4/+82
* | Deprecate row.keys() for 2.0, not 1.xMike Bayer2020-02-242-3/+12
* | Merge "Ensure schema-level table includes annotations in caching"mike bayer2020-02-241-1/+40
|\ \
| * | Ensure schema-level table includes annotations in cachingMike Bayer2020-02-241-1/+40
* | | Ensure descendants of mixins don't become cacheableMike Bayer2020-02-221-1/+5
|/ /
* | Merge "Repair inline flag"mike bayer2020-02-225-9/+135
|\ \
| * | Repair inline flagMike Bayer2020-02-225-9/+135