[Libreoffice-bugs] [Bug 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2015-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #34 from Julien Nabet serval2...@yahoo.fr ---
Thank you Stephan for your feedback.
So following Lionel's comment and yours, let's put this one to WONTFIX.

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2015-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #33 from Stephan Bergmann sberg...@redhat.com ---
I guess it would be acceptable to close this as wontfix.

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2015-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #32 from Julien Nabet serval2...@yahoo.fr ---
(In reply to Lionel Elie Mamane from comment #31)
...
 
 Anyway, it seems that now LibreOffice-with-gcj is again that deeply broken
 that one does not even get to this issue. As in comment 26 and comment 27,
 one gets an even earlier error...
 
 I'm somewhat tempted to just abandon and say LibreOffice does not work with
 GCJ at all and will not.
I'm wondering about the future of gcj reading this
https://gcc.gnu.org/java/index.html (last news are from 2009!)

BTOH, I read this too
http://www.phoronix.com/scan.php?page=news_itempx=MTU3OTI

So I don't know what to think about the interest to fix gcj only bugs?

Stephan: perhaps you may have some opinion about this?

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2015-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #31 from Lionel Elie Mamane lio...@mamane.lu ---
(In reply to Julien Nabet from comment #30)
 Just for the record, This branch is taken by gcj and This branch is taken
 by OpenJdk is nowhere to been seen now in master sources.
 So perhaps it's ok now, I can't succeed in using gcj in LO so can't give it
 a try again.

These two comments were comments in the bug about the code, not comments in
the actual code. That code is still there, file
reportbuilder/java/org/libreoffice/report/SDBCReportDataFactory.java method
private void fillOrderStatement.

Anyway, it seems that now LibreOffice-with-gcj is again that deeply broken that
one does not even get to this issue. As in comment 26 and comment 27, one gets
an even earlier error...

I'm somewhat tempted to just abandon and say LibreOffice does not work with
GCJ at all and will not.

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2015-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #30 from Julien Nabet serval2...@yahoo.fr ---
Just for the record, This branch is taken by gcj and This branch is taken by
OpenJdk is nowhere to been seen now in master sources.
So perhaps it's ok now, I can't succeed in using gcj in LO so can't give it a
try again.

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2015-01-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #29 from Alex Thurgood ipla...@yahoo.co.uk ---
Adding self to CC if not already on

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2014-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #26 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 103490
  -- https://bugs.freedesktop.org/attachment.cgi?id=103490action=edit
backtrace with master sources

Just to give an updated, I could reproduce the problem with master sources
updated yesterday + gcj 4.9

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2014-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #27 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 103491
  -- https://bugs.freedesktop.org/attachment.cgi?id=103491action=edit
backtrace from breakpoint

I put a breakpoint at the location where it triggers the popup:
Impossible to open the document Assets.

[jni_uno bridge error] UNO calling Java method activate:
java.lang.NullPointerException
java stack trace:
java.lang.NullPointerException
  at java.lang.reflect.Method.getType(libgcj.so.15)
  at java.lang.reflect.Method.toString(libgcj.so.15)

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2014-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #28 from Julien Nabet serval2...@yahoo.fr ---
As a noteside, trying to open the table in gdb session (still with gcj), I've
got a lot of these:
Program received signal SIGPWR, Power fail/restart.
[Switching to Thread 0x2aaad42c5700 (LWP 6549)]
pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
185../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Aucun
fichier ou dossier de ce type.
(gdb) c
Continuing.

Program received signal SIGXCPU, CPU time limit exceeded.
0x2b29a782 in do_sigsuspend (set=0x2aaad4045680) at
../sysdeps/unix/sysv/linux/sigsuspend.c:31
31../sysdeps/unix/sysv/linux/sigsuspend.c: Aucun fichier ou dossier de ce
type.
(gdb) c
Continuing.

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2013-09-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 CC||lo_b...@iseries-guru.com

--- Comment #25 from Terrence Enger lo_b...@iseries-guru.com ---
Bug 69147 REPORTBUILDER: Wrong order by-clause generated by reportbuilder
looks very similar to this.  I have refrained from marking it a DUP of this one
because the report says that his report worked in 4.0.5.

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-11-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #23 from Julien Nabet serval2...@yahoo.fr ---
Lionel/Michael/Thorsten: could
http://cgit.freedesktop.org/libreoffice/core/commit/?id=60d2248aef20aa1363ef8624ff303c854c68dafe
(fixed java classpath parameter (required for gcj)) helped a bit here? If
yes, could it be interesting to cherry-pick this commit to 3.6 branch?

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-11-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #24 from Lionel Elie Mamane lio...@mamane.lu ---
(In reply to comment #23)
 Lionel/Michael/Thorsten: could
 http://cgit.freedesktop.org/libreoffice/core/commit/
 ?id=60d2248aef20aa1363ef8624ff303c854c68dafe (fixed java classpath
 parameter (required for gcj)) helped a bit here?

Possibly. Again, the codepath taken by gcj was different at the time I reported
the bug:


in function fillOrderStatement of
reportbuilder/java/com/sun/star/report/SDBCReportDataFactory.java:

  final XSingleSelectQueryComposer composer = getComposer(tools, command,
commandType);
  if (composer != null)
  {
// This branch is taken by OpenJDK
(...)
  }
  else
  {
// This branch is taken by gcj
(...)
statement = SELECT * FROM ( + command + )
(...)
  }


So, if above patch causes gcj to take the if branch instead of the else
branch, it could fix this bug. But this needs to be tested. A few weeks ago,
LibreOffice Base / embedded HSQLDB would not run with gcj at all (see e.g.
http://lists.freedesktop.org/archives/libreoffice/2012-July/034921.html)...

-- 
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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #21 from rob...@familiegrosskopf.de 2012-09-23 07:01:45 UTC ---
I have tried to reproduce the behaviour with gcj and the internal HSQLDB (Open
SUSE 11.4, gcj 1.5.0). 
I could not start any database with LO 3.3.4 and OOo 3.3, when I choose gcj. LO
and OOo crash immediately.
I could start LO 3.6.2.1 with the example database tst.odb and gcj. I could
open the table. But when I try to open the report LO freezes.

No problems with any other java-version on my system ...
I haven't worked with gcj before. I don't know, who would need it, when there
is a free OpenJDK.

Main-problem seem to be the external databases.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-09-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #22 from Julien Nabet serval2...@yahoo.fr 2012-09-23 07:44:55 UTC 
---
By rereading the bug title, I've just noticed it contained gcj.
Sorry for the noise then since I use OpenJdk.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #20 from Julien Nabet serval2...@yahoo.fr 2012-09-22 22:31:22 UTC 
---
On pc Debian x86-64 with 3.5, 3.6 and master sources updated today (and a brand
new LO directory profile for each test), I didn't reproduce the crash.

Each test included:
- double click on the report
- right click on the report then Edit

java version 1.7.0_03
OpenJDK Runtime Environment (IcedTea7 2.1.2) (7u3-2.1.2-2)
OpenJDK 64-Bit Server VM (build 22.0-b10, mixed mode)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

Jochen d...@jochenschiffers.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #16 from Jochen d...@jochenschiffers.de 2012-08-17 15:44:45 UTC 
---
Hi Robert,

have you time/capability to reproduce the reported behavior for the newest
LO-version 3.6.1 RC1?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #17 from rob...@familiegrosskopf.de 2012-08-17 16:20:07 UTC ---
(In reply to comment #16)
 Hi Robert,
 
 have you time/capability to reproduce the reported behavior for the newest
 LO-version 3.6.1 RC1?

I have tested it with the attachment and LO 3.3.4 under OpenSuSE 32bit rpm -
could not reproduce any error with the report.

Then I tried to start the report with LO 3.6.1 RC1. Every test crashes the
whole LO. But this has nothing to do with analyze SQL command set to yes or
set to no. Must be another problem with that file ...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #18 from rob...@familiegrosskopf.de 2012-08-17 16:26:32 UTC ---
@jochen

This bug is a problem of some jaya-versions with the integrated database and
external databases like PostgreSQL and MySQL.
When I tested with LO 3.3.4, I took Java 1.6.0_22;
with LO 3.6.1 RC1 I took Java 1.6.0_29 and Openjdk 1.6.0_24

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

Jochen d...@jochenschiffers.de changed:

   What|Removed |Added

   Severity|major   |critical
   Priority|medium  |high

--- Comment #19 from Jochen d...@jochenschiffers.de 2012-08-17 16:46:29 UTC 
---
set importance to high critical (reason: LO crash)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #14 from Jochen d...@jochenschiffers.de 2012-08-05 09:04:43 UTC 
---
(In reply to comment #13)
 Bug 32960 just needed to be fixed before one could even reproduce this bug.

Hi Lionel,

comprehension question: Bug 32960 is marked as RESOLVED FIXED. Why do you
write Bug 32960 just needed to be fixed?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

Jochen d...@jochenschiffers.de changed:

   What|Removed |Added

  Status Whiteboard||testing after fixing Bug
   ||32960 necessary

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #15 from Lionel Elie Mamane lio...@mamane.lu 2012-08-05 10:23:19 
UTC ---
(In reply to comment #14)
 (In reply to comment #13)
 Bug 32960 just needed to be fixed before one could even reproduce this bug.

 comprehension question: Bug 32960 is marked as RESOLVED FIXED. Why do you
 write Bug 32960 just needed to be fixed?

On 10 January 2011, bug 32960 was not RESOLVED FIXED. So at that time, before
one could see this bug (bug 32964), one first needed to fix bug 32960 and then
only one could reproduce bug 32964. That is because when doing the steps to
reproduce bug 32964, one would get an error message pertaining to bug 32960
before one could even get to the error message pertaining to bug 32964.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

Jochen d...@jochenschiffers.de changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever Confirmed|1   |0

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #13 from Lionel Elie Mamane lio...@mamane.lu 2012-08-04 22:48:19 
UTC ---
(In reply to comment #12)
 @Robert:
 What is your opinion: underlying bug (32960) RESOLVED FIXED.

Bug 32960 just needed to be fixed before one could even reproduce this bug.

 This bug also RESOLVED FIXED?

Would need to be retested before we make that judgement.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #12 from Jochen d...@jochenschiffers.de 2012-08-03 19:03:47 UTC 
---
@Robert:
What is your opinion: underlying bug (32960) RESOLVED FIXED. This bug also
RESOLVED FIXED?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2012-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

--- Comment #11 from Jochen d...@jochenschiffers.de 2012-07-25 16:15:00 PDT 
---
Hi Lionel,

is bug still (= for LO 3.6) relevant?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 32964] with gcj, report uses derived table (subquery), but automatic ORDER BY clause uses table names from within the subquery; breaks PostgreSQL, HSQLDB, MySQL

2011-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32964

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #10 from Björn Michaelsen bjoern.michael...@canonical.com 
2011-12-23 11:33:46 PST ---
[This is an automated message.]
This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it
started right out as NEW without ever being explicitly confirmed. The bug is
changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back
to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2
prereleases.
Details on how to test the 3.5.0 beta1 can be found at:
http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1

more detail on this bulk operation:
http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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