Open
Conversation
sgelbart
commented
Mar 26, 2026
|
|
||
| def self.prefix | ||
| 'cd' | ||
| 'cdf' |
Collaborator
Author
There was a problem hiding this comment.
I had this wrong (just would have refreshed any starting with 'cd' too)
sgelbart
commented
Mar 26, 2026
| @@ -0,0 +1,287 @@ | |||
| -- ============================================================ | |||
Collaborator
Author
There was a problem hiding this comment.
all of the changes and renames on these files actually made them not have good diffs with the originals in the end (not a big deal but nice to preserve when we can, which is what I was saying with the v2)
sgelbart
commented
Mar 26, 2026
| -- Unchanged from original version essentially. | ||
| -- ============================================================ | ||
| -- refresh materialized view roster.cdf01_convicted_deferred_events_clean; -- 44s | ||
| -- drop materialized view roster.cdf01_convicted_deferred_events_clean; |
Collaborator
Author
There was a problem hiding this comment.
I always put a DROP statement here (for easy access plus to make tests work)
that goes for all the views
sgelbart
commented
Mar 26, 2026
| 'JUDGE SHAW: DEFT APPEARS IN CUSTODY WITH COUNSEL TATE WISE. THE STATE IS PRESENT BY ADA | ||
| REBECCA HILL. THE DEFT ENTERS A PLEA OF GUILTY AND IS SENTENCED TO 4 YRS S/S. DEFT IS TO BE SUPERVISED BY DOC. THE DEFT | ||
| IS TO PAY COURT COSTS. ALL COSTS DUE INSTANTER. COURT REPORTER WAIVED. ANY BOND NOT IN FORFEITURE IS TO BE EXONERATED.' | ||
| end |
Collaborator
Author
There was a problem hiding this comment.
in rspec we define variables using let
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.