You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/regression/gufi_vt.expected
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,30 @@ $ (
287
287
1024|prefix/1KB
288
288
1048576|prefix/1MB
289
289
290
+
# xattr view
291
+
$ (
292
+
echo ".load gufi_vt"
293
+
echo "CREATE VIRTUAL TABLE gufi USING gufi_vt("prefix", E="SELECT path() || '/' || name AS fullpath, xattr_name, xattr_value FROM xpentries;");SELECT * FROM gufi ORDER BY fullpath ASC, xattr_name ASC;"
Copy file name to clipboardExpand all lines: test/regression/gufi_vt.sh.in
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,13 @@ query_vt() {
140
140
)
141
141
query_vt "${query}"
142
142
143
+
echo"# xattr view"
144
+
query=$(
145
+
echo -n "CREATE VIRTUAL TABLE gufi USING gufi_vt(\"${INDEXROOT}\", E=\"SELECT path() || '/' || name AS fullpath, xattr_name, xattr_value FROM xpentries;\");"
146
+
echo -n "SELECT * FROM gufi ORDER BY fullpath ASC, xattr_name ASC;"
0 commit comments