Skip to content

Add new (required) versions and fix bug with some case comparisons#3

Open
simonpane wants to merge 2 commits intodbarj:masterfrom
simonpane:update-oracle-version-variables
Open

Add new (required) versions and fix bug with some case comparisons#3
simonpane wants to merge 2 commits intodbarj:masterfrom
simonpane:update-oracle-version-variables

Conversation

@simonpane
Copy link
Copy Markdown

  1. Added new variables for some minor releases (needed for other tools that leverage the MOAT370 framework). Including:
  • 11.2.0.4
  • 19.10
  • 19.11
  1. Oracle version 20c was released to GA and eventually became 21c. Also support for 23c is needed. Adjusted accordingly.

  2. Fix bug with inclusion of equal sign on some comparisons - specific example: case when version <= 11 or ... when defining variable is_ver_le_11_201. This would evaluate to 'Y' even when the database release is 11.2.0.4 when it should evaluate to 'N'.

  3. Syntax standardization, alignment, and keyword case adjustments.

NOTE: file ./cfg/version.cfg not updated in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant