orm: ignores columns with type time.Duration #23033
Labels
Bug
This tag is applied to issues which reports bugs.
ORM
Bugs/feature requests, that are related to the V ORM.
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
Unit: cgen
Bugs/feature requests, that are related to the default C generating backend.
Describe the bug
orm is ignoring columns that have a type of
time.Duration
. Likely a aliasing bug.Reproduction Steps
Then do
sqlite3 test.sqlite --cmd table_info(table)
Expected Behavior
the column for
duration
existsCurrent Behavior
the column is silently ignored
Possible Solution
Additional Information/Context
No response
V version
d8021bd
Environment details (OS name and version, etc.)
N/A
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-21474
The text was updated successfully, but these errors were encountered: