Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
orm_fkey_update.out
7
lines
·
7
sloc
·
263 bytes
·
8198e9ecda84101484435df6f612e3609e9aec37
Raw
1
vlib/v/checker/tests/orm_fkey_update.vv:56:10: error: ORM: `bar` is a foreign column of `Child`, it can't update here
2
54 |
3
55 | sql db {
4
56 | update Child set bar = bar_one where id == 0
5
| ~~~~~
6
57 | }!
7
58 | }
8