summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-023-2/+30
|\ \ \ \
| * | | | Handle non-string, non column expression in index for deferred attachMike Bayer2020-05-013-2/+30
* | | | | Documentation updates for ResultProxy -> ResultMike Bayer2020-05-0131-82/+164
|/ / / /
* | | | Merge "Propose Result as immediate replacement for ResultProxy"mike bayer2020-05-0131-2128/+4028
|\ \ \ \ | |_|_|/ |/| | |
| * | | Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-0131-2128/+4028
* | | | Merge "Enable loading of external Firebird dialect, if available"Gord Thompson2020-05-012-1/+15
|\ \ \ \
| * | | | Enable loading of external Firebird dialect, if availableGord Thompson2020-04-302-1/+15
* | | | | repair test_fetch_resultsMike Bayer2020-04-302-11/+12
| |/ / / |/| | |
* | | | Deprecate unsupported dialects and dbapiFederico Caselli2020-04-2917-129/+104
* | | | 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