| 2020-03-21 |
Federico Caselli | Deprecate plain string in execute and introduce `exec_d... |
commit | commitdiff | tree | snapshot |
| 2020-03-20 |
Mike Bayer | Emphasize context managers when working with Core |
commit | commitdiff | tree | snapshot |
| 2020-03-20 |
Mike Bayer | Correct misleading guidance on multiprocessing |
commit | commitdiff | tree | snapshot |
| 2020-03-18 |
mike bayer | Don't include PG INCLUDE columns as regular index columns |
commit | commitdiff | tree | snapshot |
| 2020-03-18 |
mike bayer | Merge "updated doc string to show `NOT (EXISTS` instead... |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
mike bayer | Merge "import the module as passed before we look in... |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Mike Bayer | import the module as passed before we look in sys.modules |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Mike Bayer | Fix "special_key" attribute name in association proxy... |
commit | commitdiff | tree | snapshot |
| 2020-03-15 |
Federico Caselli | Support inspection of computed column |
commit | commitdiff | tree | snapshot |
| 2020-03-14 |
jonathan vanasco | updated doc string to show `NOT (EXISTS` instead of... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
mike bayer | Merge "Fix IntegerTest for sqlalchemy-firebird" |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Gord Thompson | Fix tests failing for SQLite file databases; repair... |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Mike Bayer | Disable sqlite_file tests by default, take two |
commit | commitdiff | tree | snapshot |
| 2020-03-13 |
Mike Bayer | Include schema in all_tab_comments query |
commit | commitdiff | tree | snapshot |
| 2020-03-12 |
Mike Bayer | Dont raise on pytest deprecation warnings |
commit | commitdiff | tree | snapshot |
| 2020-03-12 |
Mike Bayer | Add placeholder for sqlite file database |
commit | commitdiff | tree | snapshot |
| 2020-03-12 |
Mike Bayer | Remove trailing slashes in pre-commit config |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
mike bayer | Merge "Fix link in docs of query_expression and with_ex... |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
Federico Caselli | Fix link in docs of query_expression and with_expression |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
mike bayer | Merge "Add missing changelog" |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
mike bayer | Merge "Rework select(), CompoundSelect() in terms of... |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
Federico Caselli | Add missing changelog |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
Mike Bayer | cherry-pick changelog update for 1.3.16 |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
Mike Bayer | cherry-pick changelog from 1.3.15 |
commit | commitdiff | tree | snapshot |
| 2020-03-11 |
Mike Bayer | Repair broken call to sys.exc_info() |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Mike Bayer | Reword implicit left join error; ensure deterministic... |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
mike bayer | Merge "Also run black --check in the tox pep8 env" |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
mike bayer | Merge "Simplified module pre-loading strategy and made... |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Mike Bayer | Rework select(), CompoundSelect() in terms of CompileState |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Federico Caselli | Also run black --check in the tox pep8 env |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Federico Caselli | Deprecate :func:`.eagerload` and :func:`.relation` |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Mike Bayer | cherry-pick changelog update for 1.3.15 |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Mike Bayer | cherry-pick changelog from 1.3.14 |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Gord Thompson | Reflect comments from any table accessible by the curre... |
commit | commitdiff | tree | snapshot |
| 2020-03-09 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/5058' |
commit | commitdiff | tree | snapshot |
| 2020-03-07 |
Federico Caselli | Simplified module pre-loading strategy and made it... |
commit | commitdiff | tree | snapshot |
| 2020-03-07 |
Gord Thompson | Clean up list of external dialects |
commit | commitdiff | tree | snapshot |
| 2020-03-06 |
Mike Bayer | Decouple compiler state from DML objects; make cacheable |
commit | commitdiff | tree | snapshot |
| 2020-03-05 |
mike bayer | Merge "Render VALUES within composed MySQL on duplicate... |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
mike bayer | Merge "Add docker commands to README.unittests" |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
Mike Bayer | Render VALUES within composed MySQL on duplicate key... |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
mike bayer | Merge "Don't import provision.py unconditionally" |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
Federico Caselli | Add docker commands to README.unittests |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/5186' |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
Federico Caselli | fix typo in PickleType documentation 5186/head |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
mike bayer | Merge "Remove the deprecated loader options" |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
mike bayer | Merge "Restore crud flags if visiting_cte is set" |
commit | commitdiff | tree | snapshot |
| 2020-03-04 |
Mike Bayer | Run handle_error for any exceptions raised in execute_c... |
commit | commitdiff | tree | snapshot |
| 2020-03-03 |
Mike Bayer | Restore crud flags if visiting_cte is set |
commit | commitdiff | tree | snapshot |
| 2020-03-03 |
Federico Caselli | Remove the deprecated loader options |
commit | commitdiff | tree | snapshot |
| 2020-03-03 |
Mike Bayer | Don't import provision.py unconditionally |
commit | commitdiff | tree | snapshot |
| 2020-03-03 |
Mike Bayer | Include column_property composition examples |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
mike bayer | Merge "Ensure all nested exception throws have a cause" |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
Mike Bayer | Ensure all nested exception throws have a cause |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
mike bayer | Merge "Remove obsolete util.compat.nested" |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
Gord Thompson | Remove obsolete util.compat.nested |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
mike bayer | Merge "Deprecate the databases packages" |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
Mike Bayer | Update dialect API documentation |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
mike bayer | Merge "Discontinue dynamic __visit_name__" |
commit | commitdiff | tree | snapshot |
| 2020-03-02 |
Mike Bayer | Discontinue dynamic __visit_name__ |
commit | commitdiff | tree | snapshot |
| 2020-03-01 |
mike bayer | Merge "While parsing for check constraints, ignore... |
commit | commitdiff | tree | snapshot |
| 2020-02-29 |
Eric Borczuk | While parsing for check constraints, ignore newline... |
commit | commitdiff | tree | snapshot |
| 2020-02-29 |
mike bayer | Merge "Open up check for relationships that write to... |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
Federico Caselli | Deprecate the databases packages |
commit | commitdiff | tree | snapshot |
| 2020-02-28 |
mike bayer | Merge "Remove print statement in favor of print() funct... |
commit | commitdiff | tree | snapshot |
| 2020-02-27 |
Mike Bayer | Open up check for relationships that write to the same... |
commit | commitdiff | tree | snapshot |
| 2020-02-26 |
Mike Bayer | Don't call pre_ping for fresh connection |
commit | commitdiff | tree | snapshot |
| 2020-02-26 |
Albert Tugushev | Remove print statement in favor of print() function... |
commit | commitdiff | tree | snapshot |
| 2020-02-25 |
Gord Thompson | Fix IntegerTest for sqlalchemy-firebird |
commit | commitdiff | tree | snapshot |
| 2020-02-24 |
mike bayer | Merge "Revise cx_Oracle, mysqlclient versions" |
commit | commitdiff | tree | snapshot |
| 2020-02-24 |
mike bayer | Merge "Clean up test_types.py in test suite" |
commit | commitdiff | tree | snapshot |
| 2020-02-24 |
Mike Bayer | Remove needless clauseelement check for batch |
commit | commitdiff | tree | snapshot |
| 2020-02-24 |
Mike Bayer | Deprecate row.keys() for 2.0, not 1.x |
commit | commitdiff | tree | snapshot |
| 2020-02-24 |
mike bayer | Merge "Ensure schema-level table includes annotations... |
commit | commitdiff | tree | snapshot |
| 2020-02-24 |
Mike Bayer | Ensure schema-level table includes annotations in caching |
commit | commitdiff | tree | snapshot |
| 2020-02-23 |
Gord Thompson | Clean up test_types.py in test suite |
commit | commitdiff | tree | snapshot |
| 2020-02-22 |
Mike Bayer | Ensure descendants of mixins don't become cacheable |
commit | commitdiff | tree | snapshot |
| 2020-02-22 |
mike bayer | Merge "Repair inline flag" |
commit | commitdiff | tree | snapshot |
| 2020-02-22 |
Mike Bayer | Repair inline flag |
commit | commitdiff | tree | snapshot |
| 2020-02-22 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/5141' |
commit | commitdiff | tree | snapshot |
| 2020-02-22 |
Gord Thompson | Update test_unicode and move to test suite |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Mike Bayer | Result initial introduction |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Mike Bayer | Deprecate connection branching |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Mike Bayer | doc updates to 2.0 migration document |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
mike bayer | Merge "Remove unnecessary tuple; prepare for "iterator... |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Mike Bayer | Remove unnecessary tuple; prepare for "iterator" verbiage |
commit | commitdiff | tree | snapshot |
| 2020-02-19 |
Mike Bayer | Modernize test_rowcount and move to dialect suite |
commit | commitdiff | tree | snapshot |
| 2020-02-19 |
mike bayer | Merge "Replace engine.execute w/ context manager (step1)" |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Mike Bayer | Revise cx_Oracle, mysqlclient versions |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
mike bayer | Merge "Pass DDLCompiler IdentifierPreparer to visit_ENUM" |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
mike bayer | Merge "Create initial future package, RemovedIn20Warning" |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
mike bayer | Merge "Begin to disallow back_populates with viewonly... |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Mike Bayer | Pass DDLCompiler IdentifierPreparer to visit_ENUM |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Mike Bayer | Limit non-backend critical profiling tests to SQLite |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Gord Thompson | Replace engine.execute w/ context manager (step1) |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Mike Bayer | callcount adjust |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Mike Bayer | Further refine fractional seconds datetimeoffset fixture |
commit | commitdiff | tree | snapshot |
| 2020-02-16 |
Mike Bayer | Update test reqs for mariadb 10.4, 10.5 |
commit | commitdiff | tree | snapshot |
| 2020-02-13 |
mike bayer | Merge "Document new LIMIT/OFFSET support; support subqu... |
commit | commitdiff | tree | snapshot |
| 2020-02-13 |
Mike Bayer | Fractional seconds starts at Python 3.7 |
commit | commitdiff | tree | snapshot |
| next |