fix/dali-orm-generic#7
Open
woss wants to merge 13 commits into
Open
Conversation
Contributor
…ONAL/NOT READONLY SurrealQL keywords
…ordering, migration integration
- add generateAnalyzerDefinition() and generateRemoveAnalyzer() to SurrealQLGenerator - add SerializedAnalyzer type + serializeAnalyzer()/restoreAnalyzer() in snapshot - pass analyzers through generateMigration, fullMigration, snapshotMigration, liveMigration paths - add analyzers param to generateAndApplyMigration public API - emit analyzers UP before tables, DOWN after tables (indexes depend on analyzers) - add section separators (-- ---- Analyzers ----) in generated migration files - add tests: unit, integration (against live SurrealDB), analyzer-definition
woss
force-pushed
the
fix/dali-orm-generic
branch
from
July 5, 2026 15:40
91deb02 to
8e332e3
Compare
…runner, journal, api, cli, tests
woss
force-pushed
the
fix/dali-orm-generic
branch
from
July 5, 2026 15:43
8e332e3 to
0b6b08a
Compare
woss
force-pushed
the
fix/dali-orm-generic
branch
from
July 5, 2026 15:44
0b6b08a to
90c7339
Compare
woss
force-pushed
the
fix/dali-orm-generic
branch
2 times, most recently
from
July 16, 2026 16:43
9ec1f45 to
60053a4
Compare
…NSIDE/graph tests - DeleteBuilder: .where() (3 overloads), .limit(), toSQL() - serializer.ts: extract shared serializeCondition/andTrees/serializedConditionToNode - SelectBuilder: refactored to import from serializer.ts - 12 new tests for CONTAINS/INSIDE/graph path conditions - CHANGELOG.md + README.md updated feat(dali-orm): add DELETE WHERE/LIMIT, shared serializer, CONTAINS/INSIDE/graph tests - DeleteBuilder: .where() (3 overloads), .limit(), toSQL() - serializer.ts: extract shared serializeCondition/andTrees/serializedConditionToNode - SelectBuilder: refactored to import from serializer.ts - 12 new tests for CONTAINS/INSIDE/graph path conditions - CHANGELOG.md + README.md updated
woss
force-pushed
the
fix/dali-orm-generic
branch
from
July 17, 2026 11:54
60053a4 to
866bdfd
Compare
- Add WHERE clause and LIMIT support to DeleteBuilder - Add shared serializer for WHERE predicates (CONTAINS, INSIDE, graph paths) - Add optional depth/range parameter to graph traversal methods - Add SchemaBuilder runtime DDL API (defineTable/defineField/defineIndex/remove operations) - Update README with new features and SchemaBuilder examples - Add 30 unit tests + 39 adversarial tests for SchemaBuilder - Add depth adversarial tests - Update dali-orm skills
woss
force-pushed
the
fix/dali-orm-generic
branch
from
July 18, 2026 20:52
a7a21a2 to
52b3965
Compare
woss
force-pushed
the
fix/dali-orm-generic
branch
from
July 18, 2026 20:59
7ebfa13 to
3d824ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.