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
The table is defined in the README.md. type is not a column in the database. In fact it is a keyword for cassandra. (It is not reserved, which is why we didn't see the problem)
This need to be fixed here:
The table is defined in the README.md.
type
is not a column in the database. In fact it is a keyword for cassandra. (It is not reserved, which is why we didn't see the problem)This need to be fixed here:
codex-db/cassandra/db.go
Line 160 in dbee34f
suggestion:
If anywhere else the
type
column should be changed torecord_type
.The text was updated successfully, but these errors were encountered: