Skip to content

Commit 493aa76

Browse files
fix code style
1 parent 2e2ab58 commit 493aa76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ktorm-core/src/main/kotlin/org/ktorm/database/CachedRowSet.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ public open class CachedRowSet(rs: ResultSet) : ResultSet {
609609
return index
610610
}
611611
}
612+
612613
throw SQLException("Invalid column name: $columnLabel")
613614
}
614615

0 commit comments

Comments
 (0)