prisma-client-php 4.1.1 → 4.1.2

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.
@@ -764,7 +764,7 @@ final class PPHPUtility
764
764
  ? $pathPrefix . '.' . $relationName
765
765
  : $relationName;
766
766
 
767
- $fieldsOnly = $relatedClass->fieldsOnly ?? [];
767
+ $fieldsOnly = $relatedClass->_fieldsOnly ?? [];
768
768
  foreach ($fieldsOnly as $field) {
769
769
  $quotedField = PPHPUtility::quoteColumnName($dbType, $field);
770
770
  $columnAlias = $childPathPrefix . '.' . $field; // e.g. "post.categories.id"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prisma-client-php",
3
3
  "description": "Prisma Client PHP is an auto-generated query builder that enables type-safe database access in PHP.",
4
- "version": "4.1.1",
4
+ "version": "4.1.2",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "scripts": {