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.

Download Version OS Version Architecture Release Date md5sum
query-runner-0.4.6-win-xp-setup.exe Alpha 0.4.6 xp x86-32 2009-10-23 md5sum
query-runner-0.4.5-win-xp-setup.exe Alpha 0.4.5 xp x86-32 2009-10-21 md5sum
query-runner-0.4.4-win-xp-setup.exe Alpha 0.4.4 xp x86-32 md5sum
query-runner-0.4.3-setup.exe Alpha 0.4.3 xp x86-32 2009-10-10 md5sum
query-runner-0.4.2-setup.exe Alpha 0.4.2 xp x86-32 2009-10-09 md5sum
query-runner-0.4.1-setup.exe Alpha 0.4.1 xp x86-32 2009-10-06 md5sum
query-runner-563-setup.exe Alpha 563 xp x86-32 2009-09-24 md5sum
query-runner-561-setup.exe Alpha 561 xp x86-32 2009-09-23 md5sum
query-runner-winxp-371.exe Alpha 371 xp x86-32 2009-03-21 md5sum
query_runner_winxp_371.zip Alpha 371 xp x86-32 2009-03-21 md5sum
query-runner-winxp-347.exe Alpha 347 xp x86-32 2009-01-26 md5sum
query_runner_winxp_347.zip Alpha 347 xp x86-32 2009-01-26 md5sum
query-runner-winxp-345.exe Alpha 345 xp x86-32 md5sum
query_runner_winxp_345.zip Alpha 345 xp x86-32 md5sum
query-runner-winxp-337.exe Alpha 337 xp x86-32 2009-01-18 md5sum
query_runner_winxp_337.zip Alpha 337 xp x86-32 2009-01-18 md5sum
query-runner-winxp-336.exe Alpha 336 xp x86-32 md5sum
query_runner_winxp_336.zip Alpha 336 xp x86-32 md5sum
query-runner-winxp-334.exe Alpha 334 xp x86-32 md5sum
query_runner_winxp_334.zip Alpha 334 xp x86-32 md5sum
query-runner-287.exe Alpha 287 xp x86-32 2008-10-24 md5sum

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
 
 

Valid XHTML 1.0 Strict