results
results copied to clipboard
Tabular data and SQL for people who don't have time to faff about
If a new foreign key constraint is marked `NOT VALID` on initial creation, the `NOT VALID` statement is doubled and validation is still attempted. ```sql ALTER TABLE "macrostrat"."unit_boundaries" ADD CONSTRAINT...
@djrobstep, I am excited to see a project that builds on your innovation with `migra`, but I'd like to know a little more about how you foresee this tool evolving....
I know this "migra-rebirth" is still in early phases but none of the numerous alternatives seem to have yet reached the stability of migra (even though you deprecated it a...
This project relies on `importlib` syntax that was introduced in Python 12. When attempting to run on Python 3.11, `TypeError: 'results.schemainspect.pg.obj' is not a package` is encountered due to the...
Hi how are you doing ? I just saw that you are creating a new repo for your database utils, and wanted to test the database diff š (I don't...
Iād like to propose adding full comment support to `dbdiff`. Although several forks have experimented with this with Migra, the functionality has never landed in the main source. There are...
Iād like to start a discussion about improving how `dbdiff` handles updates to **generated columns**. At the moment, schema changes on these columns are treated as standard `ALTER` operations. However,...