Download List

Descripción del Proyecto

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.

System Requirements

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

Tabla de comparación de datos está trabajando ahora.
Tags: Major feature enhancements
Table data comparison is now working.

2007-02-04 17:34
0.9

Esta versión usa color en las comparaciones para resaltar lo que ha cambiado. La función de comparación también puede comparar los dos cuadros (en el mismo esquema o diferentes), no sólo dos de esquema.
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

Esta versión incluye un esquema de "comparar" la función con el nombre de columna de la tabla, un comentario de tipo, y la comparación indexados. Sólo por ejemplo, tipo "comparar Scott / Tiger @ Scotty test / tigrou @ prueba". Esta relerase no mostrará una columna dos veces cuando la misma tabla se encuentra en el esquema diferente.
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

A "el uso del disco" función gráfica esta en pantalla donde se consume más espacio. Sólo tienes que escribir "du" o "du Scott" para obtener una vista gráfica de espacio utilizado por las tablas e índices para cada espacio de tablas. Como todas las demás funciones gráficas, éste es alimentado por 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

Esta versión incluye el soporte para objetos CLOB. Añade soporte de salida del servidor (por 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