-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define richer "ColumnsExt" syntax for CRUD base
Rather than continuing to add per-column flags in a piecemeal fashion, define Columns as a map. Each column may override its select query, add query modifiers (such as joins), and be declared as immutable or read-only. Signed-off-by: Andrew Richardson <[email protected]>
- Loading branch information
Showing
2 changed files
with
266 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.