summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Integrate new Result into ORM queryMike Bayer2020-05-025-93/+117
| |_|/ |/| |
* | | Merge "Capitalize documentation for relationship params"mike bayer2020-05-021-21/+21
|\ \ \
| * | | Capitalize documentation for relationship paramsFederico Caselli2020-04-281-21/+21
* | | | Merge "Handle non-string, non column expression in index for deferred attach"mike bayer2020-05-021-2/+3
|\ \ \ \
| * | | | Handle non-string, non column expression in index for deferred attachMike Bayer2020-05-011-2/+3
* | | | | Documentation updates for ResultProxy -> ResultMike Bayer2020-05-0120-47/+111
|/ / / /
* | | | Merge "Propose Result as immediate replacement for ResultProxy"mike bayer2020-05-0118-1919/+2752
|\ \ \ \ | |_|_|/ |/| | |
| * | | Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-0118-1919/+2752
* | | | Merge "Enable loading of external Firebird dialect, if available"Gord Thompson2020-05-011-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Enable loading of external Firebird dialect, if availableGord Thompson2020-04-301-1/+8
| | |/ | |/|
* | | Deprecate unsupported dialects and dbapiFederico Caselli2020-04-2913-94/+88
* | | Restore a line break that is needed for a clean mergeMike Bayer2020-04-291-0/+1
| |/ |/|
* | Alias the onclause if ORM join is to same polymorphic selectableMike Bayer2020-04-272-2/+4
|/
* Merge "Fix regression when reflecting tables in MSSQL"mike bayer2020-04-221-12/+29
|\
| * Fix regression when reflecting tables in MSSQLFederico Caselli2020-04-221-12/+29
* | Merge "Add ColumnProperty.Comparator.expressions"mike bayer2020-04-211-1/+29
|\ \
| * | Add ColumnProperty.Comparator.expressionsMike Bayer2020-04-201-1/+29
* | | Fix typo in pymssql documentation; minor clarificationGord Thompson2020-04-201-2/+3
| |/ |/|
* | Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-2010-22/+54
|\ \
| * | Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-2010-22/+54
* | | Merge "Support `ARRAY` of `Enum`, `JSON` or `JSONB`"mike bayer2020-04-205-54/+91
|\ \ \ | |_|/ |/| |
| * | Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-205-54/+91
| |/
* | Merge "Raise informative error when non-object m2o comparison used"mike bayer2020-04-201-1/+12
|\ \
| * | Raise informative error when non-object m2o comparison usedMike Bayer2020-04-191-1/+12
| |/
* | Merge "Update pymssql information for mssql dialect"mike bayer2020-04-201-5/+18
|\ \
| * | Update pymssql information for mssql dialectGord Thompson2020-04-201-5/+18
| |/
* | Merge "Rename py.test to pytest"mike bayer2020-04-205-7/+7
|\ \
| * | Rename py.test to pytestGord Thompson2020-04-165-7/+7
| |/
* | Add @requirements.schemas to test_create_table_schemaGord Thompson2020-04-181-0/+1
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-1631-209/+1225
* Merge "Pass connection to TablesTest.insert_data()"mike bayer2020-04-157-161/+145
|\
| * Pass connection to TablesTest.insert_data()Mike Bayer2020-04-157-161/+145
* | Set up absolute references for create_engine and relatedMike Bayer2020-04-1434-189/+248
* | Merge "Run search and replace of symbolic module names"mike bayer2020-04-1477-2702/+3643
|\ \ | |/ |/|
| * Run search and replace of symbolic module namesMike Bayer2020-04-1477-2702/+3643
* | Merge "Clean up .execute calls in test_results.py"mike bayer2020-04-141-39/+38
|\ \
| * | Clean up .execute calls in test_results.pyGord Thompson2020-04-111-39/+38
* | | Merge "Clean up .execute calls in test_select.py"mike bayer2020-04-141-87/+101
|\ \ \
| * | | Clean up .execute calls in test_select.pyGord Thompson2020-04-111-87/+101
| |/ /
* | | Merge "Clean up .execute calls in remaining suite tests"mike bayer2020-04-145-65/+82
|\ \ \
| * | | Clean up .execute calls in remaining suite testsGord Thompson2020-04-125-65/+82
| |/ /
* | | Merge "Clean up .execute calls in test_sequence.py"mike bayer2020-04-141-36/+36
|\ \ \
| * | | Clean up .execute calls in test_sequence.pyGord Thompson2020-04-121-36/+36
| |/ /
* | | Merge "Clean up .execute calls in test_insert.py"mike bayer2020-04-141-52/+48
|\ \ \ | |_|/ |/| |
| * | Clean up .execute calls in test_insert.pyGord Thompson2020-04-111-52/+48
* | | Enable zzzeeksphinx module prefixesMike Bayer2020-04-1413-60/+52
* | | Merge "Repair find tables"mike bayer2020-04-131-1/+3
|\ \ \
| * | | Repair find tablesMike Bayer2020-04-091-1/+3
* | | | Merge "Add ``comment`` attribute to :class:`.Column` ``__repr__`` method."mike bayer2020-04-131-0/+2
|\ \ \ \
| * | | | Add ``comment`` attribute to :class:`.Column` ``__repr__`` method.Federico Caselli2020-04-111-0/+2
| | |_|/ | |/| |