| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
%#37;. This avoids lots of quoting problems when trying to specify prompt strings in various programming languages and shells. FossilOrigin-Name: e7e6ecc45dfe1a163d259be26877bd7e528ce154e73b3ca8ab7edc5aa94d2d02
…racter, since % and just about every other punctuation character is special to cmd.exe, batch files, and nmake, on Windows. FossilOrigin-Name: 79a8d3edf8207d72f0c4650272ee239a1c7783a07f907fbf0cf5a7ad99b27a2a
| Back | FazBrowse Home | New Git URL |
Summary of Fixes
1. Removed Unconditional Early Return Blocking Validation
the #checkRequiredProperties() method from executing its validation logic.
2. Added Missing break in INCRVACUUM Switch Case
default case.
Result
These changes ensure that all required properties —
RECURSIVE_TRIGGERS, TEMPSTORE_FILE, TEMPSTORE_MEM, AUTOVACUUM, and INCRVACUUM —
are now properly validated and applied within the test scripts.