Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue where CustomConverter is ignored in table-driven feature mapping mode and provide exemplary implementations [3.6] #1668

Merged
merged 5 commits into from
Apr 10, 2024

Conversation

stephanr
Copy link
Member

@stephanr stephanr commented Mar 14, 2024

This PR fixes the table-driven mapping of feature types, which until now ignored custom converts.

Besides documentation, an exemplary implementation to map BLOB/bytea columns as strings encoded in RFC 4648/2397 and large text columns CLOB/text as strings is included.

see #1665 for test setup and test cases.

References:

@stephanr stephanr added bug error issue and bug (fix) enhancement enhancement or improvement core deegree core modules labels Mar 14, 2024
@stephanr stephanr added this to the 3.6 milestone Mar 14, 2024
@stephanr stephanr self-assigned this Apr 9, 2024
@copierrj copierrj merged commit 3347ecd into deegree:main Apr 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix) core deegree core modules enhancement enhancement or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants