Download List

프로젝트 설명

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.

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.

2006-03-18 23:33
0.22

0.22 (2006년 3월 18일) ==== - DaffodilDB 및 H2 등 (www.h2database.com) - 숫자를 입력 필드에 대한 지원을 추가, 이전, 정밀은 항상 대상 데이터베이스가 최대 허용했다. 새로운 메커니즘을 원본 데이터베이스를 정밀 경우 대상 데이터베이스의 최대 정밀도를 초과하지 않는 경우에 사용 될 수 있도록 추가되었습니다. 그렇지 않으면 이전의 동작 (최대 정밀도를 대상 데이터베이스에 의해 허용) 사용됩니다.
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

이진 데이터를 복사에 대한 DBMonster 새로 개발된 BinaryGenerator 플러그인을 사용하여 테스트했다. 경과 시간 카운터 남은 시간 견적 진행 대화 상자에 추가되었습니다. 독립적으로 구성 지연을 밀리초 단위로 ()를 복사 레코드와 테이블 간의 같이 설정할 수있습니다. 이것은 클라이언트와 데이터베이스 서버에서 CPU와 입출력로드가 줄어 듭니다. BOOLEAN 유형에 대한 더 나은 지원을 할 때 원본 데이터베이스를 제공한하지 않는 그들과 대상 데이터베이스를 지원합니다. 버그가 수정되었습니다.
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

이 릴리스의 능력을 원본 테이블 정의에서 열 순서에 관해서는 차이가 기존의 테이블 정의에 복사를 추가합니다. (열 지금은 이름 대신에 그들은 소스로 대상 데이터베이스에있는 동일한 순서에있는 가정의과 일치하는 데이터베이스.) Axion에 대한 지원 ()에 추가되었습니다 자바 임베디드 데이터베이스 M3 빌드합니다. 진보, FrontBase에 대한 지원, 그리고 Ingres RDBM 서버가 추가되었습니다. 버그수정되었다.
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

이 릴리스, 그리고 IBM의 DB2를위한 사용자 정의 항목 유형 매핑을 추가 해제 자동으로 새로운 구성 옵션은 대상 데이터베이스의 검출 (어느 때 항상 새 데이터베이스 세션을 복사 나타나는 최대 절전 모드 선택기 원인 사투리, 방언의 선택은 기존 세션 동안 캐시됩니다 ). LongVarChar 대신 긴 CLOB 사용하도록 변경되었습니다위한 오라클의 유형 매핑, 이후 오랫동안 사용 중지 및 여러 오랫동안 열이 하나의 테이블에 대한 하나의 테이블에 여러 CLOB 컬럼 반면, 지원되지 않습니다.
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

이 릴리스에는 디스크에 전송하는 동안 메모리의 큰 BLOB으로 밖 실행 클라이언트를 방지하기 위해 BLOB으로 캐싱에 대한 지원이 추가되었습니다. 전송 버퍼 크기를 구성할 수있습니다. DB를 복사 탭을 다람쥐의 글로벌 환경 설정 섹션을 플러그인에 대한 기본 설정을 구성하기위한 추가되었습니다. DB2는, 더비, FrontBase, 인포믹스, Ingres, Interbase, McKoi, 그리고 TimesTen에서 추가 최대 절전 모드 방언을하는 경우 대상 데이터베이스 공급 업체의 결정 수없는 선택에 대한 지원이 추가되었습니다.
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