@[sql: serial]
and @[serial]
are not the same.
#23346
Labels
ORM
Bugs/feature requests, that are related to the V ORM.
@[sql: serial]
and @[serial]
are not the same.
#23346
V doctor:
What did you do?
./v -g -o vdbg cmd/v && ./vdbg /Users/adamoates/Documents/test.v && /Users/adamoates/Documents/test
What did you see?
What did you expect to see?
Expected code to assert true. Changing the
Parent
struct to this below fixes the issue. But ORM docs say that@[sql: serial]
and@[serial]
do the same thing.Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
Huly®: V_0.6-21777
The text was updated successfully, but these errors were encountered: