prisma-sql 1.75.3 → 1.75.4

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.
@@ -2323,7 +2323,7 @@ var require_package = __commonJS({
2323
2323
  "package.json"(exports$1, module) {
2324
2324
  module.exports = {
2325
2325
  name: "prisma-sql",
2326
- version: "1.75.3",
2326
+ version: "1.75.4",
2327
2327
  description: "Convert Prisma queries to optimized SQL with type safety. 2-7x faster than Prisma Client.",
2328
2328
  main: "dist/index.cjs",
2329
2329
  module: "dist/index.js",
@@ -10719,6 +10719,7 @@ function generateExtension(runtimeImportPath) {
10719
10719
  : 'NONE'
10720
10720
 
10721
10721
  console.log(\`[\${DIALECT}] \${modelName}.\${method} - \${strategy} + WHERE IN: \${whereInMode}\`)
10722
+ console.log(\` Invoked: \${modelName}.\${method}(\`, args, \`)\`)
10722
10723
  console.log(\` Prebaked: \${prebaked}, skipWhereIn: \${skipWhereIn}\`)
10723
10724
  console.log(' SQL:', sql)
10724
10725
  console.log(' Params:', params)