[Libreoffice-bugs] [Bug 83122] BASE MYSQL NATIVE CONNECTOR: Options to GROUP_CONCAT not processed, error returned: SEPARATOR and DISTINCT

2014-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83122

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

-- 
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


[Libreoffice-bugs] [Bug 83122] BASE MYSQL NATIVE CONNECTOR: Options to GROUP_CONCAT not processed, error returned: SEPARATOR and DISTINCT

2014-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83122

--- Comment #4 from Alex Thurgood ipla...@yahoo.co.uk ---
This works for me too in Create SQL view and run sql directly mode

Native mysql connector
OSX 10.10

Version: 4.4.0.0.alpha0+
Build ID: d807cba9ee60cb1404b54addf9cd3e54de89f331

-- 
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


[Libreoffice-bugs] [Bug 83122] BASE MYSQL NATIVE CONNECTOR: Options to GROUP_CONCAT not processed, error returned: SEPARATOR and DISTINCT

2014-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83122

--- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk ---
I used this query 

SELECT file_num, GROUP_CONCAT(DISTINCT owner1 ORDER BY owner DESC SEPARATOR '
') FROM oldfmpro GROUP BY species;

against one of my work dbs hosted on LAN mysql instance

-- 
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


[Libreoffice-bugs] [Bug 83122] BASE MYSQL NATIVE CONNECTOR: Options to GROUP_CONCAT not processed, error returned: SEPARATOR and DISTINCT

2014-10-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83122

--- Comment #6 from Alex Thurgood ipla...@yahoo.co.uk ---
The LO built-in SQL parser can unfortunately not reasonably be expected to
understand every sql dialect and function set of every existing database
implementation, hence the possibility to pass the instruction directly to the
backend. 

There is also the real possibility that connector driver code over/under-states
what it is truly capable of, and then expect LO to be able to deal with any
inconsistencies, which IMO is unreasonable.

For me, this current report is worksforme

-- 
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


[Libreoffice-bugs] [Bug 83122] BASE MYSQL NATIVE CONNECTOR: Options to GROUP_CONCAT not processed, error returned: SEPARATOR and DISTINCT

2014-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83122

--- Comment #1 from JJ Palacios jjpalac...@coit.es ---
Testing the following command:

SELECT species, GROUP_CONCAT(DISTINCT owner ORDER BY owner DESC SEPARATOR ' ')
FROM pet GROUP BY species;

+-++
| species | GROUP_CONCAT(DISTINCT owner ORDER BY owner DESC SEPARATOR ' ') |
+-++
| bird| Gwen   |
| cat | Harold Gwen|
| dog | Harold Diane Benny |
| hamster | Diane  |
| snake   | Benny  |
+-++
5 rows in set (0.00 sec)

LibreOffice VersiĆ³n: 4.2.4.2
Id. de compilaciĆ³n: 420m0(Build:2)
with JDBC driver is OK, no errors found.

-- 
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


[Libreoffice-bugs] [Bug 83122] BASE MYSQL NATIVE CONNECTOR: Options to GROUP_CONCAT not processed, error returned: SEPARATOR and DISTINCT

2014-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83122

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de

--- Comment #2 from rob...@familiegrosskopf.de ---
An error is returned, if I try this in the GUI, but when I switch of the
design-mode and press SQL for direct sending this query to the database it
works with my system as expected.
Not all commands of all databases could be supported by the GUI. So this button
to send the SQL-code directly has been created for special commands.

I have tested with OpenSUSE 12.3 64bit rpm Linux. No native connector
available, but JDBC for MariaDB. Works with LO 4.2.6.2 and 4.3.1.1.

-- 
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


[Libreoffice-bugs] [Bug 83122] BASE MYSQL NATIVE CONNECTOR: Options to GROUP_CONCAT not processed, error returned: SEPARATOR and DISTINCT

2014-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83122

--- Comment #3 from Doug dougt901-2...@yahoo.com ---
Confirmed the GUI nit, that is understandable and focus of bug report is
raising of error in raw SQL outside GUI.  Reconfirmed that adding options
DISTINCT or SEPARATOR (with string) on my system raises nondescript Syntax
Error in SQL Statement, SQL Status: HY000, Error Code: 1000, and the usual
complaint about syntax.   Using MariaDB rather than MySQL (drop-in substitute).
 Copy-paste same command to Heidi/command line, runs fine.  Same GROUP_CONCAT
phrase runs fine after removing those options.

My system Win7 32/LO 4.3.0.4/MariaDB 5.5.5/10.0.13 both JDBC and Native
connectors.

-- 
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