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

          Priority: medium
            Bug ID: 77169
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: EDITING: Query builder (design), added double quotes.
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: johannesjanss...@telenet.be
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 4.2.2.1 release
         Component: Database
           Product: LibreOffice

Problem description: 
connecting to oracle using tns-names. (ok!)
trying a simple query :
select * from usr;
receiving an error like this :
-----------------------------------
De SQL-opdracht die deze fout veroorzaakt is:

SELECT * FROM "usr"
-----------------------------------

Steps to reproduce:
1. connect to oracle
2. type in a simple sql query in the sql designer
3. execute the query by clicking the database execute query icon

Current behavior:

The sqlBuilder is putting himself double-quotes arround the table-name. Oracle
doesn't like this, and I don't know how to prevent the builder to add his own
fantasies to my query.

Expected behavior:

Execute my sql statement as is.

Operating System: Windows 7
Version: 4.2.2.1 release

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

Reply via email to