https://github.com/mattn/go-sqlite3/pull/564 enabled the SQLITE_ENABLE_UPDATE_DELETE_LIMIT flag, however [this comment](https://github.com/mattn/go-sqlite3/pull/564#issuecomment-452936430) mentions > Just adding the compile-time option is not sufficient. You would need a custom amalgamation. so does this mean that #213 is not fixed? How would I actually be able to use `LIMIT` and `ORDER BY` in an SQL statement now?