why is the first not supported but the second is: ...
# squarelibraries
m
why is the first not supported but the second is:
Copy code
insert {
    INSERT OR REPLACE INTO championPassiveEntity VALUES ?;
}

insert {
    INSERT OR REPLACE INTO championPassiveEntity (id, name, description, image) VALUES (?, ?, ?, ?);
}
any workaround ?