[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 Buovjaga changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #16 from Lionel Elie Mamane --- (In reply to robert from comment #15) > (In reply to Lionel Elie Mamane from comment #13) > > To be complete, there are some aggregate functions that are supported by > >

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #15 from rob...@familiegrosskopf.de --- (In reply to Lionel Elie Mamane from comment #13) > To be complete, there are some aggregate functions that are supported by > HSQLDB 1.8, but not by Firebird, namely (according to the

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 rob...@familiegrosskopf.de changed: What|Removed |Added Severity|normal |enhancement ---

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #13 from Lionel Elie Mamane --- To be complete, there are some aggregate functions that are supported by HSQLDB 1.8, but not by Firebird, namely (according to the documentation): SOME | EVERY | VAR_POP |

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #12 from Tor Lillqvist --- > Collect, Fusion, Intersection and Group DO NOT WORK in embedded HSQLDB Oh, interesting! So *this* bug is then not really a blocker for bug #51780 ? (And

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 Lionel Elie Mamane changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #10 from Lionel Elie Mamane --- (In reply to robert from comment #3) > (In reply to Tor Lillqvist from comment #2) >> I guess those function aren't available in Firebird. Are they in HSQLDB? If >> not, I

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #9 from Lionel Elie Mamane --- supportsCoreSQL in the documentation refers to "the ODBC Core SQL grammar", but the ODBC documentation

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #8 from Tor Lillqvist --- (Nah, ignore that mimer.se documentation, it doesn't mention these functions at all.) -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #7 from Tor Lillqvist --- Suggested patch at https://gerrit.libreoffice.org/47285/ -- You are receiving this mail because: You are the assignee for the bug.___

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #6 from Tor Lillqvist --- Except that the css::sdbc::XDatabaseMetaData interface is a published one, so it can't be changed. Sigh. -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #5 from Tor Lillqvist --- That supportsCoreSQLGrammar() function for Firebird returns true, too. So I guess what could be done would be to fix Base so that it doesn't assume that the functions that aren't part

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #4 from Tor Lillqvist --- There is an interesting comment in connectivity/source/drivers/postgresql/pq_databasemetadata.cxx (of all places): sal_Bool DatabaseMetaData::supportsCoreSQLGrammar( ) { // LEM:

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #3 from rob...@familiegrosskopf.de --- (In reply to Tor Lillqvist from comment #2) > I guess those function aren't available in Firebird. Are they in HSQLDB? If > not, I would say it is not a bug that they aren't in Firebird

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2018-01-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 --- Comment #2 from Tor Lillqvist --- I guess those function aren't available in Firebird. Are they in HSQLDB? If not, I would say it is not a bug that they aren't in Firebird either. Firebird is supposed to be a replacement

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2017-01-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 rob...@familiegrosskopf.de changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 105112] Firebird: Aggregate functions don't work - EVERY, ANY, SOME, COLLECT, FUSION, INTERSECTION

2017-01-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105112 Buovjaga changed: What|Removed |Added Status|UNCONFIRMED |NEW