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
# WHERE file_meta_data.user_id = '42' AND file_meta_data.is_directory IS false ORDER BY file_meta_data.created_at ASC
47
52
48
-
_check(
53
+
_get_sql_stmt_string(
49
54
_list_filter_with_partial_file_id_stmt,
50
55
user_or_project_filter=UserOrProjectFilter(
51
56
user_id=42, project_ids=[uuid4() for_inrange(2)]
@@ -57,7 +62,7 @@ def _check(func_smt, **kwargs):
57
62
)
58
63
# WHERE (file_meta_data.user_id = '42' OR file_meta_data.project_id IN ('18d5'..., )) AND file_meta_data.is_directory IS false ORDER BY file_meta_data.created_at ASC
59
64
60
-
_check(
65
+
_get_sql_stmt_string(
61
66
_list_filter_with_partial_file_id_stmt,
62
67
user_or_project_filter=UserOrProjectFilter(
63
68
user_id=42, project_ids=[uuid4() for_inrange(2)]
@@ -72,7 +77,7 @@ def _check(func_smt, **kwargs):
72
77
# (file_meta_data.user_id = '42' OR file_meta_data.project_id IN ('3cd9704db' ...)) AND file_meta_data.is_directory IS false ORDER BY file_meta_data.created_at ASC LIMIT 10 OFFSET 1
0 commit comments