View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006194 | SymmetricDS | Bug | public | 2024-01-19 16:19 | 2024-02-15 20:28 |
Reporter | cquamme | Assigned To | cquamme | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Target Version | 3.15.3 | Fixed in Version | 3.15.3 | ||
Summary | 0006194: Postgres XML incorrectly identifies "BOOLEAN" as "BIT" | ||||
Description | Currently, the XML of a Postgres column of type BOOLEAN looks like this: <column name="a" type="BIT" size="1"> <platform-column name="postgres95" type="bool" size="1"/> </column> This incorrectly identifies a postgres BOOLEAN as a BIT. The XML should output: <column name="a" type="BOOLEAN" size="1"> <platform-column name="postgres95" type="bool" size="1"/> </column> | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-19 16:19 | cquamme | New Issue | |
2024-01-19 16:19 | cquamme | Status | new => assigned |
2024-01-19 16:19 | cquamme | Assigned To | => cquamme |
2024-01-25 17:46 | cquamme | Status | assigned => resolved |
2024-01-25 17:46 | cquamme | Resolution | open => fixed |
2024-01-25 17:46 | cquamme | Fixed in Version | => 3.15.3 |
2024-02-05 18:58 | admin | Status | resolved => closed |
2024-02-15 20:28 | cquamme | Changeset attached | => SymmetricDS 3.15 add99bbe |