-
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.
feat(postgres): support materialized views in get model TCTC-7444 (#1404
) * feat(postgres): support materialized views in get model Signed-off-by: Luka Peschke <[email protected]> * fix query syntax Signed-off-by: Luka Peschke <[email protected]> * update changelog Signed-off-by: Luka Peschke <[email protected]> * feat: make query more cursed Signed-off-by: Luka Peschke <[email protected]> * tests: add materialized view Signed-off-by: Luka Peschke <[email protected]> * fix GROUP BY clause Signed-off-by: Luka Peschke <[email protected]> * feat: fix type names Signed-off-by: Luka Peschke <[email protected]> --------- Signed-off-by: Luka Peschke <[email protected]>
- Loading branch information
1 parent
b3bbe5b
commit 3addaf7
Showing
5 changed files
with
107 additions
and
3 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
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
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
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
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