cgen: fix nested array support for the orm (fix #19327) (#24080)

This commit is contained in:
kbkpbot 2025-03-30 20:26:16 +08:00 committed by GitHub
parent 0e93a12bd9
commit 690f845594
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 136 additions and 1 deletions

View file

@ -149,6 +149,7 @@ const skip_with_fsanitize_memory = [
'vlib/orm/orm_result_test.v',
'vlib/orm/orm_custom_operators_test.v',
'vlib/orm/orm_fk_test.v',
'vlib/orm/orm_nested_struct_test.v',
'vlib/orm/orm_references_test.v',
'vlib/orm/orm_option_array_test.v',
'vlib/orm/orm_option_time_test.v',
@ -238,6 +239,7 @@ const skip_on_ubuntu_musl = [
'vlib/orm/orm_result_test.v',
'vlib/orm/orm_custom_operators_test.v',
'vlib/orm/orm_fk_test.v',
'vlib/orm/orm_nested_struct_test.v',
'vlib/orm/orm_references_test.v',
'vlib/orm/orm_option_array_test.v',
'vlib/orm/orm_option_time_test.v',