View Issue Details

IDProjectCategoryView StatusLast Update
0006194SymmetricDSBugpublic2024-02-15 20:28
Reportercquamme Assigned Tocquamme  
Prioritynormal 
Status closedResolutionfixed 
Target Version3.15.3Fixed in Version3.15.3 
Summary0006194: Postgres XML incorrectly identifies "BOOLEAN" as "BIT"
DescriptionCurrently, 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>
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.15 add99bbe

2024-01-25 17:45:41

cquamme

Details Diff
0006194: Postgres XML incorrectly identifies "BOOLEAN" as "BIT" Affected Issues
0006194
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/postgresql/PostgreSqlDdlReader.java Diff File

Issue History

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