Downloadliste

Projektbeschreibung

JSqsh is a Java reimplementation of a console
based (i.e. non-graphical) database query tool
called sqsh. Jsqsh combines the ability to run SQL
queries against any database with a JDBC driver
along with much of the functionality of a Unix
shell, such as piping the results of queries out
to external programs (grep, more, etc.), expanding
variables, redirecting output to files, command
line editing, tab-completion of object names, and
more.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-03-20 17:00
1.4

Diese Version enthält eine beträchtliche Anzahl von Features und Verbesserungen, einschließlich Unterstützung für eine neue Zeile Bearbeitung Mechanismus (jline), die nicht mehr benötigt eine gemeinsame Bibliothek die Funktion, mehrere neue Display Designs, zusätzlich mit integriertem Treiber Definitionen und Binaries für Windows 64 - Bit.
This version contains a sizable number of features and improvements, including support for a new line editing mechanism (JLine) that no longer requires a shared library to function, several new display styles, additional built-in driver definitions, and binaries for Windows 64-bit.

2010-08-07 07:16
1.3

Nach einer beträchtlichen Pause beträgt 1,3 endlich veröffentlicht. Diese Version Sport s Reihe von Bugfixes sowie eine verbesserte Unterstützung für neuere JDBC-Datentypen und-Funktionen und eine verbesserte Unterstützung für DB2, Oracle und Microsoft SQL Server.
After a sizeable hiatus, 1.3 is finally released. This version sports s number of bugfixes as well as improved support for newer JDBC data types and features, and improved support for DB2, Oracle, and Microsoft SQL Server.

2008-04-03 21:12
1.2

Diese Veröffentlichung fügt die Fähigkeit zur Verwaltung (add / delete / edit / list) Verbindungsinformationen, um die Verwaltung von komplexen Datenbank-Umgebungen zu erleichtern, die Fähigkeit, die Leistung von einer Sitzung zur nächsten Sitzung umzuleiten, und eine Einrichtung zur Ausführung vorbereitete SQL-oder gespeicherte Prozeduren unter Verwendung von Daten in CSV-Dateien enthalten (ähnlich wie E-Mail-Merge in einer Textverarbeitung). Schließlich enthält sie eine Reihe von kritischen Bugfixes gegenüber der Version 1.1.
Tags: Minor feature enhancements
This release adds the ability to manage (add/remove/delete/edit/list) connection information to make managing of complex database environments easier, the ability to redirect the output of one session to another session, and a facility to execute prepared SQL or stored procedures using data contained in CSV files (similar to mail-merge in a word processor). Finally, it includes a number of critical bugfixes over version 1.1.

2008-02-19 19:13
1.1

Diese Version hat eine Reihe von neuen Funktionen und Bugfixes, darunter Befehle zur automatischen Erzeugung von SELECT-, INSERT und CREATE TABLE-Anweisungen, und die Ausgabe in einer Vielzahl von grafischen (GUI Display)-Formate. Kommandozeilen-Option übergeben wurde stark verbessert und erweitert, und automatische Vervollständigung von SQL-Anweisungen wurde vergrößert, um weitere SQL-Schlüsselwörter erkennt.
Tags: Minor feature enhancements
This release has a number of new features and bugfixes, including commands to automatically generate SELECT, INSERT, and CREATE TABLE statements, and to display output in a variety of graphical (GUI) formats. Command line option handing has been greatly improved and expanded, and tab completion of SQL statements has been augmented to recognize additional SQL keywords.

2008-01-11 22:24
1.0

Diese Version enthält Verbesserungen der Tab-Komplettierung der Namen der Objekte, die Fähigkeit, INSERT-Anweisungen aus einer Ergebnismenge, Unterstützung für mehr JDBC-Datentypen und intelligenter Parsen der SQL-Anweisung für Semikolon Abschluss zu generieren.
Tags: Minor feature enhancements
This release includes improvements to tab completion of object names, the ability to generate INSERT statements from a result set, support for more JDBC datatypes, and smarter parsing of SQL for semicolon statement completion.

Project Resources