[Libreoffice-bugs] [Bug 106866] When I change the field length of the result is multiplied by 4 each time (firebird, varchar)

2022-03-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106866

Robert Großkopf  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 106866] When I change the field length of the result is multiplied by 4 each time (firebird, varchar)

2017-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106866

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Alex Thurgood  ---
Marking as resolved fixed, but needs verifying

-- 
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 106866] When I change the field length of the result is multiplied by 4 each time (firebird, varchar)

2017-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106866

--- Comment #7 from Commit Notification 
 ---
Tamás Bunth committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=1b81754f3f269d06f66fd5b56037ff79138ae512

tdf#106866 query character size instead of bytes

It will be available in 5.4.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 106866] When I change the field length of the result is multiplied by 4 each time (firebird, varchar)

2017-04-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106866

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.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 106866] When I change the field length of the result is multiplied by 4 each time (firebird, varchar)

2017-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106866

--- Comment #6 from Alex Thurgood  ---
>From comment 3, this would be a regression for users of such locales.

-- 
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 106866] When I change the field length of the result is multiplied by 4 each time (firebird, varchar)

2017-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106866

--- Comment #5 from Alex Thurgood  ---
As Robert has mentioned, it could also be a side effect of 

https://cgit.freedesktop.org/libreoffice/core/commit/?id=1db423338899c71ba70e361af339d7b7e4aff61f

where these lines were added :

+const char sCharset[] = "UTF8";
+*dpb++ = isc_dpb_set_db_charset;
+int nCharsetLength = sizeof(sCharset) - 1;
+*dpb++ = (char) nCharsetLength;
+strcpy(dpb, sCharset);
+dpb+= nCharsetLength;

-- 
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 106866] When I change the field length of the result is multiplied by 4 each time (firebird, varchar)

2017-04-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106866

Alex Thurgood  changed:

   What|Removed |Added

 CC||btom...@gmail.com,
   ||lio...@mamane.lu

--- Comment #4 from Alex Thurgood  ---
Possibly linked to this bug :

http://tracker.firebirdsql.org/browse/CORE-4277

-- 
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 106866] When I change the field length of the result is multiplied by 4 each time (firebird, varchar)

2017-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106866

--- Comment #3 from s...@imail.ru ---
Sad.
Version for Firebird I found a lot of problems.
I think it had something to do with an attempt to recalculate the lengths for
the locales which are saved in UTF8, two bytes (in the previous version that I
such attempts have not seen).
But if you try on the versions in Latin locale, you are unlikely to be able to
confirm at least one.
Will have to wait for the opinions of Chinese users . :(
Anyway. Thank you for your work.
Good luck

-- 
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 106866] When I change the field length of the result is multiplied by 4 each time (firebird, varchar)

2017-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106866

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||5142

--- Comment #2 from rob...@familiegrosskopf.de ---
Opened a Firebird-Database with LO 5.3.2.1 on OpenSUSE 64bit rpm Linux, German
GUI-language.
Created a new table with an Integer and a Varchar-field. Varchar had length
while creating the table.
Saved the table, closed the table, closed LO.
Then reopened the database, reopened the table for editing, ot for putting
values in rows.
Length of Varchar-field is 100 as expected.

So I couldn't confirm this bug.

Might be a special effect while fixing bug 105142

-- 
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 106866] When I change the field length of the result is multiplied by 4 each time (firebird, varchar)

2017-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106866

s...@imail.ru changed:

   What|Removed |Added

Summary|When I change the field |When I change the field
   |length of the result is |length of the result is
   |multiplied by 4 each time   |multiplied by 4 each time
   ||(firebird, varchar)

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