@drzl/cli 4.24.1 → 4.24.3

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.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  tableAliases,
25
25
  tableFilterWarnings,
26
26
  trpcOutDir
27
- } from "./chunk-54E2IO7N.js";
27
+ } from "./chunk-QNYJFUVS.js";
28
28
 
29
29
  // src/cli.ts
30
30
  import { qualifiedTableName as qualifiedTableName2, SchemaAnalyzer as SchemaAnalyzer2 } from "@drzl/analyzer";
@@ -794,7 +794,7 @@ function checkFindings(table) {
794
794
  const label = k.name ? `"${k.name}"` : "an unnamed constraint";
795
795
  const raw = k.expression ?? "";
796
796
  const expr = raw.trim() ? raw : "(empty)";
797
- const parsed = parseCheck(raw, k.name);
797
+ const parsed = parseCheck(raw, k.name, table.dialect);
798
798
  if (!parsed.ok) {
799
799
  out.push({
800
800
  kind: "check-declined",