7b2bc0e6 | 22-Jul-2024 |
Damjan Jovanovic |
Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows and cells longer than 64 KiB in OpenOffice Base. (They are now limited to ~2 GiB). - New member functions wer
Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows and cells longer than 64 KiB in OpenOffice Base. (They are now limited to ~2 GiB). - New member functions were added to the main/tools SvStream class to work with 32 bit ::rtl::OUString and ::rtl::OStringBuilder when reading lines. - The helper class QuotedString had to be upgraded from using the 16 bit String to the 32 bit ::rtl::OUString. - The CSV database driver was patched to use ::rtl::OUString and 32 bit indexes in various places. - Luckily, little other work was needed, as the ORowSetValue class already uses 32 bit ::rtl::OUString, and was previously converting 16 bit String to 32 bit ::rtl::OUString internally anyway. Also simplified some of the line parsing logic, and translated some German comments to English. Patch by: me
show more ...
|
fcc38b58 | 24-Jun-2024 |
Damjan Jovanovic |
Port the main/connectivity complex tests to JUnit, and clean them up. Also stop packaging them into a JAR file, and delivering this JAR file to solver, because nothing else uses it, it's just
Port the main/connectivity complex tests to JUnit, and clean them up. Also stop packaging them into a JAR file, and delivering this JAR file to solver, because nothing else uses it, it's just superfluous build code probably wrongly copied from the unoapi tests. Patch by: me
show more ...
|
Revision tags: AOO420-Dev5-m5 |
|
5589416a | 30-Oct-2023 |
mseidel |
Fixed typo (conenction -> connection) and some other |
41deec9f | 19-Feb-2023 |
mseidel |
Cleanup Make files |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA |
|
9d58340b | 27-Jun-2022 |
mseidel |
Fixed dBase -> dBASE |
40af24dd | 14-Mar-2022 |
mseidel |
Fixed typos, removed whitespace |
Revision tags: AOO4112-GA, AOO4111-GA |
|
8b7f65dd | 15-Aug-2021 |
mseidel |
Fixed typos, removed whitespace |
Revision tags: AOO420-Dev3-m3 |
|
44ef9401 | 20-May-2021 |
Arrigo Marchiori |
Allow more data than necessary Also translate some comments from German |
b0eb5a88 | 15-May-2021 |
Arrigo Marchiori |
add useful checks |
Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA |
|
2df387e6 | 06-Oct-2020 |
mseidel |
Fixed typos (beeing -> being) and some more |
9b7130f9 | 05-Oct-2020 |
Damjan Jovanovic |
It seems we need YYDEBUG to compile main/connectivity now. Patch by: me |
56b8eddc | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more |
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2, AOO417 |
|
74cbd1f1 | 08-Jun-2019 |
Matthias Seidel |
Fixed typos (wether -> whether) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO420-Dev-m1, AOO416 |
|
bc1502c1 | 03-Dec-2018 |
Damjan Jovanovic |
Refactor classloading in the postgresql driver. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1848070 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416-RC1 |
|
5ae90c12 | 11-May-2018 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1831445 13f79535-47bb-0310-9956-ffa450edef68 |
8ccb802d | 05-May-2018 |
Damjan Jovanovic |
Move the PropertyValue helper methods to the tools class for now. Some "@Override" and "final" cleanups as per NetBeans. Patch by: me git-svn-id: https://svn.apac
Move the PropertyValue helper methods to the tools class for now. Some "@Override" and "final" cleanups as per NetBeans. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830949 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bccc1572 | 01-May-2018 |
Don Lewis |
Fix the easy cast-related errors reported by clang 6 in its default C++14 mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830706 13f79535-47bb-0310-9956-ff
Fix the easy cast-related errors reported by clang 6 in its default C++14 mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830706 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415 |
|
14516f1f | 18-Feb-2018 |
Matthias Seidel |
Fixed typo, deleted whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1824668 13f79535-47bb-0310-9956-ffa450edef68 |
1600af0e | 19-Nov-2017 |
Damjan Jovanovic |
Fix an argument for SQLSetDescRec. Remove a duplicated and commented T3SQLNativeSql definition. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/tr
Fix an argument for SQLSetDescRec. Remove a duplicated and commented T3SQLNativeSql definition. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1815736 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO414 |
|
5b0072f5 | 17-Nov-2017 |
Damjan Jovanovic |
More ODBC64 fixes, for SQLGetStmtAttr() and SQLSetStmtAttr(). Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1815545 13f79535-47bb-0310-9956-ff
More ODBC64 fixes, for SQLGetStmtAttr() and SQLSetStmtAttr(). Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1815545 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
58742fae | 17-Nov-2017 |
Damjan Jovanovic |
64-bit ODBC's SQLGetStmtAttr() returns 64 bit values in *ValuePtr (https://docs.microsoft.com/en-us/sql/odbc/reference/odbc-64-bit-information). Patch by: me git-svn-i
64-bit ODBC's SQLGetStmtAttr() returns 64 bit values in *ValuePtr (https://docs.microsoft.com/en-us/sql/odbc/reference/odbc-64-bit-information). Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1815544 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6bb74e7c | 09-Nov-2017 |
Damjan Jovanovic |
UNO hates null strings, and the C++ implementation of the SDBC-JDBC bridge was converting nulls to empty strings, so do the same. Fix parsing strings into UNO timestamps. Dispos
UNO hates null strings, and the C++ implementation of the SDBC-JDBC bridge was converting nulls to empty strings, so do the same. Fix parsing strings into UNO timestamps. Dispose of all undisposed statements when the JDBC connection is disposed. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814693 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
956476d7 | 08-Nov-2017 |
Damjan Jovanovic |
Port our SDBC-JDBC bridge driver to Java. Supported interfaces, service names, implementation names, logging channels and messages, initialization arguments, and general behaviour is all pres
Port our SDBC-JDBC bridge driver to Java. Supported interfaces, service names, implementation names, logging channels and messages, initialization arguments, and general behaviour is all preserved, so it should be completely transparent to client code. Allow PropertySetAdapter.getPropertyValue() to throw WrappedTargetException, and PropertySetAdapter.setPropertyValue() to throw PropertyVetoException, IllegalArgumentException, and WrappedTargetException, as these are sometimes used to change values in a database driver, which can fail. Port helper classes from main/comphelper for logging. Port AutoRetrievingBase. Add in-memory Column, ResultSet and metadata classes. Improve handling of Any in ORowSetValue. Move PostgreSQL's database metadata result set class to dbtools, and have it only override the method it needs. It's "information_schema" in PostgreSQL - "INFORMATION_SCHEMA" doesn't exist and gives an error. Add a new UNO service com.sun.star.sdb.ParameterSubstitution as was intended by main/connectivity/source/dbtools/dbtools.component that allow substituting parameters, so it can be used from Java. Keep the database drivers in a common install package. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814552 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
60ba3965 | 27-Oct-2017 |
Damjan Jovanovic |
Split off a new dbtools.jar from the PostgreSQL driver, containing the support code that can be reused by other drivers. Also put it in an org.apache.openoffice base package. Pa
Split off a new dbtools.jar from the PostgreSQL driver, containing the support code that can be reused by other drivers. Also put it in an org.apache.openoffice base package. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1813467 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|