| Commit message (Expand) | Author | Age | Files | Lines |
| * | pass driver_connection to TypeInfo.fetch() | Mike Bayer | 2023-01-17 | 1 | -2/+2 |
| * | Fixes related to improved sql formatting | Federico Caselli | 2023-01-12 | 1 | -11/+27 |
| * | Improve sql formatting | Federico Caselli | 2023-01-11 | 1 | -20/+20 |
| * | Merge "Implement missing `#-`, `@?` and `@@` Postgres' JSONB operators." into... | mike bayer | 2023-01-09 | 1 | -1/+64 |
| |\ |
|
| | * | Implement missing `#-`, `@?` and `@@` Postgres' JSONB operators. | Guilherme Martins Crocetti | 2023-01-05 | 1 | -1/+64 |
| * | | [asyncpg] Extract rowcount for SELECT statements | Michael Gorven | 2023-01-04 | 1 | -1/+1 |
| |/ |
|
| * | happy new year 2023 | Mike Bayer | 2023-01-03 | 16 | -16/+16 |
| * | rename 2.0.0b5 to 2.0.0rc1 | Mike Bayer | 2022-12-27 | 2 | -8/+8 |
| * | expand out Index if passed to "constraint" | Mike Bayer | 2022-12-22 | 1 | -1/+1 |
| * | check for adapt to same class in AbstractRange | Mike Bayer | 2022-12-21 | 1 | -1/+1 |
| * | Merge "Add MACCADDR8 for PGCompiler" into main | mike bayer | 2022-12-20 | 3 | -0/+16 |
| |\ |
|
| | * | Add MACCADDR8 for PGCompiler | asimfarooq5 | 2022-12-19 | 3 | -0/+16 |
| * | | ensure all visit methods accept **kw | Mike Bayer | 2022-12-16 | 1 | -10/+10 |
| * | | Merge "add explicit REGCONFIG, pg full text functions" into main | mike bayer | 2022-12-16 | 6 | -2/+317 |
| |\ \ |
|
| | * | | add explicit REGCONFIG, pg full text functions | Mike Bayer | 2022-12-15 | 6 | -2/+317 |
| | |/ |
|
| * | | Fix equality comparison between a PG Range and a different class instance | Lele Gaifax | 2022-12-15 | 1 | -4/+7 |
| |/ |
|
| * | Merge "Add compatibility properties to Range; implement pep-484" into main | mike bayer | 2022-12-05 | 1 | -82/+164 |
| |\ |
|
| | * | Add compatibility properties to Range; implement pep-484 | Lele Gaifax | 2022-12-05 | 1 | -82/+164 |
| * | | Rewrite positional handling, test for "numeric" | Federico Caselli | 2022-12-05 | 1 | -14/+3 |
| |/ |
|
| * | Fix positional compiling bugs | Federico Caselli | 2022-12-01 | 1 | -9/+4 |
| * | Merge "Add value-level hooks for SQL type detection; apply to Range" into main | mike bayer | 2022-11-29 | 1 | -0/+20 |
| |\ |
|
| | * | Add value-level hooks for SQL type detection; apply to Range | Lele Gaifax | 2022-11-29 | 1 | -0/+20 |
| * | | Rectify PG Range.__bool__, inverting previous logic | Lele Gaifax | 2022-11-27 | 1 | -1/+1 |
| |/ |
|
| * | Merge "Issue #8765: implement missing methods on PG Range" into main | mike bayer | 2022-11-17 | 1 | -94/+403 |
| |\ |
|
| | * | Issue #8765: implement missing methods on PG Range | Lele Gaifax | 2022-11-15 | 1 | -94/+403 |
| * | | Merge "Try running pyupgrade on the code" into main | mike bayer | 2022-11-17 | 10 | -135/+125 |
| |\ \ |
|
| | * | | Try running pyupgrade on the code | Federico Caselli | 2022-11-16 | 10 | -135/+125 |
| | |/ |
|
| * | | accommodate NULL format_type() | Mike Bayer | 2022-11-16 | 1 | -5/+18 |
| |/ |
|
| * | work around Python 3.11 IntEnum issue; update FastIntFlag | Mike Bayer | 2022-11-10 | 1 | -1/+1 |
| * | Merge "Implement contains_value(), issubset() and issuperset() on PG Range" i... | mike bayer | 2022-11-03 | 2 | -0/+208 |
| |\ |
|
| | * | Implement contains_value(), issubset() and issuperset() on PG Range | Lele Gaifax | 2022-11-03 | 2 | -0/+208 |
| * | | fix event name | Mike Bayer | 2022-11-02 | 1 | -1/+1 |
| |/ |
|
| * | ensure pool.reset event always called for reset | Mike Bayer | 2022-10-30 | 1 | -0/+64 |
| * | Only convert Range for sqlalchemy Range object | Mike Bayer | 2022-10-21 | 3 | -23/+19 |
| * | Revert automatic set of sequence start to 1 | Federico Caselli | 2022-10-17 | 1 | -2/+6 |
| * | Merge "`aggregate_order_by` now supports cache generation." into main | mike bayer | 2022-09-26 | 1 | -1/+11 |
| |\ |
|
| | * | `aggregate_order_by` now supports cache generation. | Federico Caselli | 2022-09-25 | 1 | -1/+11 |
| * | | Merge "ORM bulk insert via execute" into main | mike bayer | 2022-09-26 | 1 | -1/+3 |
| |\ \ |
|
| | * | | ORM bulk insert via execute | Mike Bayer | 2022-09-24 | 1 | -1/+3 |
| * | | | Merge "implement batched INSERT..VALUES () () for executemany" into main | mike bayer | 2022-09-26 | 4 | -160/+82 |
| |\ \ \
| |/ / |
|
| | * | | implement batched INSERT..VALUES () () for executemany | Mike Bayer | 2022-09-24 | 4 | -160/+82 |
| | |/ |
|
| * | | Use aggregate order by instead of order by in subquery | Federico Caselli | 2022-09-25 | 1 | -25/+23 |
| |/ |
|
| * | auto-cast PG range types | Mike Bayer | 2022-09-20 | 4 | -5/+44 |
| * | Use ``;`` instead of ``select 1`` to ping PostgreSQL | Federico Caselli | 2022-09-15 | 3 | -0/+25 |
| * | implement icontains, istartswith, iendswith operators | Matias Martinez Rebori | 2022-09-08 | 1 | -0/+3 |
| * | apply consistent ORM mutable notes for all mutable SQL types | Mike Bayer | 2022-08-30 | 2 | -21/+50 |
| * | integrate connection.terminate() for supporting dialects | Mike Bayer | 2022-08-24 | 1 | -0/+7 |
| * | Merge "support create/drop events for all CREATE/DROP" into main | mike bayer | 2022-08-22 | 1 | -7/+13 |
| |\ |
|
| | * | support create/drop events for all CREATE/DROP | Mike Bayer | 2022-08-20 | 1 | -7/+13 |
| * | | JSONPATH type can be used in casts in PostgreSQL | Federico Caselli | 2022-08-17 | 4 | -21/+49 |
| |/ |
|