History log of /trunk/main/connectivity/source/ (Results 1 - 25 of 72)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7b2bc0e622-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 ...

Revision tags: AOO420-Dev5-m5
5589416a30-Oct-2023 mseidel

Fixed typo (conenction -> connection) and some other

41deec9f19-Feb-2023 mseidel

Cleanup Make files

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA
9d58340b27-Jun-2022 mseidel

Fixed dBase -> dBASE

40af24dd14-Mar-2022 mseidel

Fixed typos, removed whitespace

Revision tags: AOO4112-GA, AOO4111-GA
8b7f65dd15-Aug-2021 mseidel

Fixed typos, removed whitespace

Revision tags: AOO420-Dev3-m3
44ef940120-May-2021 Arrigo Marchiori

Allow more data than necessary

Also translate some comments from German

b0eb5a8815-May-2021 Arrigo Marchiori

add useful checks

Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA
2df387e606-Oct-2020 mseidel

Fixed typos (beeing -> being) and some more

9b7130f905-Oct-2020 Damjan Jovanovic

It seems we need YYDEBUG to compile main/connectivity now.

Patch by: me

56b8eddc25-Sep-2020 mseidel

Fixed typo (explicitely -> explicitly) and some more

7950f2af14-Jun-2020 mseidel

Fixed typos (the the -> the) and some more

Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
5ae90c1211-May-2018 Matthias Seidel

Fixed typos

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1831445 13f79535-47bb-0310-9956-ffa450edef68

bccc157201-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
14516f1f18-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

1600af0e19-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
5b0072f517-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 ...

58742fae17-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 ...

ac472dbc19-Sep-2017 Damjan Jovanovic

More naming errors. There are no "Descriptions" in the SDBCX module,
there are only "Descriptors".

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun

More naming errors. There are no "Descriptions" in the SDBCX module,
there are only "Descriptors".

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1808810 13f79535-47bb-0310-9956-ffa450edef68

show more ...

5f867bfd19-Sep-2017 Damjan Jovanovic

Fix a typo in the XServiceInfo implementation
for main/connectivity/source/sdbcx/VIndexColumn.cxx.

It's implementation/service names are com.sun.star.sdbcx.VIndexColumn and
com.sun.s

Fix a typo in the XServiceInfo implementation
for main/connectivity/source/sdbcx/VIndexColumn.cxx.

It's implementation/service names are com.sun.star.sdbcx.VIndexColumn and
com.sun.star.sdbcx.IndexColumn, not com.sun.star.sdbcx.VIndex and
com.sun.star.sdbcx.Index.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1808809 13f79535-47bb-0310-9956-ffa450edef68

show more ...

c0ecde1621-Jul-2017 Damjan Jovanovic

Remove the obsolete KDE address book SDBC driver, that only worked on
KDE 3.2 - 3.6, which are obsolete since 9 years ago.

Patch by: me



git-svn-id: https://svn.apache.

Remove the obsolete KDE address book SDBC driver, that only worked on
KDE 3.2 - 3.6, which are obsolete since 9 years ago.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1802537 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO413
2c64eeb804-Dec-2016 damjan

Fix some comment typos.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1772503 13f79535-47bb-0310-9956-ffa450edef68

b63233d807-Aug-2016 damjan

Merge branches/gbuild-reintegration to trunk.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO4121
8973800e08-Jun-2016 damjan

#i126917# windows build breaks in module connectivity/source/parse/sqliterator.cxx

Fix compile errors in Patricia's patch in #1747439.

Patch by: me



git-svn-id: ht

#i126917# windows build breaks in module connectivity/source/parse/sqliterator.cxx

Fix compile errors in Patricia's patch in #1747439.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1747440 13f79535-47bb-0310-9956-ffa450edef68

show more ...

30acf5e822-May-2016 pfg

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68

show more ...

123