https://bugs.freedesktop.org/show_bug.cgi?id=73399

          Priority: medium
            Bug ID: 73399
          Assignee: [email protected]
           Summary: VIEWING: HSQLDB don't sort varchar2 properly
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: [email protected]
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 4.1.1.2 release
         Component: Database
           Product: LibreOffice

Problem description: When sorting a varchar2 column with a record containing a
space it sorts wrongly

Steps to reproduce:
1. .... Open Base and create a new HSQLDB file
2. .... Create a table with one column as varchar2
3. .... Insert two records: One with "AA" and another with "A B"

Current behavior:
It sorts as:
AA
A B

Expected behavior:
It needs to sort as:
A B
AA

OBS: I tested using Base connecting with a Oracle database and it ordered
correctly. I tested LO 4.3 with Firebird and it sorts correctly too.

Maybe the problem is in the HSQLDB driver?

Code pointers are welcome :)
Operating System: Linux (Other)
Version: 4.1.1.2 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to