We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ccb94 commit 08b43d1Copy full SHA for 08b43d1
packages/transform/__test__/full-transform.test.ts
@@ -1,11 +1,6 @@
1
import { expectSqlTransform } from '../test-utils/full-transform-flow';
2
3
describe('Full Transform Integration - PG13 to PG17', () => {
4
- // Scaffold: This test maps out the complete workflow
5
- // 1. Parse SQL with PG13 parser
6
- // 2. Transform PG13 AST → PG17 AST using composite transformer
7
- // 3. Deparse PG17 AST back to SQL using PG17 deparser
8
-
9
describe('Basic SQL Operations', () => {
10
it('should handle simple SELECT statement', async () => {
11
const sql = 'SELECT 1';
0 commit comments