You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asyncpg no longer uses the common statement cache for explicit
prepared statements, so Connection.prepare() always returns a
new prepared statement (by @vangheem in a19ce50).
Bug Fixes
Initialize statement codecs immediately after Prepare
(by @elprans in 803c115 for #241)
Fix server version parsing when it contains trailing data
(by @elprans in 05dce25 for #250)