Skip to content

Commit

Permalink
Updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed May 1, 2024
1 parent 84927a5 commit 8d55f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/core/src/remult3/remult3.ts
Expand Up @@ -828,9 +828,9 @@ export type ClassFieldDecorator<entityType, valueType> = (
//y2 - soft-delete-discussion https://discord.com/channels/975754286384418847/1230386433093533698/1230386433093533698

//y1 - In the esm version of our tutorial - the imports are automatically .ts and not .js in react and not in vue
//y1 - talk about insert with relations
//y1 - consider id to also support keyof (id:['company','index']) - had problem with | (keyof Partial<entityType>)[] & `entity`
//y1 - change exp version to preview?
//y2 - readonly key: keyof MembersOnly<entityType> & string

//y1 - talk about insert / update / delete with relations
/*
repo(Order).insert({},{
Expand Down

0 comments on commit 8d55f4b

Please sign in to comment.