| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Merge "removals: all unicode encoding / decoding" into main | mike bayer | 2021-11-11 | 1 | -5/+1 |
| |\ \ |
|
| | * | | removals: all unicode encoding / decoding | Mike Bayer | 2021-11-10 | 1 | -5/+1 |
| | |/ |
|
| * | | qualify asyncpg API tests for python 3.8 | Mike Bayer | 2021-11-10 | 1 | -0/+6 |
| * | | change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quoting | Mike Bayer | 2021-11-09 | 2 | -2/+17 |
| |/ |
|
| * | Merge "fully implement future engine and remove legacy" into main | mike bayer | 2021-11-07 | 5 | -58/+24 |
| |\ |
|
| | * | fully implement future engine and remove legacy | Mike Bayer | 2021-11-07 | 5 | -58/+24 |
| * | | use tuple expansion if type._is_tuple, test for Sequence if no type | Mike Bayer | 2021-11-05 | 1 | -0/+104 |
| |/ |
|
| * | map Float to asyncpg.FLOAT, test for infinity | Mike Bayer | 2021-11-02 | 2 | -0/+16 |
| * | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 9 | -255/+24 |
| * | Merge "2.0 removals: LegacyRow, connectionless execution, close_with_result" ... | mike bayer | 2021-10-31 | 3 | -13/+4 |
| |\ |
|
| | * | 2.0 removals: LegacyRow, connectionless execution, close_with_result | Mike Bayer | 2021-10-31 | 3 | -13/+4 |
| * | | Merge "Remove deprecated dialects and drivers" into main | mike bayer | 2021-10-31 | 3 | -40/+4 |
| |\ \ |
|
| | * | | Remove deprecated dialects and drivers | Federico Caselli | 2021-10-31 | 3 | -40/+4 |
| | |/ |
|
| * | | The ``has_table`` method now also checks views | Federico Caselli | 2021-10-31 | 1 | -0/+26 |
| |/ |
|
| * | 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 | 2 | -4/+1 |
| |\ |
|
| | * | deprecation warnings: with_parent, aliased, from_joinpoint | Mike Bayer | 2021-10-27 | 2 | -4/+1 |
| * | | 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 |
| * | Reflect table can reflect table with no columns | Sumit Khanna | 2021-10-14 | 2 | -0/+64 |
| * | rename elements to main | Mike Bayer | 2021-10-11 | 2 | -2/+2 |
| * | Enable tests of fetch/offset for mariadb>=10.6 | Federico Caselli | 2021-10-08 | 2 | -0/+10 |
| * | Modernize tests - calling_mapper_directly | Gord Thompson | 2021-09-30 | 3 | -33/+34 |
| * | remove declarative warnings | Mike Bayer | 2021-09-29 | 2 | -5/+1 |
| * | warn or deprecate for auto-aliasing in joins | Mike Bayer | 2021-09-28 | 2 | -41/+73 |
| * | Relax the Python version check for `__class_getitem__` tests | layday | 2021-09-19 | 1 | -3/+3 |
| * | Surface driver connection object when using a proxied dialect | Federico Caselli | 2021-09-17 | 2 | -6/+41 |
| * | Add `asyncmy` support | long2ice | 2021-09-17 | 1 | -1/+1 |
| * | Fix various lib / test / examples typos (#7017) | Kevin Kirsche | 2021-09-11 | 1 | -1/+1 |
| * | Merge "Modernize tests - remaining DML" | mike bayer | 2021-09-10 | 1 | -7/+0 |
| |\ |
|
| | * | Modernize tests - remaining DML | Gord Thompson | 2021-08-12 | 1 | -7/+0 |
| * | | ensure pysqlite dialect enumerates correct isolation levels | Mike Bayer | 2021-08-30 | 1 | -0/+4 |
| * | | fix spelling (#6926) | William Maio | 2021-08-24 | 1 | -1/+1 |
| * | | send user defined options from the current query | Mike Bayer | 2021-08-17 | 1 | -1/+4 |
| * | | rewrite _extra_criteria in selectinload; propagate correctly to Load | Mike Bayer | 2021-08-17 | 1 | -3/+21 |
| |/ |
|
| * | Merge "limit greenlet dependency to pypi-listed platforms" | mike bayer | 2021-08-11 | 1 | -0/+12 |
| |\ |
|
| | * | limit greenlet dependency to pypi-listed platforms | Mike Bayer | 2021-08-11 | 1 | -0/+12 |
| * | | 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 |