Compare commits
No commits in common. "b0edfb7b01dbf9bdc59c0fb1fda1847f9339ab33" and "cb4dde1dc4bec4b694694693fca01599c34d4d26" have entirely different histories.
b0edfb7b01
...
cb4dde1dc4
|
@ -260,15 +260,6 @@ class PublishDispatcher:
|
||||||
False,
|
False,
|
||||||
False,
|
False,
|
||||||
)
|
)
|
||||||
async with self.pool.acquire() as log_connection:
|
|
||||||
await log_connection.set_type_codec(
|
|
||||||
'json',
|
|
||||||
encoder=dumps,
|
|
||||||
decoder=loads,
|
|
||||||
schema='pg_catalog'
|
|
||||||
)
|
|
||||||
async with log_connection.transaction():
|
|
||||||
risotto_context.log_connection = log_connection
|
|
||||||
async with self.pool.acquire() as connection:
|
async with self.pool.acquire() as connection:
|
||||||
await connection.set_type_codec(
|
await connection.set_type_codec(
|
||||||
'json',
|
'json',
|
||||||
|
|
Loading…
Reference in New Issue