Commit bc82cda
Fix delete method implementation and naming collisions
- Fixed ObjectQL.delete() to return boolean directly from driver
- Removed incorrect comment about driver returning record/null
- Fixed MockDriver.delete() to return boolean per DriverInterface spec
- Renamed QueryFilter/QueryOptions to DataEngineFilter/DataEngineQueryOptions to avoid naming collisions with existing data protocol types
- All tests passing
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent a59cd2e commit bc82cda
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
402 | | - | |
403 | | - | |
| 401 | + | |
| 402 | + | |
404 | 403 | | |
405 | 404 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments