Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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.

2007-03-18 21:34
0.10

Tableau de comparaison des données fonctionne à présent.
Tags: Major feature enhancements
Table data comparison is now working.

2007-02-04 17:34
0.9

Cette version utilise la couleur dans les comparaisons pour mettre en évidence ce qui a changé. La fonction de comparaison peut aussi comparer deux tableaux (dans le même schéma ou différentes), et pas seulement deux schémas.
Tags: Major feature enhancements
This release uses color in comparisons to highlight what has changed. The compare function can also compare two tables (in the same or different schema), not just two schema.

2007-01-21 22:59
0.8

Cette version ajoute un schéma de "comparer" la fonction avec le nom de colonne de tableau, le commentaire type, et la comparaison indexés. Just p.ex. du type "comparer scott / tiger @ scotty test / tigrou @ essai". Cette relerase ne sera pas afficher une colonne deux fois lors de la même table se trouve dans le schéma différent.
Tags: Major feature enhancements
This release adds a schema "compare" function with table column name, type comment, and indexed comparison. Just type e.g. "compare scott/tiger@test scotty/tigrou@test". This relerase will not show a column twice when the same table is found in different schema.

2007-01-06 21:56
0.7

Une utilisation "disque" fonction graphique a été ajouté à afficher lorsque le plus d'espace est consommé. Il suffit de taper "du" ou "du scott" pour obtenir une vue graphique de l'espace utilisé par les tables et les index pour chaque tablespace. Comme toutes les autres fonctions graphiques, celui-ci est alimenté par graphviz.
Tags: Major feature enhancements
A "disk usage" graphical function was added to
display where the most space is consumed. Just
type "du" or "du scott" to get a graphical view of
space used by tables and indexes for each
tablespace. Like all other graphical functions,
this one is powered by graphviz.

2006-12-13 23:15
0.6

Ce communiqué ajoute le support pour les objets CLOB. Il ajoute le support de sortie du serveur (pour dmbs_output.put_line ().
Tags: Minor feature enhancements
This release adds support for CLOB objects. It adds server output support (for dmbs_output.put_line().

Project Resources