Hein
a7e640a6a1
fix(recursive_crud): 🐛 use dynamic primary key name in insert
...
* Update processInsert to use the primary key name dynamically.
* Ensure correct ID retrieval from data based on primary key.
2026-01-07 11:58:44 +02:00
Hein
bf7125efc3
feat(reflection): ✨ add ExtractTagValue and GetRelationshipInfo functions
...
* Implement ExtractTagValue to handle struct tag parsing.
* Introduce GetRelationshipInfo for extracting relationship metadata.
* Update tests to validate new functionality.
* Refactor related code for improved clarity and maintainability.
2026-01-07 11:54:12 +02:00
Hein
7d6a9025f5
Fixed hardcoded id
2025-11-20 09:40:11 +02:00
Hein
a44ef90d7c
Fixes on getRelationshipInfo, ShouldUseNestedProcessor
2025-11-19 18:03:25 +02:00
Hein
35f23b6d9e
Recursive crud fix
2025-11-19 14:32:20 +02:00
Hein
37b4b75175
Fixed preload and id fields with GetPrimaryKeyName
2025-11-11 14:32:41 +02:00
Hein
7b8216b71c
More fixes for _request
2025-11-11 11:16:07 +02:00
Hein
dc3254522c
Added recursive crud handler.
2025-11-11 10:21:20 +02:00