You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stack trace:
/Users/sean.kim/Projects/slack-android-ng/services/persistence/persistence-org-db/src/main/sqldelight/slack/persistence/emoji/Sample.sq line 15:0 - Cannot populate default value for column name, it must be specified in insert statement.
15 INSERT INTO sample_fts(sample_fts) VALUES('rebuild')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Execution failed for task ':services:persistence:persistence-org-db:generateReleaseOrgDatabaseInterface'.
> A failure occurred while executing com.squareup.sqldelight.gradle.SqlDelightTask$GenerateInterfaces
> Generation failed; see the generator error output for details.
The text was updated successfully, but these errors were encountered:
Dialect
SQLite
Failing SQL
Description
Hello. I have an FTS4 setup similar to this.
Adding
INSERT INTO sample_fts(sample_fts) VALUES('rebuild');
fails the build.I believe this is a valid SQL statement. Could someone please take a look? 🙏
source(7.2. The "rebuild" command): https://www.sqlite.org/fts3.html#*fts4rebuidcmd
The text was updated successfully, but these errors were encountered: