https://bugs.documentfoundation.org/show_bug.cgi?id=117800

--- Comment #13 from Vegard Vesterheim <vega...@uninett.no> ---
I am now using Libreoffice version 6.0.7.3

Using ngrep to capture some network packets when running query from within
Libreoffice gives the following:

  ... "Cable" FROM "TM_DB"."dbo"."Mytable" AS "
  ... Incorrect syntax near 'TM_DB'

Running a similar query directly with isql returns a similar error message:

   SQL> select "cable" from "TM_DB"."dbo"."mytable";
[37000][FreeTDS][SQL Server]Incorrect syntax near 'TM_DB'.

Removing the quotes from the query works fine in isql:
select "cable" from "TM_DB"."dbo"."mytable";

   SQL> select cable from TM_DB.dbo.mytable;

So, it seems the problem is related to the handling of quoting in SQL
statements.

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

Reply via email to