-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a couple testmode config tunables for debugging (#6661)
* __internal_no_apply_query_rewrites forces apply_query_rewrites to be false, disabling them in the same way that reflection queries do. * Use the "reflection schema" as the base schema instead of the normal std schema. This allows looking at all the schema fields that are hidden in the public introspection schema. Both of these (and *especially* the first) are things that I've manually done in the code enough times that I've gotten fed up with it.
- Loading branch information
Showing
3 changed files
with
25 additions
and
2 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