Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi,

LibreOffice uses ODBC escapes for literals, e.g. for dates: {D 2011-08-28}
In particular, it does that when one asks for a filter on a date
column in a form or table.

Now, for example PostgreSQL does not support that syntax. That is not
a problem when using the JDBC or ODBC drivers since they parse the SQL
of the queries and rewrite them to a syntax understood by PostgreSQL,
but the native (SDBC) driver, as distributed by Debian and others,
does not.

So, I wanted to check whether it is policy that SDBC drivers must
accept ODBC escapes in SQL strings (and the PostgreSQL SDBC driver
will have to be changed so that it does), or whether there would be
interest in me gradually changing LibreOffice to *not* use
ODBC-specific escapes. For example, instead of using an SQL query
prepared on the fly, using a prepared statement and using (interface
XParameters) e.g. setDate / setTime / setTimestamp to insert the
values in a "compatible with all databases" way. This would have the
advantage to making LO more compatible with eventual other databases
that do not support the ODBC escapes.

-- 
Lionel

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.