ufoss-org / kotysa

The idiomatic way to write type-safe SQL in Kotlin
The Unlicense
117 stars 1 forks source link

Add IDENTITY column generation support for H2 and PostgreSQL #118

Closed pull-vert closed 1 year ago

pull-vert commented 1 year ago

H2 and PostgreSQL must extend AbstractCommonTable (Oracle and Microsoft SQL Server already does).