[Libreoffice-bugs] [Bug 121092] Libreoffice 6.1.3.2 does not allow saving Advanced Properties options with SQLITE 3 over ODBC
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Mar 9 13:15:52 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=121092
--- Comment #36 from Julien Nabet <serval2412 at yahoo.fr> ---
(In reply to Mike Kaganski from comment #35)
> ...
Taking a look at
https://cgit.freedesktop.org/libreoffice/core/commit/?id=6de679cca6978694bacf5322c9ab8559740f0443
from comment 30, I see 4 files modified, they concern:
- ado
- jdbc
- mysql
- odbc
Since we're talking about odbc, I suppose we can consider ado, jdbc, mysql
changes not related and only consider odbc one and so we got:
<node oor:name="BooleanComparisonMode" oor:op="replace">
- <prop oor:name="Value" oor:type="xs:boolean">
- <value>true</value>
+ <prop oor:name="Value" oor:type="xs:int">
+ <value>0</value>
</prop>
</node>
<node oor:name="FormsCheckRequiredFields" oor:op="replace">
@@ -165,7 +165,7 @@
</node>
<node oor:name="UseKeywordAsBeforeAlias" oor:op="replace">
<prop oor:name="Value" oor:type="xs:boolean">
- <value>false</value>
+ <value>true</value>
</prop>
</node>
Both don't concern "RespectDriverResultSetType" quoted in previous comments.
I'm a bit lost here.
Don't hesitate to revert what I did if you think it'll improve the situation.
I'm not deeply attached to my patches :-)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190309/58a03c58/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list