| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -3/+0 |
* | Remove deprecated dialects and drivers | Federico Caselli | 2021-10-31 | 1 | -5/+0 |
* | warnings removal, merge_result | Mike Bayer | 2021-10-29 | 1 | -16/+0 |
* | Merge "warnings: session.autocommit, subtransactions" into main | mike bayer | 2021-10-29 | 1 | -2/+0 |
|\ |
|
| * | warnings: session.autocommit, subtransactions | Mike Bayer | 2021-10-29 | 1 | -2/+0 |
* | | warnings: with_polymorphic() | Mike Bayer | 2021-10-29 | 1 | -5/+0 |
|/ |
|
* | Merge "Modernize tests - session_query_get" into main | mike bayer | 2021-10-29 | 1 | -1/+0 |
|\ |
|
| * | Modernize tests - session_query_get | Gord Thompson | 2021-10-28 | 1 | -1/+0 |
* | | warnings: cascade_backrefs | Mike Bayer | 2021-10-28 | 1 | -2/+0 |
|/ |
|
* | Merge "deprecation warnings: with_parent, aliased, from_joinpoint" into main | mike bayer | 2021-10-27 | 1 | -3/+0 |
|\ |
|
| * | deprecation warnings: with_parent, aliased, from_joinpoint | Mike Bayer | 2021-10-27 | 1 | -3/+0 |
* | | Merge "Remove depractions:" into main | mike bayer | 2021-10-26 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | Remove depractions: | Federico Caselli | 2021-10-26 | 1 | -2/+0 |
* | | warnings: select_entity_from() | Mike Bayer | 2021-10-25 | 1 | -1/+0 |
* | | deprecation warnings: strings in loader options, join, with_parent | Mike Bayer | 2021-10-25 | 1 | -8/+0 |
|/ |
|
* | Modernize tests - query_from_self | Gord Thompson | 2021-10-17 | 1 | -1/+0 |
* | Modernize tests - calling_mapper_directly | Gord Thompson | 2021-09-30 | 1 | -5/+0 |
* | remove declarative warnings | Mike Bayer | 2021-09-29 | 1 | -4/+0 |
* | Modernize tests - remaining DML | Gord Thompson | 2021-08-12 | 1 | -7/+0 |
* | Merge "Modernize tests - dml_values" | mike bayer | 2021-08-07 | 1 | -2/+0 |
|\ |
|
| * | Modernize tests - dml_values | Gord Thompson | 2021-07-26 | 1 | -2/+0 |
* | | Merge "Modernize tests - remaining core SQL" | mike bayer | 2021-08-07 | 1 | -8/+0 |
|\ \
| |/
|/| |
|
| * | Modernize tests - remaining core SQL | Gord Thompson | 2021-07-23 | 1 | -8/+0 |
* | | Modernize tests - dml_whereclause | Gord Thompson | 2021-07-26 | 1 | -2/+0 |
|/ |
|
* | Merge "Modernize tests - legacy_select" | mike bayer | 2021-07-21 | 1 | -2/+0 |
|\ |
|
| * | Modernize tests - legacy_select | Gord Thompson | 2021-07-21 | 1 | -2/+0 |
* | | dont warn for dictionary passed positionally | Mike Bayer | 2021-07-21 | 1 | -1/+0 |
|/ |
|
* | Modernize tests - union | Gord Thompson | 2021-07-12 | 1 | -1/+0 |
* | Merge "Modernize tests - select(whereclause)" | mike bayer | 2021-07-12 | 1 | -7/+0 |
|\ |
|
| * | Modernize tests - select(whereclause) | Gord Thompson | 2021-07-04 | 1 | -7/+0 |
* | | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
|/ |
|
* | Modernize tests | Gord Thompson | 2021-07-03 | 1 | -1/+0 |
* | Modernize tests - Connection.connect | Gord Thompson | 2021-06-26 | 1 | -1/+0 |
* | turn pg provision error into a warning | Mike Bayer | 2021-06-26 | 1 | -0/+10 |
* | Remove pytest warning filter | Federico Caselli | 2021-05-28 | 1 | -6/+0 |
* | get tests to pass on python 3.10 | Mike Bayer | 2021-05-27 | 1 | -2/+11 |
* | Fix LegacyRow/Row index access | Mike Bayer | 2021-04-08 | 1 | -4/+0 |
* | update execute() arg formats in modules and tests | Mike Bayer | 2021-01-15 | 1 | -3/+0 |
* | remove more bound metadata | Mike Bayer | 2021-01-05 | 1 | -5/+0 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | remove metadata.bind use from test suite | Mike Bayer | 2021-01-03 | 1 | -1/+0 |
* | Merge "correct for "autocommit" deprecation warning" | mike bayer | 2020-12-11 | 1 | -3/+1 |
|\ |
|
| * | correct for "autocommit" deprecation warning | Mike Bayer | 2020-12-11 | 1 | -3/+1 |
* | | add aiomysql support | Mike Bayer | 2020-12-10 | 1 | -0/+5 |
* | | Revert "Merge "add aiomysql support"" | Mike Bayer | 2020-12-09 | 1 | -5/+0 |
* | | add aiomysql support | Mike Bayer | 2020-12-08 | 1 | -0/+5 |
|/ |
|
* | Don't emit warnings on descriptor access | Mike Bayer | 2020-11-20 | 1 | -2/+0 |
* | Convert to autoload_with internally | Mike Bayer | 2020-11-07 | 1 | -2/+0 |
* | Deprecate bind args, execute() methods that were missed | Mike Bayer | 2020-10-30 | 1 | -0/+2 |
* | Add deprecation for base Executable.bind | Mike Bayer | 2020-10-16 | 1 | -10/+11 |