Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
be-hase committed Dec 26, 2024
1 parent c0b75d4 commit d979d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal class DefaultSqlBuilder : SqlBuilder {
): String {
val fragmentsSize = fragments.size
val valuesSize = values.size
// Just in case, check pre-conditions
// `StringConcatenationProcessor` should adhere to this assumption, but I'll double-check just to be sure.
check(fragmentsSize == valuesSize || fragmentsSize == valuesSize + 1) {
"The number of elements in `fragments`($fragmentsSize) and `values`($valuesSize) is incorrect. " +
"There might be an issue with the Kotlin compiler plugin."
Expand Down

0 comments on commit d979d06

Please sign in to comment.