Ross Thomas
Results
2
issues of
Ross Thomas
When attempting to set a `text` column (regardless of 'eager'-ness) as the primary key an exception is thrown (as would be expected): ```kotlin object Abc : Table("abc") { val t...
Is it possible to use a testcontainers-targeted JDBC URL? That is, a URL that uses "jdbc:tc:" as the URL scheme/prefix. Also supporting the container target version after the dialect. For...