Package: libdbi-drivers / 0.9.0-9

Metadata

Package Version Patches format
libdbi-drivers 0.9.0-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
mysql_h_path.patch | (download)

drivers/mysql/dbd_mysql.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix mysql header path
fix_sqlite3_lib_name.patch | (download)

acinclude.m4 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix sqlite3 lib name
disable_some_tests_for_sqlite3.patch | (download)

tests/test_dbi.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 disable some tests that is a test suite problems
fix_ftbfs_on_hurd.patch | (download)

tests/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs on gnu/hurd
dbd_sqlite3_resolve_a_stack_buffer_overflow.patch | (download)

drivers/sqlite3/dbd_sqlite3.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
freetds 1.0 fix.patch | (download)

acinclude.m4 | 13 13 + 0 - 0 !
drivers/freetds/dbd_freetds.c | 2 1 + 1 - 0 !
2 files changed, 14 insertions(+), 1 deletion(-)

---
pgsql_precision.patch | (download)

tests/test_dbi.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 update pgsql float precision
 Newer pgSQL releases have more bits to store float.
test_exception_failure.patch | (download)

tests/cgreen/src/unit.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 make test exceptions fail the test suite and thus the build
 Syntax-related issues in the MySQL tests were resulting in setup like INSERT
 INTO to fail. This was resulting in a test exception rather than a failure,
 causing the entire MySQL test suite to silently fail. This should instead cause
 the build to fail, so patch the testsuite to treat exceptions as failures.
test_mariadb_date_tz.patch | (download)

tests/test_dbi.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 mariadb doesn't (yet) support time zone literals
 Do not try to insert such datetime nor test for it.