| Commit message (Expand) | Author | Age | Files | Lines |
* | happy new year 2023 | Mike Bayer | 2023-01-03 | 1 | -1/+1 |
* | Fix warnings raised by the testing module | Federico Caselli | 2022-05-18 | 1 | -2/+6 |
* | inline mypy config; files ignoring type errors for the moment | Mike Bayer | 2022-04-28 | 1 | -0/+2 |
* | Revert SQLAlchemy warnings to warnings.py | Federico Caselli | 2022-02-21 | 1 | -5/+10 |
* | pep-484 for sqlalchemy.event; use future annotations | Mike Bayer | 2022-02-15 | 1 | -0/+2 |
* | after all that, use pytest warnings plugin | Mike Bayer | 2022-01-23 | 1 | -35/+7 |
* | dont use exception catches for warnings; modernize xdist detection | Mike Bayer | 2022-01-22 | 1 | -17/+15 |
* | happy new year 2022 | Mike Bayer | 2022-01-06 | 1 | -1/+1 |
* | Remove all remaining removed_in_20 warnings slated for removal | Mike Bayer | 2022-01-05 | 1 | -7/+0 |
* | 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 |