mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sql: fix wrong field name on generated code (#17684)
This commit is contained in:
@ -124,6 +124,7 @@ const (
|
||||
'vlib/orm/orm_sql_or_blocks_test.v',
|
||||
'vlib/orm/orm_create_and_drop_test.v',
|
||||
'vlib/orm/orm_insert_test.v',
|
||||
'vlib/orm/orm_insert_reserved_name_test.v',
|
||||
'vlib/orm/orm_fn_calls_test.v',
|
||||
'vlib/orm/orm_last_id_test.v',
|
||||
'vlib/orm/orm_string_interpolation_in_where_test.v',
|
||||
@ -155,6 +156,7 @@ const (
|
||||
'vlib/net/websocket/websocket_test.v',
|
||||
'vlib/orm/orm_create_and_drop_test.v',
|
||||
'vlib/orm/orm_insert_test.v',
|
||||
'vlib/orm/orm_insert_reserved_name_test.v',
|
||||
'vlib/v/tests/websocket_logger_interface_should_compile_test.v',
|
||||
'vlib/v/tests/orm_sub_array_struct_test.v',
|
||||
'vlib/v/tests/orm_handle_error_for_select_from_not_created_table_test.v',
|
||||
@ -163,6 +165,7 @@ const (
|
||||
'do_not_remove',
|
||||
'vlib/orm/orm_create_and_drop_test.v',
|
||||
'vlib/orm/orm_insert_test.v',
|
||||
'vlib/orm/orm_insert_reserved_name_test.v',
|
||||
'vlib/v/tests/orm_sub_array_struct_test.v',
|
||||
'vlib/v/tests/orm_handle_error_for_select_from_not_created_table_test.v',
|
||||
]
|
||||
@ -196,6 +199,7 @@ const (
|
||||
'vlib/orm/orm_sql_or_blocks_test.v',
|
||||
'vlib/orm/orm_create_and_drop_test.v',
|
||||
'vlib/orm/orm_insert_test.v',
|
||||
'vlib/orm/orm_insert_reserved_name_test.v',
|
||||
'vlib/orm/orm_fn_calls_test.v',
|
||||
'vlib/orm/orm_last_id_test.v',
|
||||
'vlib/orm/orm_string_interpolation_in_where_test.v',
|
||||
|
Reference in New Issue
Block a user