[Bug 130672] base sql query parameter with negative value fails

2024-02-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130672

Robert Großkopf  changed:

   What|Removed |Added

 OS|Windows (All)   |All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 130672] base sql query parameter with negative value fails

2024-02-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130672

--- Comment #6 from Robert Großkopf  ---
Bug still exists in LO 24.2.0.3 on OpenSUSE 64bit rpm Linux.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 130672] base sql query parameter with negative value fails

2024-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130672

--- Comment #5 from QA Administrators  ---
Dear Wayne Davis,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 130672] base sql query parameter with negative value fails

2022-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130672

Robert Großkopf  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=86
   ||852

--- Comment #4 from Robert Großkopf  ---
Bug still exists in LO 7.3.1.1 on OpenSUSE 64bit rpm Linux.

Seems the parser sets negative values to "VARCHAR". Its a typical bug of the
dialog for the parameter. In older versions before LO 4.4 it also set empty
strings instead of NULL. See bug 86852

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 130672] base sql query parameter with negative value fails

2020-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130672

--- Comment #2 from Robert Großkopf  ---
(In reply to Robert Großkopf from comment #1)
> 
> With internal Firebird the bug appears also, but there is no known
> workaround.

Workaround with Firebird:

SELECT * FROM "table1" WHERE CAST("aid" AS VARCHAR(10)) = :P1

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


[Libreoffice-bugs] [Bug 130672] base sql query parameter with negative value fails

2020-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130672

Robert Großkopf  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||rob...@familiegrosskopf.de

--- Comment #1 from Robert Großkopf  ---
Could confirm the buggy behavior with the internal database HSQLDB. Seems the
parameter isn't set as Integer.

SELECT * FROM "table1" WHERE "aid" = CAST(:P1 AS INTEGER)
will work. Multiplication with '1' will do the same.
SELECT "aid", :P1 AS "T" FROM "table1" WHERE "aid" = :P1
will work also.

With internal Firebird the bug appears also, but there is no known workaround.

Tested with LO 6.4.0.3 on OpenSUSE 15.1 64bit rpm Linux

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