mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sqlite: expose SQLite's VFS layer (#16359)
This commit is contained in:

committed by
GitHub

parent
7e000bb6ae
commit
2634b99769
@ -122,6 +122,7 @@ const (
|
||||
'vlib/orm/orm_sql_or_blocks_test.v',
|
||||
'vlib/sqlite/sqlite_test.v',
|
||||
'vlib/sqlite/sqlite_orm_test.v',
|
||||
'vlib/sqlite/sqlite_vfs_lowlevel_test.v',
|
||||
'vlib/v/tests/orm_sub_struct_test.v',
|
||||
'vlib/v/tests/orm_sub_array_struct_test.v',
|
||||
'vlib/v/tests/orm_joined_tables_select_test.v',
|
||||
@ -167,6 +168,7 @@ const (
|
||||
'vlib/net/websocket/ws_test.v',
|
||||
'vlib/sqlite/sqlite_test.v',
|
||||
'vlib/sqlite/sqlite_orm_test.v',
|
||||
'vlib/sqlite/sqlite_vfs_lowlevel_test.v',
|
||||
'vlib/orm/orm_test.v',
|
||||
'vlib/orm/orm_sql_or_blocks_test.v',
|
||||
'vlib/v/tests/orm_sub_struct_test.v',
|
||||
|
Reference in New Issue
Block a user