Download a Previous Version
These are previous versions of Query Runner in case you would prefer one over the current version.
Query Runner for Windows

Starting with revision 559, the Windows version is provided as an installer. Be sure to uninstall any previous version first. Before 559, there are two Windows versions available. The .exe file is a stand alone version and the .zip file contains a directory with an executable and supporting libraries. Neither require installation. The .exe has a slower startup because it must first extract itself.
Query Runner for Ubuntu

After downloading, make sure the file is executable (chmod u+x query-runner-x.x.x-ubuntu-9.04.bin) and run it (./query-runner-x.x.x-ubuntu-9.04.bin).
Download | Version | OS Version | Architecture | Release Date | md5sum |
---|---|---|---|---|---|
query-runner-0.4.5-ubuntu-8.04.bin | Alpha 0.4.5 | ubuntu | x86-32 | 2009-10-21 | md5sum |
query-runner-0.4.5-ubuntu-9.04.bin | Alpha 0.4.5 | ubuntu | x86-32 | 2009-10-21 | md5sum |
query-runner-0.4.5-ubuntu-8.04-x64.bin | Alpha 0.4.5 | ubuntu | x86-64 | 2009-10-21 | md5sum |
query-runner-0.4.5-ubuntu-9.04-x64.bin | Alpha 0.4.5 | ubuntu | x86-64 | 2009-10-21 | md5sum |
query-runner-0.4.2-ubuntu904.bin | Alpha 0.4.2 | ubuntu | x86-32 | 2009-10-09 | md5sum |
query-runner-0.4.1-ubuntu904.bin | Alpha 0.4.1 | ubuntu | x86-32 | 2009-10-06 | md5sum |
Query Runner for Fedora

After downloading, make sure the file is executable (chmod u+x query-runner-x.x.x-fedora-10.bin) and run it (./query-runner-x.x.x-fedora-10.bin).
Download | Version | OS Version | Architecture | Release Date | md5sum |
---|---|---|---|---|---|
query-runner-0.4.5-fedora-10.bin | Alpha 0.4.5 | fedora | x86-32 | 2009-10-21 | md5sum |
query-runner-0.4.3-fedora10.bin | Alpha 0.4.3 | fedora | x86-32 | 2009-10-10 | md5sum |
Query Runner for OS with Python

This is the source code for Query Runner. To run Query Runner from source, you'll need the following software (and possibly others). Most dependencies will be installed automatically by setuptools.
- Python >= 2.5 < 3.0
- wxPython 2.8
- SQLAlchemy 0.6 from SVN
- multiprocessing (for Python 2.5)
- psutil
- slowaes
- Python DB Drivers for the databases you want to access.
Installation procedure for most cases:
- Install wxPython
- Install DB Drivers (psycopg2, cx_Oracle, kinterbasedb)
- Extract and install Query Runner (tar -zxvf query_runner_xxx.tar.gz && cd query_runner_xxx && python setup.py install). This will install a script /usr/local/bin/query-runner to start the program.
Download | Version | Release Date | md5sum |
---|---|---|---|
query_runner_0.4.2.tar.gz | Alpha 0.4.2 | 2009-10-09 | md5sum |
query_runner_561.tar.gz | Alpha 561 | 2009-09-23 | md5sum |
query_runner_560.tar.gz | Alpha 560 | 2009-09-22 | md5sum |
query_runner_371.tar.gz | Alpha 371 | 2009-03-21 | md5sum |
query_runner_347.tar.gz | Alpha 347 | 2009-01-26 | md5sum |
query_runner_345.tar.gz | Alpha 345 | md5sum | |
query_runner_337.tar.gz | Alpha 337 | 2009-01-18 | md5sum |
query_runner_336.tar.gz | Alpha 336 | md5sum | |
query_runner_287.tar.gz | Alpha 287 | 2008-10-24 | md5sum |