office-gobmx/connectivity
Noel Grandin 4390041224 enable -Wrange-loop-analysis on clang
Change-Id: I2095308943c94ad16c110d5fac47715398eb5d39
Reviewed-on: https://gerrit.libreoffice.org/80187
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-10-07 09:42:23 +02:00
..
com/sun/star/sdbcx/comp/hsqldb
inc regenerate PCH headers 2019-05-12 23:46:14 +02:00
org/hsqldb/lib
qa mysqlc: Add test for textual blob types 2019-08-01 11:38:46 +02:00
registry tdf#122538: add index appendix for hsqldb 2019-05-22 15:07:11 +02:00
source enable -Wrange-loop-analysis on clang 2019-10-07 09:42:23 +02:00
workben
AllLangMoTarget_cnr.mk
Configuration_ado.mk
Configuration_calc.mk
Configuration_dbase.mk
Configuration_evoab.mk
Configuration_firebird.mk
Configuration_flat.mk
Configuration_hsqldb.mk
Configuration_jdbc.mk
Configuration_macab.mk
Configuration_mork.mk
Configuration_mysql.mk
Configuration_mysql_jdbc.mk
Configuration_odbc.mk
Configuration_postgresql.mk
Configuration_writer.mk
CppunitTest_connectivity_ado.mk
CppunitTest_connectivity_commontools.mk Clean up makefile (remove some cargo-cult copied stuff) 2019-05-09 11:13:26 +02:00
CppunitTest_connectivity_mork.mk
CppunitTest_connectivity_mysql_test.mk
CppunitTest_connectivity_sharedresources.mk tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN) 2019-05-07 15:47:22 +02:00
Executable_mork_helper.mk
Jar_ConnectivityTools.mk
Jar_sdbc_hsqldb.mk
JunitTest_complex.mk
Library_ado.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_calc.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_dbase.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_dbpool2.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_dbtools.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_evoab.mk
Library_file.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_firebird_sdbc.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_flat.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_hsqldb.mk
Library_jdbc.mk
Library_macab1.mk
Library_macabdrv1.mk
Library_mork.mk
Library_mozbootstrap.mk
Library_mysql_jdbc.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_mysqlc.mk Cut down on -pthread/-lpthread proliferation 2019-04-25 21:27:43 +02:00
Library_odbc.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_postgresql-sdbc-impl.mk do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02:00
Library_postgresql-sdbc.mk
Library_sdbc2.mk
Library_writer.mk
Makefile
Module_connectivity.mk tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN) 2019-05-07 15:47:22 +02:00
Package_postgresql-sdbc.mk
Rdb_postgresql-sdbc.mk
README base: add some doc from Tomi's talk 2019-09-12 17:48:56 +02:00

Contains database pieces, drivers, etc.

[[dbaccess]] builds UI on top of this.

=== mysql_test ===

- The CppunitTest_mysql_test unit test can be used to test the mysqlc
  library with any versions of mysql or mariadb server of your choice.
  
- This test does not run automatically. It can be triggered with setting
  the environment variable "CONNECTIVITY_TEST_MYSQL_DRIVER".
  
- The environment variable should contain a URL of the following format:
  [user]/[passwd]@sdbc:mysql:mysqlc:[host]:[port]/[db_name]