summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2018-05-11Fixed typosMatthias Seidel
2018-05-05Move the PropertyValue helper methods to the tools class for now.Damjan Jovanovic
2018-05-01Fix the easy cast-related errors reported by clang 6 in its defaultDon Lewis
2018-02-18Fixed typo, deleted whitespaceMatthias Seidel
2017-11-19Fix an argument for SQLSetDescRec.Damjan Jovanovic
2017-11-17More ODBC64 fixes, for SQLGetStmtAttr() and SQLSetStmtAttr().Damjan Jovanovic
2017-11-1764-bit ODBC's SQLGetStmtAttr() returns 64 bit values in *ValuePtrDamjan Jovanovic
2017-11-09UNO hates null strings, and the C++ implementation of the SDBC-JDBC bridgeDamjan Jovanovic
2017-11-08Port our SDBC-JDBC bridge driver to Java. Supported interfaces,Damjan Jovanovic
2017-10-27Split off a new dbtools.jar from the PostgreSQL driver, containingDamjan Jovanovic
2017-10-26Base expects the containers returned by X(Tables/Views/Groups/Users)SupplierDamjan Jovanovic
2017-10-24Implement views in the PostgreSQL driver.Damjan Jovanovic
2017-10-24Fix a serious bug in naming PropertyIds variables of the PostgreSQLDamjan Jovanovic
2017-09-29We don't need to build the apache-commons module ifDon Lewis
2017-09-20Revert r1808599; apparently we really do need Any.VOID instead of Java'sDamjan Jovanovic
2017-09-19When an unknown column is passed to ColumnContainer, which it will be whenDamjan Jovanovic
2017-09-19Add support for adding and deleting columns in Java's SDBCX tables,Damjan Jovanovic
2017-09-19Implement XServiceInfo in all the Java SDBCX classes and standardize itDamjan Jovanovic
2017-09-19More naming errors. There are no "Descriptions" in the SDBCX module,Damjan Jovanovic
2017-09-19Fix a typo in the XServiceInfo implementationDamjan Jovanovic
2017-09-18In buildName(), schema should be the empty string, instead of null.Damjan Jovanovic
2017-09-17There is no need to use Any.VOID when Java's null gets translated to itDamjan Jovanovic
2017-09-16Now that locking has been simplified, we can also delete the specialDamjan Jovanovic
2017-09-16Locking and disposal cleanup.Damjan Jovanovic
2017-09-10main/connectivity/util depends on main/connectivity/java/sdbc_postgresql.Damjan Jovanovic
2017-09-06Simplify the Java OContainer by requiring unique names, something C++Damjan Jovanovic
2017-08-28Access cleanups. Keep OContainer abstract methods protectedDamjan Jovanovic
2017-08-27More Javadoc for helper classes.Damjan Jovanovic
2017-08-27Rearrange the directory structure, to resemble the C++ one.Damjan Jovanovic
2017-08-27It's a descriptor.Damjan Jovanovic
2017-08-27Port some Javadoc to helper classes.Damjan Jovanovic
2017-08-27Error handling cleanups.Damjan Jovanovic
2017-08-20#i127350# - Table design: can't change length of Postgresql char typesDamjan Jovanovic
2017-08-09Write a main/ant.properties file from main/set_soenv, which can be used inDamjan Jovanovic
2017-07-21Remove the obsolete KDE address book SDBC driver, that only worked onDamjan Jovanovic
2016-12-04Fix some comment typos.Damjan Jovanovic
2016-08-07Merge branches/gbuild-reintegration to trunk.Damjan Jovanovic
2016-06-08#i126917# windows build breaks in module connectivity/source/parse/sqliterato...Damjan Jovanovic
2016-06-08#i126917# windows build breaks in module connectivity/source/parse/sqliterato...Damjan Jovanovic
2016-06-08#i126917# windows build breaks in module connectivity/source/parse/sqliterato...Damjan Jovanovic
2016-05-22Spelling, spelling ...Pedro Giffuni
2016-04-17Fix a string limit error in my previous patch.Damjan Jovanovic
2016-04-17Make CSV line parsers consistent with CSV field parsers.Damjan Jovanovic
2016-04-03#i122754# Base does not properly parse CSV files as per RFC-4180 (whileDamjan Jovanovic
2016-02-07The main/connectivity module doesn't depend on nss any more.Damjan Jovanovic
2015-11-25i125369 - Illumos port: avoid some redefinitionsPedro Giffuni
2015-08-07FreeBSD: Work around clang-3.4 issues.Pedro Giffuni
2014-04-29Many spelling fixes: directories a* - g*.Pedro Giffuni
2013-11-28#i123068# remove implicit conversions from rtl strings to their elementsHerbert Dürr
2013-11-18#i122362# remove stlport4-build supportHerbert Dürr