-
Notifications
You must be signed in to change notification settings - Fork 6
feat(sql): support id-less models #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 29 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
4310a6a
docs(created-updated-at-authoring): add timestamp authoring plan
jkomyno 682714e
feat(sql): add updatedAt timestamp authoring
jkomyno ece4e18
fix(sql): address updatedAt review findings
jkomyno 40462aa
refactor(sql): collapse executionDefault into executionDefaults
jkomyno 0d45548
refactor(psl): consolidate @updatedAt validation paths and improve di…
jkomyno 89e15f5
feat(runtime): validate mutation default generators at execution cont…
jkomyno 40d67af
refactor(sql): centralize timestampNow descriptor and runtime wiring …
jkomyno 146242c
fix(orm-client): apply @updatedAt to ORM updates and stabilize across…
jkomyno 14ff454
docs(plan): record Milestone 4 — ORM update wiring and across-rows st…
jkomyno f25ab85
docs(plan): pivot timestamp authoring to PSL field-preset surface
jkomyno ac8b147
feat(psl): add field-preset dispatch path with temporal namespace
jkomyno 2f5c88e
feat(psl,authoring): add preset misuse diagnostics and registry colli…
jkomyno 91178d7
docs(plan): correct RD11 — namespaced-call arg-error rename deferred
jkomyno f3b748d
feat(targets): re-namespace timestamp presets under field.temporal
jkomyno b9a2caf
feat(psl)!: remove @updatedAt attribute, add migration hint
jkomyno 889ba98
docs(authoring): update READMEs for temporal preset surface
jkomyno 6ec547a
refactor(sql,family): share temporal.* preset registration across tar…
jkomyno fa2c8d2
refactor(sql,runtime): drop applyOnEmptyUpdate opt-in
jkomyno 2a01ae5
refactor(sql,authoring): tighten nullable+executionDefaults rejection
jkomyno 93be243
docs(plan): record YAGNI cuts and temporal preset consolidation
jkomyno 13e24d0
Merge branch 'main' into feat/created-updated-at-authoring
jkomyno 94a7ee2
fix(contract,authoring): validate resolved literal defaults before ca…
jkomyno c835e8f
refactor(family-sql): isolate runtime generator from control-plane mo…
jkomyno dbdb336
test(orm-client): assert Date identity for stableAcrossRows
jkomyno 58d7f5a
feat(sql): support id-less sql models
jkomyno 014ea5c
fix(psl): tighten @id and @@id identity validation (todos 067, 068, 0…
jkomyno a44bf5a
refactor(psl): collapse primary-key reconciliation and document ORM P…
jkomyno d54fcc1
chore(psl): unify entityLabel parameter and hoist model-attribute lab…
jkomyno 405ea06
fix(psl): reject @@unique and @@index with duplicate fields
jkomyno 6cba724
fix(ci): stabilize idless model checks
jkomyno ba6b20c
Merge remote-tracking branch 'origin/main' into feat/idless-models
jkomyno f8dd2df
docs(sql): clarify id-less ORM primary-key fallback
jkomyno 116bc52
fix(sql): centralize storage constraint validation
jkomyno c1d6b15
chore(projects): close out id-less-sql-models
jkomyno File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.