https://kotlinlang.org logo
#komapper
Title
# komapper
d

dave08

10/15/2023, 4:17 PM
I'm really struggling to understand why in
MySqlEntityUpsertStatementBuilder
there's:
Copy code
buf.append(" as ")
        table(excluded, TableNameType.ALIAS_ONLY)
it seems like it's causing mysql to choke with an invalid syntax error...