@dbml/cli 9.0.0-optional-ref.0 → 9.0.0-optional-ref.2
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 +140 -0
- package/__tests__/db2dbml/mssql/expect-out-files/schema.dbml +1 -1
- package/__tests__/db2dbml/mysql/dbml-error.log +182 -0
- package/__tests__/db2dbml/mysql/expect-out-files/schema.dbml +1 -1
- package/__tests__/db2dbml/oracle/dbml-error.log +196 -0
- package/__tests__/db2dbml/oracle/expect-out-files/schema.dbml +8 -8
- package/__tests__/db2dbml/postgres/dbml-error.log +98 -0
- package/__tests__/db2dbml/postgres/expect-out-files/schema.dbml +1 -1
- 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 +75 -0
- package/__tests__/dbml2sql/multifile error import-not-found/dbml-error.log +6690 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/dbml-error.log +75 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/dbml-error.log +60 -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 +75 -0
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +60 -0
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +60 -0
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +60 -0
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +60 -0
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +60 -0
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +60 -0
- package/__tests__/sql2dbml/filename --mssql --out-file/out-files/schema.dbml +2 -2
- package/__tests__/sql2dbml/filename --mysql --out-file/out-files/schema.dbml +5 -5
- package/__tests__/sql2dbml/filename --oracle --out-file/out-files/schema.dbml +12 -12
- package/__tests__/sql2dbml/filename --out-file/out-files/schema.dbml +5 -5
- package/__tests__/sql2dbml/filename --postgres --out-file/out-files/schema.dbml +5 -5
- package/__tests__/sql2dbml/filenames --mysql --out-file/out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/filenames --out-file/out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/filenames --postgres --out-file/out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/multiple_schema_mssql/out-files/multiple_schema.out.dbml +5 -5
- package/__tests__/sql2dbml/multiple_schema_mysql/out-files/multiple_schema.out.dbml +7 -7
- package/__tests__/sql2dbml/multiple_schema_pg/out-files/multiple_schema.out.dbml +5 -5
- package/__tests__/sql2dbml/syntax-error/dbml-error.log +56 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +56 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +56 -0
- package/lib/index.js +5 -5
- package/package.json +5 -5
|
@@ -111,3 +111,78 @@
|
|
|
111
111
|
./in-files/broken.dbml(4,1): Expect an identifier
|
|
112
112
|
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
113
113
|
|
|
114
|
+
2026-07-03T05:20:18.114Z
|
|
115
|
+
|
|
116
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
117
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
118
|
+
|
|
119
|
+
2026-07-03T08:50:09.741Z
|
|
120
|
+
|
|
121
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
122
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
123
|
+
|
|
124
|
+
2026-07-03T08:51:47.153Z
|
|
125
|
+
|
|
126
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
127
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
128
|
+
|
|
129
|
+
2026-07-03T10:22:27.136Z
|
|
130
|
+
|
|
131
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
132
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
133
|
+
|
|
134
|
+
2026-07-06T02:59:28.772Z
|
|
135
|
+
|
|
136
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
137
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
138
|
+
|
|
139
|
+
2026-07-06T03:04:13.320Z
|
|
140
|
+
|
|
141
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
142
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
143
|
+
|
|
144
|
+
2026-07-06T03:33:57.832Z
|
|
145
|
+
|
|
146
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
147
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
148
|
+
|
|
149
|
+
2026-07-06T03:58:42.728Z
|
|
150
|
+
|
|
151
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
152
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
153
|
+
|
|
154
|
+
2026-07-06T04:52:53.560Z
|
|
155
|
+
|
|
156
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
157
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
158
|
+
|
|
159
|
+
2026-07-06T05:26:00.898Z
|
|
160
|
+
|
|
161
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
162
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
163
|
+
|
|
164
|
+
2026-07-06T05:31:09.160Z
|
|
165
|
+
|
|
166
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
167
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
168
|
+
|
|
169
|
+
2026-07-06T09:39:31.409Z
|
|
170
|
+
|
|
171
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
172
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
173
|
+
|
|
174
|
+
2026-07-06T09:41:27.128Z
|
|
175
|
+
|
|
176
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
177
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
178
|
+
|
|
179
|
+
2026-07-06T09:52:37.942Z
|
|
180
|
+
|
|
181
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
182
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
183
|
+
|
|
184
|
+
2026-07-06T10:05:31.959Z
|
|
185
|
+
|
|
186
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
187
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
188
|
+
|
|
@@ -94,3 +94,63 @@
|
|
|
94
94
|
|
|
95
95
|
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
96
96
|
|
|
97
|
+
2026-07-03T05:20:19.612Z
|
|
98
|
+
|
|
99
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
100
|
+
|
|
101
|
+
2026-07-03T08:50:10.965Z
|
|
102
|
+
|
|
103
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
104
|
+
|
|
105
|
+
2026-07-03T08:51:48.393Z
|
|
106
|
+
|
|
107
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
108
|
+
|
|
109
|
+
2026-07-03T10:22:28.440Z
|
|
110
|
+
|
|
111
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
112
|
+
|
|
113
|
+
2026-07-06T02:59:30.039Z
|
|
114
|
+
|
|
115
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
116
|
+
|
|
117
|
+
2026-07-06T03:04:14.581Z
|
|
118
|
+
|
|
119
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
120
|
+
|
|
121
|
+
2026-07-06T03:33:59.088Z
|
|
122
|
+
|
|
123
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
124
|
+
|
|
125
|
+
2026-07-06T03:58:44.044Z
|
|
126
|
+
|
|
127
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
128
|
+
|
|
129
|
+
2026-07-06T04:52:54.839Z
|
|
130
|
+
|
|
131
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
132
|
+
|
|
133
|
+
2026-07-06T05:26:02.122Z
|
|
134
|
+
|
|
135
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
136
|
+
|
|
137
|
+
2026-07-06T05:31:10.345Z
|
|
138
|
+
|
|
139
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
140
|
+
|
|
141
|
+
2026-07-06T09:39:32.704Z
|
|
142
|
+
|
|
143
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
144
|
+
|
|
145
|
+
2026-07-06T09:41:28.406Z
|
|
146
|
+
|
|
147
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
148
|
+
|
|
149
|
+
2026-07-06T09:52:39.243Z
|
|
150
|
+
|
|
151
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
152
|
+
|
|
153
|
+
2026-07-06T10:05:33.296Z
|
|
154
|
+
|
|
155
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
156
|
+
|
|
@@ -327,3 +327,78 @@ undefined
|
|
|
327
327
|
ecommerce.dbml(17,24): Expect an identifier
|
|
328
328
|
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
329
329
|
|
|
330
|
+
2026-07-03T05:20:36.287Z
|
|
331
|
+
|
|
332
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
333
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
334
|
+
|
|
335
|
+
2026-07-03T08:50:24.740Z
|
|
336
|
+
|
|
337
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
338
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
339
|
+
|
|
340
|
+
2026-07-03T08:52:02.184Z
|
|
341
|
+
|
|
342
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
343
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
344
|
+
|
|
345
|
+
2026-07-03T10:22:43.612Z
|
|
346
|
+
|
|
347
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
348
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
349
|
+
|
|
350
|
+
2026-07-06T02:59:43.970Z
|
|
351
|
+
|
|
352
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
353
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
354
|
+
|
|
355
|
+
2026-07-06T03:04:29.041Z
|
|
356
|
+
|
|
357
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
358
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
359
|
+
|
|
360
|
+
2026-07-06T03:34:12.783Z
|
|
361
|
+
|
|
362
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
363
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
364
|
+
|
|
365
|
+
2026-07-06T03:58:58.483Z
|
|
366
|
+
|
|
367
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
368
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
369
|
+
|
|
370
|
+
2026-07-06T04:53:08.929Z
|
|
371
|
+
|
|
372
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
373
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
374
|
+
|
|
375
|
+
2026-07-06T05:26:15.794Z
|
|
376
|
+
|
|
377
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
378
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
379
|
+
|
|
380
|
+
2026-07-06T05:31:24.146Z
|
|
381
|
+
|
|
382
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
383
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
384
|
+
|
|
385
|
+
2026-07-06T09:39:46.603Z
|
|
386
|
+
|
|
387
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
388
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
389
|
+
|
|
390
|
+
2026-07-06T09:41:42.394Z
|
|
391
|
+
|
|
392
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
393
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
394
|
+
|
|
395
|
+
2026-07-06T09:52:54.561Z
|
|
396
|
+
|
|
397
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
398
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
399
|
+
|
|
400
|
+
2026-07-06T10:05:47.972Z
|
|
401
|
+
|
|
402
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
403
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
404
|
+
|
package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log
CHANGED
|
@@ -244,3 +244,63 @@ undefined
|
|
|
244
244
|
|
|
245
245
|
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
246
246
|
|
|
247
|
+
2026-07-03T05:20:38.225Z
|
|
248
|
+
|
|
249
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
250
|
+
|
|
251
|
+
2026-07-03T08:50:26.285Z
|
|
252
|
+
|
|
253
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
254
|
+
|
|
255
|
+
2026-07-03T08:52:03.648Z
|
|
256
|
+
|
|
257
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
258
|
+
|
|
259
|
+
2026-07-03T10:22:45.248Z
|
|
260
|
+
|
|
261
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
262
|
+
|
|
263
|
+
2026-07-06T02:59:45.497Z
|
|
264
|
+
|
|
265
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
266
|
+
|
|
267
|
+
2026-07-06T03:04:30.546Z
|
|
268
|
+
|
|
269
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
270
|
+
|
|
271
|
+
2026-07-06T03:34:14.229Z
|
|
272
|
+
|
|
273
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
274
|
+
|
|
275
|
+
2026-07-06T03:59:00.190Z
|
|
276
|
+
|
|
277
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
278
|
+
|
|
279
|
+
2026-07-06T04:53:10.492Z
|
|
280
|
+
|
|
281
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
282
|
+
|
|
283
|
+
2026-07-06T05:26:17.324Z
|
|
284
|
+
|
|
285
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
286
|
+
|
|
287
|
+
2026-07-06T05:31:25.605Z
|
|
288
|
+
|
|
289
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
290
|
+
|
|
291
|
+
2026-07-06T09:39:48.096Z
|
|
292
|
+
|
|
293
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
294
|
+
|
|
295
|
+
2026-07-06T09:41:43.863Z
|
|
296
|
+
|
|
297
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
298
|
+
|
|
299
|
+
2026-07-06T09:52:56.201Z
|
|
300
|
+
|
|
301
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
302
|
+
|
|
303
|
+
2026-07-06T10:05:49.615Z
|
|
304
|
+
|
|
305
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
306
|
+
|
|
@@ -244,3 +244,63 @@ undefined
|
|
|
244
244
|
|
|
245
245
|
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
246
246
|
|
|
247
|
+
2026-07-03T05:20:40.024Z
|
|
248
|
+
|
|
249
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
250
|
+
|
|
251
|
+
2026-07-03T08:50:27.747Z
|
|
252
|
+
|
|
253
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
254
|
+
|
|
255
|
+
2026-07-03T08:52:05.052Z
|
|
256
|
+
|
|
257
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
258
|
+
|
|
259
|
+
2026-07-03T10:22:46.788Z
|
|
260
|
+
|
|
261
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
262
|
+
|
|
263
|
+
2026-07-06T02:59:46.986Z
|
|
264
|
+
|
|
265
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
266
|
+
|
|
267
|
+
2026-07-06T03:04:32.058Z
|
|
268
|
+
|
|
269
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
270
|
+
|
|
271
|
+
2026-07-06T03:34:15.631Z
|
|
272
|
+
|
|
273
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
274
|
+
|
|
275
|
+
2026-07-06T03:59:01.775Z
|
|
276
|
+
|
|
277
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
278
|
+
|
|
279
|
+
2026-07-06T04:53:12.004Z
|
|
280
|
+
|
|
281
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
282
|
+
|
|
283
|
+
2026-07-06T05:26:18.783Z
|
|
284
|
+
|
|
285
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
286
|
+
|
|
287
|
+
2026-07-06T05:31:27.000Z
|
|
288
|
+
|
|
289
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
290
|
+
|
|
291
|
+
2026-07-06T09:39:49.555Z
|
|
292
|
+
|
|
293
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
294
|
+
|
|
295
|
+
2026-07-06T09:41:45.289Z
|
|
296
|
+
|
|
297
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
298
|
+
|
|
299
|
+
2026-07-06T09:52:57.873Z
|
|
300
|
+
|
|
301
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
302
|
+
|
|
303
|
+
2026-07-06T10:05:51.146Z
|
|
304
|
+
|
|
305
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
306
|
+
|
package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log
CHANGED
|
@@ -244,3 +244,63 @@ undefined
|
|
|
244
244
|
|
|
245
245
|
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
246
246
|
|
|
247
|
+
2026-07-03T05:20:41.802Z
|
|
248
|
+
|
|
249
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
250
|
+
|
|
251
|
+
2026-07-03T08:50:29.205Z
|
|
252
|
+
|
|
253
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
254
|
+
|
|
255
|
+
2026-07-03T08:52:06.516Z
|
|
256
|
+
|
|
257
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
258
|
+
|
|
259
|
+
2026-07-03T10:22:48.361Z
|
|
260
|
+
|
|
261
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
262
|
+
|
|
263
|
+
2026-07-06T02:59:48.438Z
|
|
264
|
+
|
|
265
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
266
|
+
|
|
267
|
+
2026-07-06T03:04:33.602Z
|
|
268
|
+
|
|
269
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
270
|
+
|
|
271
|
+
2026-07-06T03:34:17.079Z
|
|
272
|
+
|
|
273
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
274
|
+
|
|
275
|
+
2026-07-06T03:59:03.505Z
|
|
276
|
+
|
|
277
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
278
|
+
|
|
279
|
+
2026-07-06T04:53:13.524Z
|
|
280
|
+
|
|
281
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
282
|
+
|
|
283
|
+
2026-07-06T05:26:20.256Z
|
|
284
|
+
|
|
285
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
286
|
+
|
|
287
|
+
2026-07-06T05:31:28.457Z
|
|
288
|
+
|
|
289
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
290
|
+
|
|
291
|
+
2026-07-06T09:39:51.078Z
|
|
292
|
+
|
|
293
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
294
|
+
|
|
295
|
+
2026-07-06T09:41:46.802Z
|
|
296
|
+
|
|
297
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
298
|
+
|
|
299
|
+
2026-07-06T09:52:59.429Z
|
|
300
|
+
|
|
301
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
302
|
+
|
|
303
|
+
2026-07-06T10:05:52.728Z
|
|
304
|
+
|
|
305
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
306
|
+
|
package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log
CHANGED
|
@@ -240,3 +240,63 @@ undefined
|
|
|
240
240
|
|
|
241
241
|
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
242
242
|
|
|
243
|
+
2026-07-03T05:20:43.618Z
|
|
244
|
+
|
|
245
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
246
|
+
|
|
247
|
+
2026-07-03T08:50:30.697Z
|
|
248
|
+
|
|
249
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
250
|
+
|
|
251
|
+
2026-07-03T08:52:08.001Z
|
|
252
|
+
|
|
253
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
254
|
+
|
|
255
|
+
2026-07-03T10:22:49.934Z
|
|
256
|
+
|
|
257
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
258
|
+
|
|
259
|
+
2026-07-06T02:59:49.913Z
|
|
260
|
+
|
|
261
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
262
|
+
|
|
263
|
+
2026-07-06T03:04:35.243Z
|
|
264
|
+
|
|
265
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
266
|
+
|
|
267
|
+
2026-07-06T03:34:18.512Z
|
|
268
|
+
|
|
269
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
270
|
+
|
|
271
|
+
2026-07-06T03:59:05.088Z
|
|
272
|
+
|
|
273
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
274
|
+
|
|
275
|
+
2026-07-06T04:53:15.039Z
|
|
276
|
+
|
|
277
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
278
|
+
|
|
279
|
+
2026-07-06T05:26:21.730Z
|
|
280
|
+
|
|
281
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
282
|
+
|
|
283
|
+
2026-07-06T05:31:29.907Z
|
|
284
|
+
|
|
285
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
286
|
+
|
|
287
|
+
2026-07-06T09:39:52.632Z
|
|
288
|
+
|
|
289
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
290
|
+
|
|
291
|
+
2026-07-06T09:41:48.256Z
|
|
292
|
+
|
|
293
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
294
|
+
|
|
295
|
+
2026-07-06T09:53:00.955Z
|
|
296
|
+
|
|
297
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
298
|
+
|
|
299
|
+
2026-07-06T10:05:54.346Z
|
|
300
|
+
|
|
301
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
302
|
+
|
package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log
CHANGED
|
@@ -240,3 +240,63 @@ undefined
|
|
|
240
240
|
|
|
241
241
|
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
242
242
|
|
|
243
|
+
2026-07-03T05:20:45.385Z
|
|
244
|
+
|
|
245
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
246
|
+
|
|
247
|
+
2026-07-03T08:50:32.186Z
|
|
248
|
+
|
|
249
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
250
|
+
|
|
251
|
+
2026-07-03T08:52:09.448Z
|
|
252
|
+
|
|
253
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
254
|
+
|
|
255
|
+
2026-07-03T10:22:51.514Z
|
|
256
|
+
|
|
257
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
258
|
+
|
|
259
|
+
2026-07-06T02:59:51.386Z
|
|
260
|
+
|
|
261
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
262
|
+
|
|
263
|
+
2026-07-06T03:04:36.821Z
|
|
264
|
+
|
|
265
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
266
|
+
|
|
267
|
+
2026-07-06T03:34:19.959Z
|
|
268
|
+
|
|
269
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
270
|
+
|
|
271
|
+
2026-07-06T03:59:06.618Z
|
|
272
|
+
|
|
273
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
274
|
+
|
|
275
|
+
2026-07-06T04:53:16.492Z
|
|
276
|
+
|
|
277
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
278
|
+
|
|
279
|
+
2026-07-06T05:26:23.191Z
|
|
280
|
+
|
|
281
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
282
|
+
|
|
283
|
+
2026-07-06T05:31:31.344Z
|
|
284
|
+
|
|
285
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
286
|
+
|
|
287
|
+
2026-07-06T09:39:54.123Z
|
|
288
|
+
|
|
289
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
290
|
+
|
|
291
|
+
2026-07-06T09:41:49.737Z
|
|
292
|
+
|
|
293
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
294
|
+
|
|
295
|
+
2026-07-06T09:53:02.496Z
|
|
296
|
+
|
|
297
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
298
|
+
|
|
299
|
+
2026-07-06T10:05:55.925Z
|
|
300
|
+
|
|
301
|
+
You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
|
|
302
|
+
|
package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log
CHANGED
|
@@ -240,3 +240,63 @@ undefined
|
|
|
240
240
|
|
|
241
241
|
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
242
242
|
|
|
243
|
+
2026-07-03T05:20:47.289Z
|
|
244
|
+
|
|
245
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
246
|
+
|
|
247
|
+
2026-07-03T08:50:33.682Z
|
|
248
|
+
|
|
249
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
250
|
+
|
|
251
|
+
2026-07-03T08:52:10.918Z
|
|
252
|
+
|
|
253
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
254
|
+
|
|
255
|
+
2026-07-03T10:22:53.097Z
|
|
256
|
+
|
|
257
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
258
|
+
|
|
259
|
+
2026-07-06T02:59:52.855Z
|
|
260
|
+
|
|
261
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
262
|
+
|
|
263
|
+
2026-07-06T03:04:38.337Z
|
|
264
|
+
|
|
265
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
266
|
+
|
|
267
|
+
2026-07-06T03:34:21.351Z
|
|
268
|
+
|
|
269
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
270
|
+
|
|
271
|
+
2026-07-06T03:59:08.144Z
|
|
272
|
+
|
|
273
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
274
|
+
|
|
275
|
+
2026-07-06T04:53:17.923Z
|
|
276
|
+
|
|
277
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
278
|
+
|
|
279
|
+
2026-07-06T05:26:24.622Z
|
|
280
|
+
|
|
281
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
282
|
+
|
|
283
|
+
2026-07-06T05:31:32.761Z
|
|
284
|
+
|
|
285
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
286
|
+
|
|
287
|
+
2026-07-06T09:39:55.649Z
|
|
288
|
+
|
|
289
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
290
|
+
|
|
291
|
+
2026-07-06T09:41:51.255Z
|
|
292
|
+
|
|
293
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
294
|
+
|
|
295
|
+
2026-07-06T09:53:04.027Z
|
|
296
|
+
|
|
297
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
298
|
+
|
|
299
|
+
2026-07-06T10:05:57.539Z
|
|
300
|
+
|
|
301
|
+
You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
|
|
302
|
+
|
|
@@ -20,6 +20,6 @@ Table "CodeDef" {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
Ref "fk__CodeDef__ParentCdKey__CodeDef__CdKey":"CodeDef"."CdKey"
|
|
23
|
+
Ref "fk__CodeDef__ParentCdKey__CodeDef__CdKey":"CodeDef"."CdKey" < "CodeDef"."ParentCdKey"
|
|
24
24
|
|
|
25
|
-
Ref "fk__CodeDef__UserMasterKeyLastEditedBy__UserMaster_UserMasterKey":"UserMaster"."UserMasterKey"
|
|
25
|
+
Ref "fk__CodeDef__UserMasterKeyLastEditedBy__UserMaster_UserMasterKey":"UserMaster"."UserMasterKey" < "CodeDef"."UserMasterKeyLastEditedBy"
|
|
@@ -61,14 +61,14 @@ Table "countries" {
|
|
|
61
61
|
"continent_name" varchar(255)
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
Ref:"orders"."id"
|
|
64
|
+
Ref:"orders"."id" < "order_items"."order_id"
|
|
65
65
|
|
|
66
|
-
Ref:"products"."id"
|
|
66
|
+
Ref:"products"."id" < "order_items"."product_id"
|
|
67
67
|
|
|
68
|
-
Ref:"countries"."code"
|
|
68
|
+
Ref:"countries"."code" < "users"."country_code"
|
|
69
69
|
|
|
70
|
-
Ref:"countries"."code"
|
|
70
|
+
Ref:"countries"."code" < "merchants"."country_code"
|
|
71
71
|
|
|
72
72
|
Ref:"merchants"."id" < "products"."merchant_id"
|
|
73
73
|
|
|
74
|
-
Ref:"users"."id"
|
|
74
|
+
Ref:"users"."id" < "merchants"."admin_id"
|