Skip to content

Commit 7a53560

Browse files
committed
chore: dummy change
1 parent aee10d5 commit 7a53560

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ git checkout -b integration/sql-nested-transactions
321321
git push --set-upstream origin integration/sql-nested-transactions --force
322322
```
323323

324+
324325
## Security
325326

326327
If you have a security issue to report, please contact us at [security@prisma.io](mailto:security@prisma.io?subject=[GitHub]%20Prisma%202%20Security%20Report%20Engines)

query-compiler/query-compiler/src/binding.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use query_structure::{ScalarField, SelectedField};
66
const JOIN_PARENT: &str = "@parent";
77
const DEFAULTS: &str = "@defaults";
88
const GENERATED: &str = "@generated";
9+
910
const SELECTOR: &str = "@selector";
1011

1112
const FIELD_SEPARATOR: &str = "$";

0 commit comments

Comments
 (0)