Commit cf2c57c
authored
feat: support protect-ffi 0.30 JSON queries (#711)
* feat: support protect-ffi 0.30 JSON queries
* fix: address PR 711 review feedback
* fix: regenerate Prisma example migration
* test: configure Supabase EQL 3.0.2 boundary
* fix: address final PR 711 feedback
* feat: add JSON selector ordering parity
* fix: resolve shared JSON integration suite
* fix: preserve Prisma JSON selector hashes
* fix: reconcile PR 711 with EQL v3-only main1 parent f0b20d3 commit cf2c57c
138 files changed
Lines changed: 5115 additions & 4671 deletions
File tree
- .changeset
- examples/prisma
- migrations
- app/20260714T2142_initial
- cipherstash
- 20260601T0100_install_eql_v3_bundle
- 20260720T0000_upgrade_eql_v3_3_0_2
- refs
- prisma
- src
- prisma
- test/e2e
- packages
- cli
- prisma-next
- integration
- migrations
- 20260720T0000_upgrade_eql_v3_3_0_2
- refs
- src
- exports
- extension-metadata
- migration
- types
- v3
- test
- live
- helpers
- v3
- stack-drizzle
- __tests__/v3
- integration
- src/v3
- stack-supabase
- __tests__
- integration
- src
- stack
- __tests__
- v3-matrix
- integration
- wasm
- src
- encryption
- helpers
- operations
- eql/v3
- schema
- test-kit
- src
- skills
- stash-drizzle
- stash-encryption
- stash-prisma-next
- stash-supabase
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments