is `ignoreAndGetId` supposed to work differently f...
# exposed
p
is
ignoreAndGetId
supposed to work differently for UUIDTable and IntTable?
we’re seeing UUIDTable returning even on conflict, but IntTable returns null.
Shouldn’t
InsertStatement.getOrNull
always return null if
insertedCount == 0
?