I'm really struggling to understand why in `MySqlEntityUpsertStatementBuilder` there's: ``` b...
d
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...