Downloadliste

Projektbeschreibung

PySQL aims to be a full replacement for sqlplus
(and much more). It has features such as history,
completion, and line editing. It has high level
functions (searching for tables, indexes, count,
explain plan, list of sessions, etc.), proper
output for screen and files (CSV ready for
inclusion in spreadsheets), support for user-defined SQL, background queries, graphical output for the schema data model, object dependencies, a PL/SQL package function call tree, and much 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.

2010-06-14 04:01
0.15

Animierte Cursor während der langen Abfragen oder Operationen. Ein Startup / Shutdown-Option (nur 10/11g). Die Funktion ist ab jetzt interaktive, wenn mehrere Objekte übereinstimmen. Support für das neue Oracle Audit-Funktion (ADDM, AWR) und ASSM Bericht. Eine neue Funktion für die AWR sqltune.
Animated cursor during long queries or operations.
A startup/shutdown option (10/11g only). The desc function is now interactive if multiple objects match. Support for the new Oracle audit function (addm, awr) and assm report. A new function for awr sqltune.

2010-02-15 07:24
0.14

Automatische Erkennung Klemmenbreite auf Unix-Systemen. Rolle / Profil suchen. Suche wurde auf der Sitzung Display-Funktion hinzugefügt. Es gibt viele Verbesserungen an der Funktion ab. Die Eingabeaufforderung für mehrzeilige Befehle wurde verbessert. Die diskusage Funktion wurde neu geschrieben. Alle grafischen Funktionen wurden aktualisiert, um die Unterstützung der neuesten Graphviz und pydot Versionen.
Automatic terminal width detection on Unix systems. Role/profile search. Search has been added to the session display function. There are many enhancements to the desc function. The prompt for multi-line commands has been enhanced. The diskusage function has been rewritten. All graphical functions have been updated to support the latest Graphviz and pydot releases.

2009-02-16 02:45
0.13

SQL-Text ist nicht mehr abgeschnitten in der Sitzung Zusammenfassung. Terminal Name ist bei der Ausfahrt wieder hergestellt. Es gibt bessere Unterstützung für AIX 5.3 und cx_Oracle 5. Es gibt viele kleinere Bugfixes und Unit-Tests. Fehlende Übersetzungen wurden hinzugefügt.
Tags: Minor bugfixes
SQL text is no longer truncated in the session summary. Terminal name is restored at exit. There is better support for AIX 5.3 and cx_Oracle 5. There are many minor bugfixes and more unit tests. Missing translations have been added.

2009-01-27 18:47
0.12

Ein Wechsel zu git durchgeführt wurde und die Quelle Baum war und etwas reorganisiert. Nutzlos und tot Module wurden entfernt (pysqlio und pysqlnet). Die Lizenz wurde von GPLv2 zu GPLv3 geändert. Unicode ist nun in PySQL verwendet. Oracle-Client-Verschlüsselung (NLS_LANG) ist für Datenbank-I / O-und Terminal-Codierung für User I / O. geehrt Unit-Tests wurden hinzugefügt. Eine neue Funktion ermöglicht Parser, der immer komplexer und nützlicher Befehl schaltet wurde hinzugefügt. Grafische Funktionen (Datenmodell, diskusage, etc.) haben neue Möglichkeiten.
Tags: Major feature enhancements
A switch to git was undertaken and the source tree was and reorganized slightly. Useless and dead modules were removed (pysqlio and pysqlnet). The license was changed from GPLv2 to GPLv3. Unicode is now used inside PySQL. Oracle client encoding (NLS_LANG) is honored for database I/O and terminal encoding for user I/O. Unit tests were added. A new function parser that allows more complex and useful command switches was added. Graphical functions (datamodel, diskusage, etc.) have new options.

2007-12-15 22:40
0.11

Alle des Quellcodes wurde neu organisiert und wurde von einer benutzerdefinierten switched System distutils. Installierbare Pakete für Linux (RPM und Slackware tgz) und Windows. Pysql ist jetzt in ein Standard-Python-Website-Paket installiert und ein Wrapper ist auf dem Weg gebracht. Alle Konfigurations-und Cache-Dateien befinden sich in $ HOME / .pysql / Unix und% APPDATA% / pysql / on Windows. Die Nutzung der erweiterten Suche Muster war es, die Suchfunktion und Datenmodell-Funktion hinzugefügt.
Tags: Major feature enhancements
All of the source tree was reorganized and was
switched from a custom build system to distutils.
Installable packages are available for Linux (RPM
and Slackware tgz) and Windows. Pysql is now
installed in a standard Python site-package and a
wrapper is put on the PATH. All configuration and
cache files are now in $HOME/.pysql/ on Unix and
%APPDATA%/pysql/ on Windows. The use of extended
search patterns was added to the search function
and datamodel function.

Project Resources