summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore a line break that is needed for a clean mergeMike Bayer2020-04-291-0/+1
* Merge "Alias the onclause if ORM join is to same polymorphic selectable"mike bayer2020-04-285-2/+71
|\
| * Alias the onclause if ORM join is to same polymorphic selectableMike Bayer2020-04-275-2/+71
* | other minor cleanupsFederico Caselli2020-04-282-2/+2
* | fix typo SQLAchemy -> SQLAlchemyFederico Caselli2020-04-274-5/+5
|/
* Update automatic labelFederico Caselli2020-04-243-3/+3
* Improve bug reportFederico Caselli2020-04-231-2/+2
* Update issue templatesFederico Caselli2020-04-233-0/+87
* Add code of conduct and contributingFederico Caselli2020-04-233-0/+9
* Merge "Fix regression when reflecting tables in MSSQL"mike bayer2020-04-223-12/+44
|\
| * Fix regression when reflecting tables in MSSQLFederico Caselli2020-04-223-12/+44
* | Merge "Add ColumnProperty.Comparator.expressions"mike bayer2020-04-215-1/+105
|\ \
| * | Add ColumnProperty.Comparator.expressionsMike Bayer2020-04-205-1/+105
* | | Fix typo in pymssql documentation; minor clarificationGord Thompson2020-04-201-2/+3
| |/ |/|
* | Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-2014-22/+92
|\ \
| * | Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-2014-22/+92
* | | Merge "Support `ARRAY` of `Enum`, `JSON` or `JSONB`"mike bayer2020-04-208-54/+247
|\ \ \ | |_|/ |/| |
| * | Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-208-54/+247
| |/
* | Merge "Raise informative error when non-object m2o comparison used"mike bayer2020-04-203-2/+62
|\ \
| * | Raise informative error when non-object m2o comparison usedMike Bayer2020-04-193-2/+62
| |/
* | Clean up .execute in test/sql/test_functions.pyGord Thompson2020-04-203-84/+83
* | Merge remote-tracking branch 'origin/pr/5247'Mike Bayer2020-04-201-1/+1
|\ \
| * | fix changelogFederico Caselli2020-04-101-1/+1
* | | 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-2010-32/+32
|\ \ \
| * | | Rename py.test to pytestGord Thompson2020-04-1610-32/+32
| |/ /
* | | Add @requirements.schemas to test_create_table_schemaGord Thompson2020-04-181-0/+1
|/ /
* | Create initial 2.0 engine implementationMike Bayer2020-04-1649-310/+2503
* | Merge "Pass connection to TablesTest.insert_data()"mike bayer2020-04-1548-469/+475
|\ \
| * | Pass connection to TablesTest.insert_data()Mike Bayer2020-04-1548-469/+475
* | | Set up absolute references for create_engine and relatedMike Bayer2020-04-1464-349/+409
* | | Merge "Run search and replace of symbolic module names"mike bayer2020-04-14186-5392/+6230
|\ \ \ | |/ / |/| |
| * | Run search and replace of symbolic module namesMike Bayer2020-04-14186-5392/+6230
* | | 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 in test/sql/test_returning.py"mike bayer2020-04-141-92/+92
|\ \ \ \
| * | | | Clean up .execute in test/sql/test_returning.pyGord Thompson2020-04-141-92/+92
* | | | | Merge "Clean up .execute in test/sql/test_query.py"mike bayer2020-04-141-397/+413
|\ \ \ \ \
| * | | | | Clean up .execute in test/sql/test_query.pyGord Thompson2020-04-121-397/+413
| | |/ / / | |/| | |
* | | | | Merge "Clean up .execute in test/sql/test_deprecations.py"mike bayer2020-04-141-182/+194
|\ \ \ \ \
| * | | | | Clean up .execute in test/sql/test_deprecations.pyGord Thompson2020-04-121-182/+194
| |/ / / /
* | | | | Merge "Clean up .execute in test/sql/test_resultset.py"mike bayer2020-04-141-374/+396
|\ \ \ \ \
| * | | | | Clean up .execute in test/sql/test_resultset.pyGord Thompson2020-04-121-374/+396
| |/ / / /
* | | | | 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
| |/ / / /