John Hardin (Accumula)
John Hardin (Accumula)
Deadlock detection appears to be working properly in the current (2022-12-03) version. This issue should probably be closed.
I'm currently doing `SET DEADLOCK_PRIORITY LOW;` before calling the SP, but having that hardcoded in the SP would probably be good. The index maintenance _does_ proceed past the step that...
Raphael: I went through trying to set up a repro for you and the behavior changed... I defined the collation and added it to one column. Validation failed, and I...
Fix confirmed. The column collation is also not reflected in the HTML Data Dictionary.
Fix confirmed. Minor cosmetic issue in the model save: ```
I am doing my model design standalone, not attached to a PGSQL instance. The normal default internal model validation did not catch this, and PGSQL didn't complain when creating it...
...oh good god the PGSQL docs say that is _by design_. 🤦 Okay, due to that I would accept a validation _**warning**_ from PGModeler rather than a blocking validation error....
@rkhaotix - this one is kind of annoying because I need to repair several tables every time I update the model, once when it's loaded and then potentially multiple times...