1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

orm: add tests for fkey: relationship attribute and retrival of joined rows (#16877)

This commit is contained in:
Hitalo Souza
2023-01-05 10:20:15 -03:00
committed by GitHub
parent 8f217c00e5
commit 3598e7d08e
2 changed files with 67 additions and 0 deletions

View File

@ -142,6 +142,7 @@ const (
skip_with_fsanitize_address = [
'vlib/net/websocket/websocket_test.v',
'vlib/v/tests/websocket_logger_interface_should_compile_test.v',
'vlib/v/tests/orm_sub_array_struct_test.v',
]
skip_with_fsanitize_undefined = [
'do_not_remove',