Returns the given query if the current SQL dialect is SQLite.
@override String sqliteOnly(String query) { return query; }