@dbml/cli 9.0.0-optional-ref.4 → 9.0.0-optional-ref.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__tests__/db2dbml/mssql/dbml-error.log +30 -0
- package/__tests__/db2dbml/mysql/dbml-error.log +39 -0
- package/__tests__/db2dbml/oracle/dbml-error.log +42 -0
- package/__tests__/db2dbml/postgres/dbml-error.log +21 -0
- package/__tests__/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --oracle --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --postgres --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/multifile error entry-syntax-error/dbml-error.log +5 -0
- package/__tests__/dbml2sql/multifile error import-not-found/dbml-error.log +446 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/dbml-error.log +5 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/dbml-error.log +4 -0
- package/__tests__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/syntax-error/dbml-error.log +5 -0
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +20 -0
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +20 -0
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +20 -0
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +20 -0
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +20 -0
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +20 -0
- package/__tests__/sql2dbml/filename --mssql --out-file/expect-out-files/schema.dbml +2 -2
- package/__tests__/sql2dbml/filename --mysql --out-file/expect-out-files/schema.dbml +6 -6
- package/__tests__/sql2dbml/filename --mysql --out-file/out-files/schema.dbml +6 -6
- package/__tests__/sql2dbml/filename --mysql stdout/stdout.txt +6 -6
- package/__tests__/sql2dbml/filename --oracle --out-file/expect-out-files/schema.dbml +11 -11
- package/__tests__/sql2dbml/filename --oracle --out-file/out-files/schema.dbml +12 -12
- package/__tests__/sql2dbml/filename --out-file/expect-out-files/schema.dbml +6 -6
- package/__tests__/sql2dbml/filename --out-file/out-files/schema.dbml +6 -6
- package/__tests__/sql2dbml/filename --postgres --out-file/expect-out-files/schema.dbml +6 -6
- package/__tests__/sql2dbml/filename --postgres --out-file/out-files/schema.dbml +6 -6
- package/__tests__/sql2dbml/filename --postgres stdout/stdout.txt +6 -6
- package/__tests__/sql2dbml/filename --snowflake stdout/stdout.txt +13 -13
- package/__tests__/sql2dbml/filename stdout/stdout.txt +6 -6
- package/__tests__/sql2dbml/filenames --mysql --out-file/expect-out-files/schema.dbml +14 -14
- package/__tests__/sql2dbml/filenames --mysql --out-file/out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/filenames --mysql stdout/stdout.txt +14 -14
- package/__tests__/sql2dbml/filenames --out-file/expect-out-files/schema.dbml +14 -14
- package/__tests__/sql2dbml/filenames --out-file/out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/filenames --postgres --out-file/expect-out-files/schema.dbml +14 -14
- package/__tests__/sql2dbml/filenames --postgres --out-file/out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/filenames --postgres stdout/stdout.txt +14 -14
- package/__tests__/sql2dbml/filenames stdout/stdout.txt +14 -14
- package/__tests__/sql2dbml/multiple_schema_mssql/expect-out-files/multiple_schema.out.dbml +5 -5
- package/__tests__/sql2dbml/multiple_schema_mssql/out-files/multiple_schema.out.dbml +1 -1
- package/__tests__/sql2dbml/multiple_schema_mysql/expect-out-files/multiple_schema.out.dbml +7 -7
- package/__tests__/sql2dbml/multiple_schema_mysql/out-files/multiple_schema.out.dbml +8 -8
- package/__tests__/sql2dbml/multiple_schema_pg/expect-out-files/multiple_schema.out.dbml +7 -7
- package/__tests__/sql2dbml/multiple_schema_pg/out-files/multiple_schema.out.dbml +7 -7
- package/__tests__/sql2dbml/syntax-error/dbml-error.log +20 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +20 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +20 -0
- package/lib/index.js +5 -5
- package/package.json +5 -5
|
@@ -27276,3 +27276,449 @@ Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packa
|
|
|
27276
27276
|
|
|
27277
27277
|
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
27278
27278
|
|
|
27279
|
+
2026-07-08T04:46:10.371Z
|
|
27280
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27281
|
+
at readFileSync (node:fs:441:20)
|
|
27282
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27283
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27284
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27285
|
+
at Mx.fileDependencies (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27286
|
+
at Eb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:3084)
|
|
27287
|
+
at Mx.cleanStaleGlobalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2709)
|
|
27288
|
+
at Mx.interpretFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2886)
|
|
27289
|
+
at exportHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2718:27)
|
|
27290
|
+
at Module.dbml2sql (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2794:2)
|
|
27291
|
+
|
|
27292
|
+
2026-07-08T04:46:10.372Z
|
|
27293
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27294
|
+
at readFileSync (node:fs:441:20)
|
|
27295
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27296
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27297
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27298
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27299
|
+
at Mx.Tb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:2744)
|
|
27300
|
+
at Mx.fileDependencies (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3714)
|
|
27301
|
+
at Eb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:3084)
|
|
27302
|
+
at Mx.cleanStaleGlobalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2709)
|
|
27303
|
+
at Mx.interpretFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2886)
|
|
27304
|
+
|
|
27305
|
+
2026-07-08T04:46:10.372Z
|
|
27306
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27307
|
+
at readFileSync (node:fs:441:20)
|
|
27308
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27309
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27310
|
+
at Mx.getSource (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2203)
|
|
27311
|
+
at Mx.$b (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:20:21879)
|
|
27312
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3714)
|
|
27313
|
+
at Mx.Tb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:2744)
|
|
27314
|
+
at Mx.fileDependencies (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3714)
|
|
27315
|
+
at Eb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:3084)
|
|
27316
|
+
at Mx.cleanStaleGlobalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2709)
|
|
27317
|
+
|
|
27318
|
+
2026-07-08T04:46:10.372Z
|
|
27319
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27320
|
+
at readFileSync (node:fs:441:20)
|
|
27321
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27322
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27323
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27324
|
+
at Mx.cleanStaleGlobalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2725)
|
|
27325
|
+
at Mx.interpretFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2886)
|
|
27326
|
+
at exportHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2718:27)
|
|
27327
|
+
at Module.dbml2sql (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2794:2)
|
|
27328
|
+
at Object.<anonymous> (/home/huydna/projects/dbml/packages/dbml-cli/bin/dbml2sql.js:3:19)
|
|
27329
|
+
at Module._compile (node:internal/modules/cjs/loader:1706:14)
|
|
27330
|
+
|
|
27331
|
+
2026-07-08T04:46:10.373Z
|
|
27332
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27333
|
+
at readFileSync (node:fs:441:20)
|
|
27334
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27335
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27336
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27337
|
+
at Mx.fileDependencies (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27338
|
+
at Eb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:3084)
|
|
27339
|
+
at Mx.Db (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:3146)
|
|
27340
|
+
at Mx.reachableFiles (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27341
|
+
at Mm (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:29515)
|
|
27342
|
+
at interpretSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65780)
|
|
27343
|
+
|
|
27344
|
+
2026-07-08T04:46:10.376Z
|
|
27345
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27346
|
+
at readFileSync (node:fs:441:20)
|
|
27347
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27348
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27349
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27350
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27351
|
+
at bg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:90687)
|
|
27352
|
+
at gg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:89141)
|
|
27353
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87667)
|
|
27354
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27355
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87567)
|
|
27356
|
+
|
|
27357
|
+
2026-07-08T04:46:10.376Z
|
|
27358
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27359
|
+
at readFileSync (node:fs:441:20)
|
|
27360
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27361
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27362
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27363
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27364
|
+
at hg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:88307)
|
|
27365
|
+
at bg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:90825)
|
|
27366
|
+
at gg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:89141)
|
|
27367
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87667)
|
|
27368
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27369
|
+
|
|
27370
|
+
2026-07-08T04:46:10.377Z
|
|
27371
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27372
|
+
at readFileSync (node:fs:441:20)
|
|
27373
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27374
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27375
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27376
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27377
|
+
at xg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:91025)
|
|
27378
|
+
at _g (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:90047)
|
|
27379
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87680)
|
|
27380
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27381
|
+
at gg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:89279)
|
|
27382
|
+
|
|
27383
|
+
2026-07-08T04:46:10.377Z
|
|
27384
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27385
|
+
at readFileSync (node:fs:441:20)
|
|
27386
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27387
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27388
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27389
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27390
|
+
at hg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:88307)
|
|
27391
|
+
at xg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:91229)
|
|
27392
|
+
at _g (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:90047)
|
|
27393
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87680)
|
|
27394
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27395
|
+
|
|
27396
|
+
2026-07-08T04:46:10.377Z
|
|
27397
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27398
|
+
at readFileSync (node:fs:441:20)
|
|
27399
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27400
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27401
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27402
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27403
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87495)
|
|
27404
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27405
|
+
at symbolMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65326)
|
|
27406
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27407
|
+
at Mx.u_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22543)
|
|
27408
|
+
|
|
27409
|
+
2026-07-08T04:46:10.377Z
|
|
27410
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27411
|
+
at readFileSync (node:fs:441:20)
|
|
27412
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27413
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27414
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27415
|
+
at Mx.nodeFullname (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27416
|
+
at nodeSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:98650)
|
|
27417
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27418
|
+
at Mx.l_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22463)
|
|
27419
|
+
at Mx.nodeSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27420
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87526)
|
|
27421
|
+
|
|
27422
|
+
2026-07-08T04:46:10.377Z
|
|
27423
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27424
|
+
at readFileSync (node:fs:441:20)
|
|
27425
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27426
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27427
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27428
|
+
at Mx.nodeFullname (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27429
|
+
at nodeSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:40702)
|
|
27430
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27431
|
+
at Mx.l_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22463)
|
|
27432
|
+
at Mx.nodeSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27433
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87526)
|
|
27434
|
+
|
|
27435
|
+
2026-07-08T04:46:10.377Z
|
|
27436
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27437
|
+
at readFileSync (node:fs:441:20)
|
|
27438
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27439
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27440
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27441
|
+
at Mx.nodeFullname (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27442
|
+
at nodeSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:4225)
|
|
27443
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27444
|
+
at Mx.l_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22463)
|
|
27445
|
+
at Mx.nodeSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27446
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87526)
|
|
27447
|
+
|
|
27448
|
+
2026-07-08T04:46:10.377Z
|
|
27449
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27450
|
+
at readFileSync (node:fs:441:20)
|
|
27451
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27452
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27453
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27454
|
+
at Mx.nodeFullname (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27455
|
+
at nodeSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:11210)
|
|
27456
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27457
|
+
at Mx.l_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22463)
|
|
27458
|
+
at Mx.nodeSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27459
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87526)
|
|
27460
|
+
|
|
27461
|
+
2026-07-08T04:46:10.377Z
|
|
27462
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27463
|
+
at readFileSync (node:fs:441:20)
|
|
27464
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27465
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27466
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27467
|
+
at Mx.nodeFullname (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27468
|
+
at nodeSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:35832)
|
|
27469
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27470
|
+
at Mx.l_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22463)
|
|
27471
|
+
at Mx.nodeSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27472
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87526)
|
|
27473
|
+
|
|
27474
|
+
2026-07-08T04:46:10.377Z
|
|
27475
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27476
|
+
at readFileSync (node:fs:441:20)
|
|
27477
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27478
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27479
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27480
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27481
|
+
at hg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:88307)
|
|
27482
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87603)
|
|
27483
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27484
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87567)
|
|
27485
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27486
|
+
|
|
27487
|
+
2026-07-08T04:46:10.377Z
|
|
27488
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27489
|
+
at readFileSync (node:fs:441:20)
|
|
27490
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27491
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27492
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27493
|
+
at Mx.fileDependencies (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27494
|
+
at Eb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:3084)
|
|
27495
|
+
at Mx.Db (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:3146)
|
|
27496
|
+
at Mx.reachableFiles (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27497
|
+
at gg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:89110)
|
|
27498
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87667)
|
|
27499
|
+
|
|
27500
|
+
2026-07-08T04:46:10.377Z
|
|
27501
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27502
|
+
at readFileSync (node:fs:441:20)
|
|
27503
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27504
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27505
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27506
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27507
|
+
at bg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:90687)
|
|
27508
|
+
at gg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:89141)
|
|
27509
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87667)
|
|
27510
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27511
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87567)
|
|
27512
|
+
|
|
27513
|
+
2026-07-08T04:46:10.377Z
|
|
27514
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27515
|
+
at readFileSync (node:fs:441:20)
|
|
27516
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27517
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27518
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27519
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27520
|
+
at hg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:88307)
|
|
27521
|
+
at bg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:90825)
|
|
27522
|
+
at gg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:89141)
|
|
27523
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87667)
|
|
27524
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27525
|
+
|
|
27526
|
+
2026-07-08T04:46:10.377Z
|
|
27527
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27528
|
+
at readFileSync (node:fs:441:20)
|
|
27529
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27530
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27531
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27532
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27533
|
+
at hg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:88307)
|
|
27534
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87603)
|
|
27535
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27536
|
+
at gg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:89279)
|
|
27537
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87667)
|
|
27538
|
+
|
|
27539
|
+
2026-07-08T04:46:10.378Z
|
|
27540
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27541
|
+
at readFileSync (node:fs:441:20)
|
|
27542
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27543
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27544
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27545
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27546
|
+
at xg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:91025)
|
|
27547
|
+
at _g (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:90047)
|
|
27548
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87680)
|
|
27549
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27550
|
+
at gg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:89279)
|
|
27551
|
+
|
|
27552
|
+
2026-07-08T04:46:10.378Z
|
|
27553
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27554
|
+
at readFileSync (node:fs:441:20)
|
|
27555
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27556
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27557
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27558
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27559
|
+
at hg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:88307)
|
|
27560
|
+
at xg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:91229)
|
|
27561
|
+
at _g (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:90047)
|
|
27562
|
+
at Mx.pg (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:87680)
|
|
27563
|
+
at Mx.usableMembers (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27564
|
+
|
|
27565
|
+
2026-07-08T04:46:10.378Z
|
|
27566
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27567
|
+
at readFileSync (node:fs:441:20)
|
|
27568
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27569
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27570
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27571
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27572
|
+
at eh.resolve (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:45548)
|
|
27573
|
+
at bindNode (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65632)
|
|
27574
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27575
|
+
at Mx.f_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22707)
|
|
27576
|
+
at Mx.bindNode (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27577
|
+
|
|
27578
|
+
2026-07-08T04:46:10.378Z
|
|
27579
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27580
|
+
at readFileSync (node:fs:441:20)
|
|
27581
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27582
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27583
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27584
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27585
|
+
at eh.checkDuplicateRefs (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:46226)
|
|
27586
|
+
at eh.resolve (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:46027)
|
|
27587
|
+
at bindNode (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65632)
|
|
27588
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27589
|
+
at Mx.f_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22707)
|
|
27590
|
+
|
|
27591
|
+
2026-07-08T04:46:10.379Z
|
|
27592
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27593
|
+
at readFileSync (node:fs:441:20)
|
|
27594
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27595
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27596
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27597
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27598
|
+
at eh.checkTableGroups (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:47872)
|
|
27599
|
+
at eh.resolve (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:46064)
|
|
27600
|
+
at bindNode (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65632)
|
|
27601
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27602
|
+
at Mx.f_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22707)
|
|
27603
|
+
|
|
27604
|
+
2026-07-08T04:46:10.379Z
|
|
27605
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27606
|
+
at readFileSync (node:fs:441:20)
|
|
27607
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27608
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27609
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27610
|
+
at Mx.validateFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27611
|
+
at Mx.Lb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:4060)
|
|
27612
|
+
at Mx.bindFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27613
|
+
at /home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65840
|
|
27614
|
+
at Array.flatMap (<anonymous>)
|
|
27615
|
+
at interpretSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65827)
|
|
27616
|
+
|
|
27617
|
+
2026-07-08T04:46:10.379Z
|
|
27618
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27619
|
+
at readFileSync (node:fs:441:20)
|
|
27620
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27621
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27622
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27623
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27624
|
+
at Mx.Vb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:5263)
|
|
27625
|
+
at Mx.validateFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3714)
|
|
27626
|
+
at Mx.Lb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:4060)
|
|
27627
|
+
at Mx.bindFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27628
|
+
at /home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65840
|
|
27629
|
+
|
|
27630
|
+
2026-07-08T04:46:10.379Z
|
|
27631
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27632
|
+
at readFileSync (node:fs:441:20)
|
|
27633
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27634
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27635
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27636
|
+
at Mx.validateNode (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27637
|
+
at /home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:5298
|
|
27638
|
+
at e.chain (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:1:837)
|
|
27639
|
+
at Mx.Vb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:5276)
|
|
27640
|
+
at Mx.validateFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3714)
|
|
27641
|
+
at Mx.Lb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:4060)
|
|
27642
|
+
|
|
27643
|
+
2026-07-08T04:46:10.379Z
|
|
27644
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27645
|
+
at readFileSync (node:fs:441:20)
|
|
27646
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27647
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27648
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27649
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27650
|
+
at Mx.Lb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:4083)
|
|
27651
|
+
at Mx.bindFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27652
|
+
at /home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65840
|
|
27653
|
+
at Array.flatMap (<anonymous>)
|
|
27654
|
+
at interpretSymbol (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65827)
|
|
27655
|
+
|
|
27656
|
+
2026-07-08T04:46:10.379Z
|
|
27657
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27658
|
+
at readFileSync (node:fs:441:20)
|
|
27659
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27660
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27661
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27662
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27663
|
+
at eh.resolve (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:45548)
|
|
27664
|
+
at bindNode (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65632)
|
|
27665
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27666
|
+
at Mx.f_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22707)
|
|
27667
|
+
at Mx.bindNode (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3173)
|
|
27668
|
+
|
|
27669
|
+
2026-07-08T04:46:10.379Z
|
|
27670
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27671
|
+
at readFileSync (node:fs:441:20)
|
|
27672
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27673
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27674
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27675
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27676
|
+
at eh.checkDuplicateRefs (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:46226)
|
|
27677
|
+
at eh.resolve (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:46027)
|
|
27678
|
+
at bindNode (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65632)
|
|
27679
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27680
|
+
at Mx.f_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22707)
|
|
27681
|
+
|
|
27682
|
+
2026-07-08T04:46:10.379Z
|
|
27683
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27684
|
+
at readFileSync (node:fs:441:20)
|
|
27685
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27686
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27687
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27688
|
+
at Mx.parseFile (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27689
|
+
at eh.checkTableGroups (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:47872)
|
|
27690
|
+
at eh.resolve (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:46064)
|
|
27691
|
+
at bindNode (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:4:65632)
|
|
27692
|
+
at c_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22371)
|
|
27693
|
+
at Mx.f_ (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:6:22707)
|
|
27694
|
+
|
|
27695
|
+
2026-07-08T04:46:10.379Z
|
|
27696
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27697
|
+
at readFileSync (node:fs:441:20)
|
|
27698
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27699
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27700
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27701
|
+
at Mx.fileDependencies (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:3367)
|
|
27702
|
+
at Eb (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:12:3084)
|
|
27703
|
+
at Mx.cleanStaleGlobalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2709)
|
|
27704
|
+
at Mx.reachableFiles (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2886)
|
|
27705
|
+
at exportHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2722:33)
|
|
27706
|
+
at Module.dbml2sql (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2794:2)
|
|
27707
|
+
|
|
27708
|
+
2026-07-08T04:46:10.379Z
|
|
27709
|
+
Error: ENOENT: no such file or directory, open '/home/huydna/projects/dbml/packages/dbml-cli/__tests__/dbml2sql/multifile error import-not-found/in-files/missing.dbml'
|
|
27710
|
+
at readFileSync (node:fs:441:20)
|
|
27711
|
+
at /home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2676:11
|
|
27712
|
+
at NodeProjectLayout.getSource (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2654:10)
|
|
27713
|
+
at Mx.cleanStaleLocalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2258)
|
|
27714
|
+
at Mx.cleanStaleGlobalCache (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2725)
|
|
27715
|
+
at Mx.reachableFiles (/home/huydna/projects/dbml/packages/dbml-parse/dist/dbml-parse.js:28:2886)
|
|
27716
|
+
at exportHandler (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2722:33)
|
|
27717
|
+
at Module.dbml2sql (/home/huydna/projects/dbml/packages/dbml-cli/lib/index.js:2794:2)
|
|
27718
|
+
at Object.<anonymous> (/home/huydna/projects/dbml/packages/dbml-cli/bin/dbml2sql.js:3:19)
|
|
27719
|
+
at Module._compile (node:internal/modules/cjs/loader:1706:14)
|
|
27720
|
+
|
|
27721
|
+
2026-07-08T04:46:10.380Z
|
|
27722
|
+
|
|
27723
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
27724
|
+
|
|
@@ -186,3 +186,8 @@
|
|
|
186
186
|
./in-files/broken.dbml(4,1): Expect an identifier
|
|
187
187
|
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
188
188
|
|
|
189
|
+
2026-07-08T04:46:11.496Z
|
|
190
|
+
|
|
191
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
192
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
193
|
+
|
|
@@ -402,3 +402,8 @@ undefined
|
|
|
402
402
|
ecommerce.dbml(17,24): Expect an identifier
|
|
403
403
|
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
404
404
|
|
|
405
|
+
2026-07-08T04:46:25.224Z
|
|
406
|
+
|
|
407
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
408
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
409
|
+
|
package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log
CHANGED
|
@@ -304,3 +304,23 @@ undefined
|
|
|
304
304
|
|
|
305
305
|
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
306
306
|
|
|
307
|
+
2026-07-08T04:46:26.574Z
|
|
308
|
+
|
|
309
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
310
|
+
|
|
311
|
+
2026-07-08T04:47:16.162Z
|
|
312
|
+
|
|
313
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
314
|
+
|
|
315
|
+
2026-07-08T04:48:09.291Z
|
|
316
|
+
|
|
317
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
318
|
+
|
|
319
|
+
2026-07-08T04:50:35.545Z
|
|
320
|
+
|
|
321
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
322
|
+
|
|
323
|
+
2026-07-08T04:51:23.913Z
|
|
324
|
+
|
|
325
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
326
|
+
|
|
@@ -304,3 +304,23 @@ undefined
|
|
|
304
304
|
|
|
305
305
|
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
306
306
|
|
|
307
|
+
2026-07-08T04:46:27.857Z
|
|
308
|
+
|
|
309
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
310
|
+
|
|
311
|
+
2026-07-08T04:47:17.460Z
|
|
312
|
+
|
|
313
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
314
|
+
|
|
315
|
+
2026-07-08T04:48:10.598Z
|
|
316
|
+
|
|
317
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
318
|
+
|
|
319
|
+
2026-07-08T04:50:36.872Z
|
|
320
|
+
|
|
321
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
322
|
+
|
|
323
|
+
2026-07-08T04:51:25.225Z
|
|
324
|
+
|
|
325
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
326
|
+
|
package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log
CHANGED
|
@@ -304,3 +304,23 @@ undefined
|
|
|
304
304
|
|
|
305
305
|
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
306
306
|
|
|
307
|
+
2026-07-08T04:46:29.191Z
|
|
308
|
+
|
|
309
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
310
|
+
|
|
311
|
+
2026-07-08T04:47:18.772Z
|
|
312
|
+
|
|
313
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
314
|
+
|
|
315
|
+
2026-07-08T04:48:11.901Z
|
|
316
|
+
|
|
317
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
318
|
+
|
|
319
|
+
2026-07-08T04:50:38.239Z
|
|
320
|
+
|
|
321
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
322
|
+
|
|
323
|
+
2026-07-08T04:51:26.536Z
|
|
324
|
+
|
|
325
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
326
|
+
|