Skip to content

Releases: sranka/jdbcimage

Fix identity insert in MSSQL

18 Feb 02:12
Compare
Choose a tag to compare

What's Changed

  • fix: SQL Server insert into identity column fails due to case insensitivity by @pagrawal40 in #22

Full Changelog: v0.9.0...v0.9.1

Refactor packages

11 Oct 09:39
Compare
Choose a tag to compare
v0.9.0

chore: version bump

Improve identity_insert in MSSQL

06 Sep 10:36
7dec4ec
Compare
Choose a tag to compare

Merge pull request #17 from sranka/16/mssql_identity_insert
fix(mssql): automatically set identity_insert only when inserting to identity column

Support composite foreign keys in PostreSQL

17 Oct 06:04
515a5a2
Compare
Choose a tag to compare
Merge pull request #14 from herbert-venancio/master

feat(postgres): implement export/import with composite foreign key constraints

Support MSSQL sql_variant and datatimeoffset

06 Oct 08:18
181ee1c
Compare
Choose a tag to compare

New MSSQL column types are supported during export/import/dump.

Repair jdbcimage.bat

30 Oct 06:24
49306b3
Compare
Choose a tag to compare
Repair jdbcimage.bat Pre-release
Pre-release
v0.8.2

Merge pull request #6 from jlundstedt/jlundstedt-fix-issue-5-update-b…

Update redistributed JDBC drivers

17 Oct 17:47
Compare
Choose a tag to compare
Pre-release
v0.8.1

update JDBC drivers

License and assembly generation improvements

17 Oct 08:31
Compare
Choose a tag to compare
v0.8

version bump to 0.8

Improved documentation and help

28 Aug 19:17
Compare
Choose a tag to compare
Pre-release
0.7

version bump

Still with some TODOs

07 Apr 17:51
Compare
Choose a tag to compare
Still with some TODOs Pre-release
Pre-release
0.6

allow to specify steps to execute during import using notation not-en…