8000 On binary XML storage insignificant whitespaces are removed. · Issue #880 · utPLSQL/utPLSQL · GitHub
[go: up one dir, main page]

Skip to content
On binary XML storage insignificant whitespaces are removed. #880
Closed
@lwasylow

Description

@lwasylow

On binary XML storage insignificant whitespaces are removed.
This is default way of storing XML data post 12.1 release and causing trimming of whitespaces.
Using CLOBS is inefficient.
e.g
select * from table(ut_varchar2_list(' '))

select * from table(ut_varchar2_list(''))

are showing as equal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0