mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
orm: fix order by with custom column name (#22813)
This commit is contained in:
parent
a1904154d3
commit
fad49da199
3 changed files with 47 additions and 1 deletions
|
@ -165,6 +165,7 @@ const skip_with_fsanitize_memory = [
|
|||
'vlib/orm/orm_references_test.v',
|
||||
'vlib/orm/orm_option_array_test.v',
|
||||
'vlib/orm/orm_option_time_test.v',
|
||||
'vlib/orm/orm_order_by_custom_field_test.v',
|
||||
'vlib/db/sqlite/sqlite_test.v',
|
||||
'vlib/db/sqlite/sqlite_orm_test.v',
|
||||
'vlib/db/sqlite/sqlite_comptime_field_test.v',
|
||||
|
@ -261,6 +262,7 @@ const skip_on_ubuntu_musl = [
|
|||
'vlib/orm/orm_references_test.v',
|
||||
'vlib/orm/orm_option_array_test.v',
|
||||
'vlib/orm/orm_option_time_test.v',
|
||||
'vlib/orm/orm_order_by_custom_field_test.v',
|
||||
'vlib/v/tests/orm_enum_test.v',
|
||||
'vlib/v/tests/orm_sub_struct_test.v',
|
||||
'vlib/v/tests/orm_sub_array_struct_test.v',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue