summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* | Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-2130-162/+268
|/
* Don't include PG INCLUDE columns as regular index columnsmike bayer2020-03-181-4/+22
* 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
| |/
* | Support inspection of computed columnFederico Caselli2020-03-159-26/+312
|/
* 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-137-19/+45
* | Include schema in all_tab_comments queryMike Bayer2020-03-121-2/+7
* | Dont raise on pytest deprecation warningsMike Bayer2020-03-122-0/+22
* | 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 "Rework select(), CompoundSelect() in terms of CompileState"mike bayer2020-03-119-555/+614
|\ \ \ | |/ / |/| |
| * | Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-109-555/+614
* | | Repair broken call to sys.exc_info()Mike Bayer2020-03-111-1/+1
* | | Reword implicit left join error; ensure deterministic FROM for columnsMike Bayer2020-03-101-10/+18
* | | Merge "Simplified module pre-loading strategy and made it linter friendly"mike bayer2020-03-1031-289/+281
|\ \ \
| * | | Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-0731-289/+281
| |/ /
* | | Deprecate :func:`.eagerload` and :func:`.relation`Federico Caselli2020-03-101-0/+2
* | | Reflect comments from any table accessible by the current userGord Thompson2020-03-101-1/+1
|/ /
* | Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-0613-370/+820
* | Render VALUES within composed MySQL on duplicate key expressionsMike Bayer2020-03-041-9/+25
* | Merge "Don't import provision.py unconditionally"mike bayer2020-03-0410-9/+42
|\ \
| * | Don't import provision.py unconditionallyMike Bayer2020-03-0310-9/+42
* | | Merge remote-tracking branch 'origin/pr/5186'Mike Bayer2020-03-041-1/+1
|\ \ \
| * | | fix typo in PickleType documentationFederico Caselli2020-03-041-1/+1
| |/ /
* | | Merge "Remove the deprecated loader options"mike bayer2020-03-042-29/+0
|\ \ \
| * | | Remove the deprecated loader optionsFederico Caselli2020-03-032-29/+0
| |/ /
* | | Merge "Restore crud flags if visiting_cte is set"mike bayer2020-03-042-2/+5
|\ \ \
| * | | Restore crud flags if visiting_cte is setMike Bayer2020-03-032-2/+5
| |/ /
* | | Run handle_error for any exceptions raised in execute_context()Mike Bayer2020-03-031-30/+31
|/ /
* | Include column_property composition examplesMike Bayer2020-03-031-1/+27
* | Merge "Ensure all nested exception throws have a cause"mike bayer2020-03-0241-401/+703
|\ \
| * | Ensure all nested exception throws have a causeMike Bayer2020-03-0241-401/+703
* | | Merge "Remove obsolete util.compat.nested"mike bayer2020-03-022-36/+0
|\ \ \
| * | | Remove obsolete util.compat.nestedGord Thompson2020-03-022-36/+0
* | | | Merge "Deprecate the databases packages"mike bayer2020-03-022-3/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Deprecate the databases packagesFederico Caselli2020-02-282-3/+9
* | | | Update dialect API documentationMike Bayer2020-03-022-60/+128
| |/ / |/| |
* | | Merge "Discontinue dynamic __visit_name__"mike bayer2020-03-023-42/+31
|\ \ \
| * | | Discontinue dynamic __visit_name__Mike Bayer2020-03-013-42/+31
| |/ /
* | | Merge "While parsing for check constraints, ignore newline characters in the ...mike bayer2020-03-011-2/+8
|\ \ \
| * | | While parsing for check constraints, ignore newline characters in the check c...Eric Borczuk2020-02-291-2/+8
| |/ /
* | | Merge "Open up check for relationships that write to the same column"mike bayer2020-02-292-10/+46
|\ \ \ | |/ / |/| |
| * | Open up check for relationships that write to the same columnMike Bayer2020-02-272-10/+46
* | | Merge "Remove print statement in favor of print() function in docs and examples"mike bayer2020-02-2811-45/+45
|\ \ \ | |/ / |/| |
| * | Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-2611-45/+45
| |/
* | Don't call pre_ping for fresh connectionMike Bayer2020-02-261-11/+21
|/