View Issue Details

IDProjectCategoryView StatusLast Update
0003987SymmetricDSBugpublic2019-06-25 18:06
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.10.0 
Target Version3.10.3Fixed in Version3.10.3 
Summary0003987: Add varbinary support for H2
DescriptionAdd support for varbinary data type capture on H2.

create table onvarbin (id varbinary16) not null primary key);
create table twovarbin (id varbinary16) not null primary key, name varchar(100));
insert into onevarbin values ('deadbeef');
insert into twovarbin values ('abcdef', 'abcdef');
Tagsdialect: h2

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.10 5d983145

2019-05-31 13:03:03

admin

Details Diff
0003987: Add varbinary support for H2 Affected Issues
0003987
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/db/AbstractEmbeddedTrigger.java Diff File

Issue History

Date Modified Username Field Change
2019-05-31 17:02 elong New Issue
2019-05-31 17:02 elong Status new => assigned
2019-05-31 17:02 elong Assigned To => elong
2019-05-31 17:02 elong Tag Attached: dialect: h2
2019-05-31 17:04 elong Status assigned => resolved
2019-05-31 17:04 elong Resolution open => fixed
2019-05-31 17:04 elong Fixed in Version => 3.10.3
2019-05-31 18:00 admin Changeset attached => SymmetricDS 3.10 5d983145
2019-06-25 18:06 admin Status resolved => closed