sql-typechecker 0.0.33 → 0.0.34

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/out/cli.js CHANGED
@@ -242920,6 +242920,10 @@ function elabCall(g, c, e) {
242920
242920
  {
242921
242921
  expectedArgs: [BuiltinTypes.Timestamp],
242922
242922
  returnT: BuiltinTypes.Text
242923
+ },
242924
+ {
242925
+ expectedArgs: [BuiltinTypes.Date],
242926
+ returnT: BuiltinTypes.Text
242923
242927
  }
242924
242928
  ]));
242925
242929
  } else {
@@ -242929,6 +242933,10 @@ function elabCall(g, c, e) {
242929
242933
  {
242930
242934
  expectedArgs: [BuiltinTypes.Timestamp],
242931
242935
  returnT: BuiltinTypes.Text
242936
+ },
242937
+ {
242938
+ expectedArgs: [BuiltinTypes.Date],
242939
+ returnT: BuiltinTypes.Text
242932
242940
  }
242933
242941
  ]);
242934
242942
  }