fix / improve code generation #63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OSIS code generation is placing generated code into rpc.rs file, such as the root object crud traits. These need to be removed, in fact the traits arent even necessary because the root objects are to support single CRUD implementation. Any schema that wants to use its own backend should not be marked
rootobject. Furthermore pre_ and post_ triggers should not be in_generated.rsfile since they are to be customly implemented. Readme should also be generated.a0515fcebfmakes these changes. confirmed to work for hero0 and will confirm atlasserver