Sebastian Garces
Sebastian Garces
Having a simpler select would be nice. I have a State select that has 50 options and without a `max-height` it uses the entire window height... feels odd.
Is this something that will be revisited at some point? Having the capability of extending the default onSync behavior would be much better than having to duplicate its behavior from...
+1 to `CHECK` support.
+1 to `INHERITS` [PostgreSQL Docs](https://www.postgresql.org/docs/current/ddl-inherit.html)
What is the status of check constraints? I'm trying to implement exclusive subtypes. Any recommendations as to how to approach this would be greatly appreciated. Thanks! [Exclusive subtypes](https://www.softwaregems.com.au/Documents/Article/Database/Relational%20Model/Subtype.pdf)
Unsure if this is the implementation and it's just not documented? https://github.com/drizzle-team/drizzle-orm/blob/main/drizzle-orm/src/pg-core/checks.ts Am I understanding that I have to use the `check` function and provide a SQL string?