@drzl/cli 4.24.1 → 4.24.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/dist/cli.cjs +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +16 -16
package/dist/cli.cjs
CHANGED
|
@@ -1769,7 +1769,7 @@ function checkFindings(table) {
|
|
|
1769
1769
|
const label = k.name ? `"${k.name}"` : "an unnamed constraint";
|
|
1770
1770
|
const raw = k.expression ?? "";
|
|
1771
1771
|
const expr = raw.trim() ? raw : "(empty)";
|
|
1772
|
-
const parsed = (0, import_validation_core2.parseCheck)(raw, k.name);
|
|
1772
|
+
const parsed = (0, import_validation_core2.parseCheck)(raw, k.name, table.dialect);
|
|
1773
1773
|
if (!parsed.ok) {
|
|
1774
1774
|
out.push({
|
|
1775
1775
|
kind: "check-declined",
|