Oninit® QueryLens — Download
By downloading QueryLens you agree to the following terms:
- If you are making commercial gain from QueryLens then you must have a commercial license. The DBAudit license includes a commercial license for QueryLens. Contact support@oninit.com.
- The software, libraries, headers, and documentation which make up QueryLens are Copyright © 2003 - 2026 Oninit® LLC.
- If you want to redistribute the software you must obtain written permission from Oninit® LLC.
- Oninit® LLC makes no claims towards its suitability for any purpose and accepts no liability for any damages caused by using this software.
Linux / UNIX source tarball — v1.3
QueryLens ships as a single self-contained source tarball — no runtime library to install, no headers, no separate CLI package. Untar, build with GCC, run.
| Format | Download |
|---|---|
| Source tarball (Linux / UNIX) | sql2html-1.3.tgz |
Install order
QueryLens is a single binary built from the source tarball. Untar, run make, copy the resulting sql2html binary onto $PATH. No postinstall hook, no shared library, no runtime config.
| Distro | Install |
|---|---|
| Linux / UNIX (any) | tar xzf sql2html-1.3.tgz && cd sql2html-* && make |
Release history
| Version | Notes |
|---|---|
| 1.3 | Fixed core problem when last SQL statement ends in comment; corrected HP-UX compile issues. |
| 1.2 | Bug fixes between 1.1 and 1.3. |
| 1.1 | Better memory usage; fixes hyphen in entity owner names that was causing the program to core. |
| 1.0 | Initial release. |