Downloadliste

Projektbeschreibung

DB Copy Plugin is a database copying plugin for
the SQuirreL SQL Client. It makes it possible to
copy and paste tables from one session to another
and between different databases and includes
primary key and foreign key constraints for copied
tables, and uses Hibernate 3.0 internally to
perform database object type mappings. It
supports Firebird, Oracle, Sybase, MS SQL
Server, MySQL, HyperSonic, Pointbase, and
PostgreSQL, and allows the user to select a
Hibernate dialect for the destination database if
one couldn't be determined automatically.

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.

2006-03-18 23:33
0.22

0,22 (03/18/2006) ==== - Added support for DaffodilDB und H2 (www.h2database.com) - Für Zahl-Felder, die zuvor, war die Präzision immer die maximale durch die Ziel-Datenbank erlaubt. Ein neuer Mechanismus wurde hinzugefügt, damit die Präzision-Source-Datenbank zu verwenden, wenn sie nicht mehr als die Ziel-Datenbank ein Höchstmaß an Präzision werden. Andernfalls wird die frühere Verhalten (maximale Präzision durch die Ziel-Datenbank erlaubt) verwendet wird.
Tags: Major feature enhancements
0.22 (03/18/2006) ==== - Added support for DaffodilDB and H2 (www.h2database.com) - For number type fields, previously, the precision was always the maximum allowed by the destination database. A new mechanism was added to allow the source database precision to be used if it doesn't exceed the destination database's maximum precision. Otherwise the previous behavior (maximum precision allowed by the destination database) is used.

2006-01-22 11:15
0.21

Binary Data Copy wurde mit dem neu entwickelten BinaryGenerator Plugin für DBMonster. Ein Zähler verstrichene Zeit und die verbleibende Zeit Schätzung wurden den Dialog aufgenommen. Eine von unabhängigen konfigurierbaren Verzögerung (im Millisekunden-Granularität) zwischen Kopieren von Datensätzen und Tabellen können jetzt eingestellt werden. Dies reduziert die CPU-und IO-Last auf dem Client und dem Datenbank-Server. Bessere Unterstützung für BOOLEAN Typen, wenn die Source-Datenbank unterstützt sie und die Zieldatenbank nicht vorgesehen war. Bugs behoben.
Tags: Minor feature enhancements
Binary data copy was tested using the newly developed BinaryGenerator plugin for DBMonster. An elapsed time counter and time remaining estimate were added to the progress dialog. An independently configurable delay (with millisecond granularity) between copying records and tables can now be set. This reduces the CPU and IO load on both the client and the database servers. Better support for BOOLEAN types when the source database supports them and the destination database does not was provided. Bugs were fixed.

2005-12-10 21:03
0.20

Diese Version bietet zusätzlich die Möglichkeit zu kopieren, um vorhandene Tabelle Definitionen, die aus der Quelltabelle Definitionen im Hinblick auf die Spalte, um unterscheiden. (Spalten jetzt nach Namen sind bis abgestimmt statt vorausgesetzt, sie sind in der gleichen Reihenfolge in der Zieldatenbank wie die von der Quelle Datenbank.) Unterstützung für das Axion (build M3) Java-Embedded-Datenbank hinzugefügt wurde. Unterstützung für die Fortschritte, FrontBase und Ingres RDBM Server wurde hinzugefügt. Bugfixes wurden.
Tags: Minor bugfixes
This release adds the ability to copy to existing
table definitions that differ from the source
table definitions with regard to column order.
(Columns are now matched up by name instead of
assuming they are in the same order on the
destination database as that of the source
database.) Support for the Axion (build M3) Java
embedded database was added. Support for the
Progress, FrontBase, and Ingres RDBM servers was
added. Bugfixes were made.

2005-08-22 06:41
0.16

Diese Veröffentlichung fügt benutzerdefinierte Spalte Type-Zuordnungen für IBM DB2, und eine neue Option zum Deaktivieren der automatischen Erkennung der Zieldatenbank (der Hibernate-Dialekt chooser Ursachen immer angezeigt, wenn das Kopieren auf eine neue Datenbank-Sitzung; Dialekt Entscheidungen sind für die vorhandenen Sitzungen zwischengespeichert ). Die Oracle-Typ-Mapping für LONGVARCHAR wurde geändert, um CLOB anstelle von LANG, seit langem ist veraltet und mehrere LONG-Spalten für eine einzelne Tabelle werden nicht unterstützt, während mehrere CLOB-Spalten einer Tabelle sind.
Tags: Minor feature enhancements
This release adds custom column type mappings for IBM DB2, and a new configuration option to disable auto-detection of the destination database (which causes the Hibernate dialect chooser to always appear when copying to a new database session; dialect choices are cached for existing sessions). The Oracle type mapping for LONGVARCHAR has been changed to use CLOB instead of LONG, since LONG is deprecated and multiple LONG columns for a single table aren't supported, whereas multiple CLOB columns for a single table are.

2005-08-06 10:10
0.14

Diese Version fügte Unterstützung für das Zwischenspeichern auf der Festplatte BLOBs bei der Übertragung an den Client ausgeführt wird der Speicher auf großen BLOBs zu verhindern. Die Übertragung Puffergröße ist konfigurierbar. Ein DB Kopieren Sie wurde auf der Registerkarte "Globale Einstellungen Abschnitt SQuirreL für die Konfiguration Einstellungen für das Plugin hinzugefügt. Support für die Auswahl der zusätzlichen Hibernate Dialekte von DB2, Derby, FrontBase-, Informix, Ingres, Interbase, McKoi und TimesTen wenn die Ziel-Datenbank-Anbieter nicht ermittelt werden konnte wurde hinzugefügt.
Tags: Minor feature enhancements
This release added support for caching BLOBs to disk during transfer to prevent the client from running out of memory on large BLOBs. The transfer buffer size is configurable. A DB Copy tab was added to the Global Preferences section of SQuirreL for configuring preferences for the plugin. Support for choosing additional Hibernate dialects from DB2, Derby, FrontBase, Informix, Ingres, Interbase, McKoi, and TimesTen if the destination database vendor couldn't be determined was added.

Project Resources