Grzegorz Śliwiński
Grzegorz Śliwiński
@jjudas-resistant I think that would be acceptable, with probably some warning left. Since I'm not sure if that would be the desired solution. the LANG might change the output message...
Would this be rather swagger-ui issue https://github.com/swagger-api/swagger-ui/issues/9199 ?
@phillipuniverse and the django actually manages the test database/expects it tp exist in the server and does the transaction/rollback itself every test, right?
@phillipuniverse as for the client fixture, I'm leaning more towards closing, but as for overall solution... I'm thinking more in the lines of #890 because the process fixtures are coded...
@GroomedGorilla pytest-postgresql 4.x and later work on psycopg 3.x And `libpq-dev` is system dependency. You need to install it yourself.
pre-commit is... miscofngured
Updated documentation and setup.cfg as well
Hmmm... I thought the serial stayed since the tests checked the resulting SQL and without the suffixes it was the same as on earlier Django versions.
Where should I look? The AutoField data_type was already overriden by redshift-engine to `integer identity(1, 1)` so i guess somewhere is a part that also needs to be changed for...
@shimizukawa the way I see it is that the tests running directly on Postgres will become increasingly hard to maintain with each PostgreSQL/Django release (and redshift evolves too). Maybe the...