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.
package/dist/generator.js CHANGED
@@ -2312,7 +2312,7 @@ var require_package = __commonJS({
2312
2312
  "package.json"(exports$1, module) {
2313
2313
  module.exports = {
2314
2314
  name: "prisma-sql",
2315
- version: "1.75.3",
2315
+ version: "1.75.4",
2316
2316
  description: "Convert Prisma queries to optimized SQL with type safety. 2-7x faster than Prisma Client.",
2317
2317
  main: "dist/index.cjs",
2318
2318
  module: "dist/index.js",
@@ -10708,6 +10708,7 @@ function generateExtension(runtimeImportPath) {
10708
10708
  : 'NONE'
10709
10709
 
10710
10710
  console.log(\`[\${DIALECT}] \${modelName}.\${method} - \${strategy} + WHERE IN: \${whereInMode}\`)
10711
+ console.log(\` Invoked: \${modelName}.\${method}(\`, args, \`)\`)
10711
10712
  console.log(\` Prebaked: \${prebaked}, skipWhereIn: \${skipWhereIn}\`)
10712
10713
  console.log(' SQL:', sql)
10713
10714
  console.log(' Params:', params)