drizzle-kit 1.0.0-beta.1-17c242e → 1.0.0-beta.1-860c2f2

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.
Files changed (4) hide show
  1. package/api.js +3 -1
  2. package/api.mjs +3 -1
  3. package/bin.cjs +1 -1
  4. package/package.json +1 -1
package/api.js CHANGED
@@ -37994,7 +37994,9 @@ var init_custom3 = __esm({
37994
37994
  const type = parenPos + 1 ? rawType.slice(0, parenPos) : rawType;
37995
37995
  switch (type) {
37996
37996
  case "binary":
37997
- case "varbinary":
37997
+ case "varbinary": {
37998
+ return sql2`hex(${identifier})`;
37999
+ }
37998
38000
  case "time":
37999
38001
  case "datetime":
38000
38002
  case "decimal":
package/api.mjs CHANGED
@@ -37999,7 +37999,9 @@ var init_custom3 = __esm({
37999
37999
  const type = parenPos + 1 ? rawType.slice(0, parenPos) : rawType;
38000
38000
  switch (type) {
38001
38001
  case "binary":
38002
- case "varbinary":
38002
+ case "varbinary": {
38003
+ return sql2`hex(${identifier})`;
38004
+ }
38003
38005
  case "time":
38004
38006
  case "datetime":
38005
38007
  case "decimal":
package/bin.cjs CHANGED
@@ -91958,7 +91958,7 @@ init_utils5();
91958
91958
  var version2 = async () => {
91959
91959
  const { npmVersion } = await ormCoreVersions();
91960
91960
  const ormVersion = npmVersion ? `drizzle-orm: v${npmVersion}` : "";
91961
- const envVersion = "1.0.0-beta.1-17c242e";
91961
+ const envVersion = "1.0.0-beta.1-860c2f2";
91962
91962
  const kitVersion = envVersion ? `v${envVersion}` : "--";
91963
91963
  const versions = `drizzle-kit: ${kitVersion}
91964
91964
  ${ormVersion}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "1.0.0-beta.1-17c242e",
3
+ "version": "1.0.0-beta.1-860c2f2",
4
4
  "homepage": "https://orm.drizzle.team",
5
5
  "keywords": [
6
6
  "drizzle",