Skip to content

Commit 78d8338

Browse files
committed
test(db0): reduce pg skips
1 parent d8ca6bc commit 78d8338

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

integration-tests/tests/pg/db0.test.ts

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -165,31 +165,10 @@ skipTests([
165165
'nested transaction with savepoint',
166166
'nested transaction rollback',
167167
'transaction with isolation level',
168-
// db0 doesn't support transaction rollback method
169-
'transaction rollback',
170-
'nested transaction rollback',
171168
// Row ordering issues - db0/pglite may return rows in different order
172169
'select with group by as sql + column',
173170
'select with group by as column + sql',
174171
'mySchema :: select with group by as column + sql',
175-
// Join/alias field mapping issues - db0 object mode vs array mode conversion
176-
'partial join with alias',
177-
'full join with alias',
178-
'select from alias',
179-
'left join (flat object fields)',
180-
'left join (grouped fields)',
181-
'left join (all fields)',
182-
'with ... select',
183-
'select from raw sql with joins',
184-
'join on aliased sql from select',
185-
'join view as subquery',
186-
'mySchema :: partial join with alias',
187-
'mySchema :: select from tables with same name from different schema using alias',
188-
// Lateral joins have field mapping issues
189-
'left join (lateral)',
190-
'inner join (lateral)',
191-
'cross join (lateral)',
192-
'cross join',
193172
// Type conversion differences
194173
'select count()',
195174
// Timezone handling differences
@@ -206,9 +185,5 @@ skipTests([
206185
'set json/jsonb fields with strings and retrieve with the ->> operator',
207186
'set json/jsonb fields with objects and retrieve with the -> operator',
208187
'set json/jsonb fields with strings and retrieve with the -> operator',
209-
// UPDATE ... FROM has field mapping issues
210-
'update ... from',
211-
'update ... from with alias',
212-
'update ... from with join',
213188
]);
214189
tests();

0 commit comments

Comments
 (0)