By downloading QueryLens you agree to the following terms:
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 |
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 |
| 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. |