Delete Fails - Table doesn't exist, select and update work #607
Unanswered
fotoflo
asked this question in
Bug Reports
Replies: 2 comments 3 replies
-
Hi @fotoflo, Are you using foreign key constraints? This looks like a bug we are currently fixing for the foreign key constraint beta. If you write into support they'll be able to better help you. |
Beta Was this translation helpful? Give feedback.
1 reply
-
hi @mscoutermarsh I emailed support two days ago without response. This is a show stopper for my app btw. Also new deploy request seemed blocked as well |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi i can select and update from a table but i cant delet from it - it says the doesn't exist?
Operation failed: There was an error while applying the SQL script to the database.
Executing:
DELETE FROM
fastmonitor-prod
.User
WHERE (id
= 'clous9wo3004vl30fqhmqq7n1');ERROR 1146: 1146: target: fastmonitor-prod.-.primary: vttablet: rpc error: code = NotFound desc = Table 'fastmonitor-prod._167d1ae3_aed2_59c1_994b_4336fa6fba03_20240208133147_vrepl' doesn't exist (errno 1146) (sqlstate 42S02) (CallerID: ejot029rc3g54vxkbwjd): Sql: "delete from _167d1ae3_aed2_59c1_994b_4336fa6fba03_20240208133147_vrepl where (userId) in ::fkc_vals", BindVars: {REDACTED}
SQL Statement:
DELETE FROM
fastmonitor-prod
.User
WHERE (id
= 'clous9wo3004vl30fqhmqq7n1')Beta Was this translation helpful? Give feedback.
All reactions