sqlalchemy-history
sqlalchemy-history copied to clipboard
Transaction-issued-offset-aware
I got offset-aware error without that, postgres
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.
the problem was because of "server_settings" in engine
async_engine = create_async_engine( DATABASE_URL, connect_args={"server_settings": {"timezone": "UTC"}}, **DATABASE_PARAMS, )