View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003987 | SymmetricDS | Bug | public | 2019-05-31 17:02 | 2019-06-25 18:06 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.10.0 | ||||
Target Version | 3.10.3 | Fixed in Version | 3.10.3 | ||
Summary | 0003987: Add varbinary support for H2 | ||||
Description | Add 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'); | ||||
Tags | dialect: h2 | ||||
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 |