[Libreoffice-bugs] [Bug 127657] FIREBIRD: Query input parameter throws error when referred field is integer

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

Robert Großkopf  changed:

   What|Removed |Added

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

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

--- Comment #15 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "libreoffice-6-3":

https://git.libreoffice.org/core/commit/3a70b4a1be0e790579cc15e9917bd575de8d5315

tdf#127657: FIREBIRD error in query input param when referred field is integer

It will be available in 6.3.3.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.4.0|target:6.4.0 target:6.3.3

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.0

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

--- Comment #14 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/f23e19cd15f14566832befba73fb6bbc1cffb0d7

tdf#127657: FIREBIRD error in query input param when referred field is integer

It will be available in 6.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

--- Comment #13 from Julien Nabet  ---
Finally found toInt32() method.
I submitted https://gerrit.libreoffice.org/#/c/79314/ for review. It deals only
with SQL_SHORT

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

--- Comment #12 from Julien Nabet  ---
(In reply to Lionel Elie Mamane from comment #11)
> (In reply to Julien Nabet from comment #9)
> > I'm not sure that converting OUString sInput
> > into a short is the right way.
> 
> That sounds like exactly the right way.

I don't know if we should convert OUString "sInput" or OString "str", in both
cases, I don't know too how to convert OUString to short or OString to short.
Finally, I suppose we should do the same kind of thing with Date, int, etc.

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

Lionel Elie Mamane  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #11 from Lionel Elie Mamane  ---
(In reply to Julien Nabet from comment #9)
> I'm not sure that converting OUString sInput
> into a short is the right way.

That sounds like exactly the right way.

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

--- Comment #9 from Julien Nabet  ---
Created attachment 154335
  --> https://bugs.documentfoundation.org/attachment.cgi?id=154335=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated today, I could reproduce this.

I attached a bt from setString error.

debugging a bit indicates that dtype =  SQL_SHORT
so it goes to default case:
235 default:
236 ::dbtools::throwSQLException(
237 "Incorrect type for setString",
238 ::dbtools::StandardSQLState::INVALID_SQL_DATA_TYPE,
239 *this);

I got no idea how to fix this.
I tried to call setShort but it expects a short value and I'm not sure that
converting OUString sInput into a short is the right way.

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

Julien Nabet  changed:

   What|Removed |Added

 CC|serval2...@yahoo.fr |

--- Comment #10 from Julien Nabet  ---
uncc myself since I can't help here.

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

--- Comment #8 from Alex Thurgood  ---
And also :

Version: 6.4.0.0.alpha0+
Build ID: f0c832acb53326ccc9a8c1a47401fbc9e1081feb
CPU threads: 8; OS: Mac OS X 10.14.6; UI render: GL; VCL: osx; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2019-09-11_05:45:47
Locale: fr-FR (fr_FR.UTF-8); UI-Language: en-US
Calc: threaded

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

--- Comment #7 from Alex Thurgood  ---
Also confirmed on 

Version: 6.3.1.2
Build ID: b79626edf0065ac373bd1df5c28bd630b4424273
Threads CPU : 8; OS : Mac OS X 10.14.6; UI Render : par défaut; VCL: osx; 
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
Calc: threaded

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

Alex Thurgood  changed:

   What|Removed |Added

 Blocks||116970


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116970
[Bug 116970] [META] HSQLDB removal blockers
-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

--- Comment #6 from Alex Thurgood  ---
@herman : thanks! and thanks to Robert for confirming.

-- 
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 127657] FIREBIRD: Query input parameter throws error when referred field is integer

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127657

Alex Thurgood  changed:

   What|Removed |Added

Summary|FIREBIRD: Query input   |FIREBIRD: Query input
   |parameter throws error when |parameter throws error when
   |refered field is numeric|referred field is integer

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