Skip to content

Oracle Fixes

Compare
Choose a tag to compare
@vrajat vrajat released this 13 Nov 12:33
· 241 commits to master since this release

Fix

  • Fix listing and processing columns for Oracle. [Rajat Venkatesh]

    Change column scanner regex to ignore case.
    Add an option to not list all the columns.
    Oracle query adds a literal for schema name.
    Choose a full scan query instead of a sample query if number of
    rows is less than 100.

    fix #22