Skip to content

Add support for updating records - #8

Merged
adrianjarvis merged 1 commit into
mainfrom
callum/add-update-method
Nov 12, 2025
Merged

Add support for updating records#8
adrianjarvis merged 1 commit into
mainfrom
callum/add-update-method

Conversation

@Callum027

@Callum027Callum027 commented Oct 16, 2025

Copy link
Copy Markdown
Collaborator

This adds support for updating records in place, using new update methods added to the record and record manager base classes.

The update method has the same smart evaluation of field names based on record classes that the create method has. This allows ID or object field names to be used for model refs, and field aliases.

@Callum027Callum027 self-assigned this Oct 16, 2025
@Callum027
Callum027force-pushed the callum/add-update-method branch 4 times, most recently from a9d224b to 24c7ad7CompareOctober 16, 2025 19:02
This adds support for updating records in place, using new `update` methods added to the record and record manager base classes.
The `update` method has the same smart evaluation of field names based on record classes that the `create` method has. This allows ID or object field names to be used for model refs, and field aliases.
@Callum027
Callum027force-pushed the callum/add-update-method branch from 24c7ad7 to 763759fCompareOctober 17, 2025 01:50
@Callum027
Callum027force-pushed the callum/add-update-method branch from 5aaee01 to 763759fCompareNovember 12, 2025 04:01
@adrianjarvis

Copy link
Copy Markdown
Contributor

Looks good to me.

@adrianjarvis
adrianjarvis merged commit b1164c0 into mainNov 12, 2025
12 checks passed
@Callum027
Callum027 deleted the callum/add-update-method branch November 12, 2025 04:27
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Callum027@adrianjarvis