Skip to content

Commit b1fbfce

Browse files
Add id restriction to flaws
1 parent 5881c87 commit b1fbfce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/framework/orm/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Decision - A utility feature, which forces some convention on the developer and
8585
### Current Design Flaws and architectural impurities
8686
- Relationships are not their own types and their methods are put on the model
8787
- We don't treat exceptions soundly
88+
- An id field is currently necessary (we could dynamically go via the attributes primary key and unique and otherwise match all data with LIMIT 1)
8889
- Please fill in here more Jan
8990

9091
## Maven (Standalone Usage)

0 commit comments

Comments
 (0)