Steve Strassmann
Steve Strassmann
I'm not sure if I'm overlooking something obvious, but is there any way in Postico to view triggers or stored procedures on a given table? I'm using Postico Version 1.0.8...
**Bug Report** **To Reproduce** Here are 3 variations on creating `IntEnum` or `StrEnum` using [functional API syntax](https://docs.python.org/3/library/enum.html#functional-api). [testing1.py](https://mypy-play.net/?mypy=latest&python=3.12&gist=550b246072c815b2f25029057e1a60db): (Success) ```python UpperSeat = IntEnum("UpperSeat", {"Seat1": 1, "Seat2": 2, "Seat3": 3}) ```...
**Is your feature request related to a problem? Please describe.** The current behavior generates unhelpful enumerated class names, like `Address1`, `Address2`, `Address3` when the source has multiple definitions for `Address`....