samuelcolvin / buildpg

Query building for the postgresql prepared statements and asyncpg.
MIT License
85 stars 12 forks source link

Uprev to v0.23 of asyncpg #30

Closed tomhamiltonstubber closed 3 years ago

tomhamiltonstubber commented 3 years ago

The new version of asyncpg requires some minor changes to buildpg to match `create_pool:

https://github.com/MagicStack/asyncpg/blob/075114c195e9eb4e81c8365d81540beefb46065c/asyncpg/pool.py#L799-L809

Seems you have no ci :upside_down_face:

Test pass locally

samuelcolvin commented 3 years ago

@tomhamiltonstubber can you switch to gh actions?

tomhamiltonstubber commented 3 years ago

Sorry for the delay. I can do it, I'll have to do it in my free time as we're not using it with TC.

On Wed, 23 Jun 2021, 11:58 Samuel Colvin, @.***> wrote:

@tomhamiltonstubber https://github.com/tomhamiltonstubber can you switch to gh actions?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/samuelcolvin/buildpg/pull/30#issuecomment-866701487, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEKOKRNZLFYJPISHQIFBMTTUGV6FANCNFSM46U7SB4A .

samuelcolvin commented 3 years ago

Font worry then, I'll do it.

samuelcolvin commented 3 years ago

done in #32