We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28ba78 commit 07cbc1cCopy full SHA for 07cbc1c
1 file changed
future/drift3/test/query_builder/statements/schema_test.dart
@@ -124,7 +124,7 @@ void main() {
124
);
125
126
expect(
127
- sql[8],
+ sql[9],
128
'CREATE VIEW IF NOT EXISTS "category_todo_count_view"'
129
'("category_id","description","item_count") AS SELECT '
130
'"t1"."id",'
@@ -137,7 +137,7 @@ void main() {
137
138
139
140
- sql[9],
+ sql[10],
141
'CREATE VIEW IF NOT EXISTS "todo_with_category_view"'
142
'("title","desc") AS SELECT '
143
'"t0"."title",'
@@ -148,7 +148,7 @@ void main() {
148
149
150
151
- sql[10],
+ sql[11],
152
'CREATE INDEX categories_desc ON categories ("desc" DESC, priority)',
153
154
});
0 commit comments