Since sqldelight 2.0.1, sqlite columns can't have names like "order" because queries like "INSERT INTO Table VALUES ?" were changed to reference the column names without escaping them. It seems like it should be relatively simple to fix, but without understanding the internals of sqldelight, I couldn't figure out a solution.