Skip to content

SOQyT v1.3.1

Choose a tag to compare

@ArtTrail ArtTrail released this 24 May 14:53
· 2 commits to master since this release

SOQyT v1.3.1

Bug Fix: NASA Exoplanet Archive Case-Insensitive Search

NEA's Oracle database uses case-sensitive string comparisons by default. Searching for Wasp-36 would not match the stored value WASP-36, silently returning 0 results.

All NEA name comparisons now use UPPER() on both the input and the database column, so any capitalisation — wasp-36, Wasp-36, or WASP-36 — will find results correctly.