office-gobmx/connectivity
Eike Rathke 1436d2307d Resolves: tdf#125878 correct calculation of H:M:S from timestamp
This apparently has been wrong since the beginning in 2009.

It's a somewhat odd algorithm anyway, first calculating the time
in seconds, minutes and hours, but maybe there's a reason
regarding rounding, so not changing that.

Change-Id: I855d2c96094b4edb1095d20bcdfebdea6d6d943a
Reviewed-on: https://gerrit.libreoffice.org/73893
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2019-06-12 22:49:06 +02:00
..
com/sun/star/sdbcx/comp/hsqldb
inc regenerate PCH headers 2019-05-12 23:46:14 +02:00
org/hsqldb/lib
qa an is used before a vowel sound 2019-05-10 10:01:13 +02:00
registry tdf#122538: add index appendix for hsqldb 2019-05-22 15:07:11 +02:00
source Resolves: tdf#125878 correct calculation of H:M:S from timestamp 2019-06-12 22:49:06 +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
Library_calc.mk
Library_dbase.mk
Library_dbpool2.mk
Library_dbtools.mk
Library_evoab.mk
Library_file.mk
Library_firebird_sdbc.mk
Library_flat.mk
Library_hsqldb.mk
Library_jdbc.mk
Library_macab1.mk
Library_macabdrv1.mk
Library_mork.mk
Library_mozbootstrap.mk
Library_mysql_jdbc.mk
Library_mysqlc.mk Cut down on -pthread/-lpthread proliferation 2019-04-25 21:27:43 +02:00
Library_odbc.mk
Library_postgresql-sdbc-impl.mk Cut down on -pthread/-lpthread proliferation 2019-04-25 21:27:43 +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 an is used before a vowel sound 2019-05-10 10:01:13 +02:00

Contains database pieces, drivers, etc.


=== 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]