sqlalchemy-history icon indicating copy to clipboard operation
sqlalchemy-history copied to clipboard

Transaction-issued-offset-aware

Open bikmetle opened this issue 10 months ago • 1 comments

I got offset-aware error without that, postgres

bikmetle avatar Mar 28 '25 21:03 bikmetle

Hi @bikmetle can you create an issue describing the problem statement and error more clearly. It would be helpful to have a test explaining the steps to replicate this.

ashish16052 avatar Apr 15 '25 07:04 ashish16052

the problem was because of "server_settings" in engine

async_engine = create_async_engine( DATABASE_URL, connect_args={"server_settings": {"timezone": "UTC"}}, **DATABASE_PARAMS, )

bikmetle avatar Jun 12 '25 18:06 bikmetle