Jack Abernethy

Results 1 comments of Jack Abernethy

For me, the issue appears to be related to making manual queries with a postgres URL ``` @pytest.mark.parametrize("database_url", DATABASE_URLS) @async_adapter async def test_json_field_manual_query(database_url): """ Test JSON columns, to ensure correct...