https://bugs.freedesktop.org/show_bug.cgi?id=87840

--- Comment #5 from Julien Nabet <[email protected]> ---
After some gdb, it seems it depends on the type of DB.
For hsqldb, the only checkbox which work are:
- End text lines with CR+LF 
- Ignore currency field information
- Use ODBC conformant date/time literals

For thunderbird/Icedove Address book the only working one is:
- Use ODBC conformant date/time literals

With Firebird odbc, every checkbox works except:
- Form data input checks for required fields

BTW, I noticed these lines:
159 {&m_pIgnoreCurrency, "inputchecks", DSID_IGNORECURRENCY, false },
160 {&m_pCheckRequiredFields, "ignorecurrency", DSID_CHECK_REQUIRED_FIELDS,
false },
See
http://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/dlg/advancedsettings.cxx#156
it seems there's a mix between line 159 and 160
I'm gonna fix this.

For the rest, if that depends on the type of DB, it's more a kind of UI bug.
Lionel: any thoughts?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to