Activity for libdbi drivers

  • Jan Engelhardt Jan Engelhardt created merge request #2 on Code(Git)

    Build fixes

  • Florian Weimer Florian Weimer created ticket #28

    Fix type errors in the cgreen with constraints facility

  • Pete Fordham Pete Fordham posted a comment on ticket #27

    0.9.0 is the latest tarball I see on sourceforge, from 2013. Is there a more recent official release? -Pete On Thu, 5 Jan 2023 at 16:54, Markus Hoenicka mhoenicka@users.sourceforge.net wrote: What version of unit.c are you referring to? Looks like this issue has been fixed by Jan Engelhard in 2017, see this commit: https://sourceforge.net/p/libdbi-drivers/libdbi-drivers/ci/470b58e15dc6f406899b1695aec7fc98986b8f14/ [bugs:#27] https://sourceforge.net/p/libdbi-drivers/bugs/27/ Test missing include of...

  • Pete Fordham Pete Fordham posted a comment on ticket #27

    The commit you reference is 100% the same as my fix so I'm happy for you to close this as already fixed. On Thu, 5 Jan 2023 at 22:22, Peter Fordham peter.fordham@gmail.com wrote: 0.9.0 is the latest tarball I see on sourceforge, from 2013. Is there a more recent official release? -Pete On Thu, 5 Jan 2023 at 16:54, Markus Hoenicka mhoenicka@users.sourceforge.net wrote: What version of unit.c are you referring to? Looks like this issue has been fixed by Jan Engelhard in 2017, see this commit: https://sourceforge.net/p/libdbi-drivers/libdbi-drivers/ci/470b58e15dc6f406899b1695aec7fc98986b8f14/...

  • Markus Hoenicka Markus Hoenicka posted a comment on ticket #27

    What version of unit.c are you referring to? Looks like this issue has been fixed by Jan Engelhard in 2017, see this commit: https://sourceforge.net/p/libdbi-drivers/libdbi-drivers/ci/470b58e15dc6f406899b1695aec7fc98986b8f14/

  • Pete Fordham Pete Fordham created ticket #27

    Test missing include of sys/wait.h tests/cgreen/src/unit.c

  • Markus Hoenicka Markus Hoenicka committed [c7c6c8]

    removed commented out lines

  • Markus Hoenicka Markus Hoenicka committed [642ff7]

    removed MYSQL_LDCONFIG

  • Markus Hoenicka Markus Hoenicka committed [91e4cc]

    removed reentrant libmysqlclient cruft; moved MySQL configuration from mysql_config to pkg-config; removed LDFLAGS from MySQL configuration as MYSQL_LIBS provides all we need

  • Markus Hoenicka Markus Hoenicka committed [583478]

    fixed URLs; added MariaDB; added some hints for using pkg-conf

  • Markus Hoenicka Markus Hoenicka committed [b0c7ac]

    use instead of mysql_config;patch provided by Herve Codina

  • Markus Hoenicka Markus Hoenicka committed [0bfae6]

    Merge branch 'master' of ssh://git.code.sf.net/p/libdbi-drivers/libdbi-drivers

  • Jan Engelhardt Jan Engelhardt committed [7a8e24]

    build: adjust configure for postgresql 10/11

  • Moshe Katz Moshe Katz posted a comment on ticket #24

    I know this is a very old bug, with no activity, but there are now many cases in which extended permission assignment means that the "owner" is entirely useless for determining whether tables exist. For example, if a database is owned by one role user_a but another role user_b is also given permission to create tables in that database, then tables created by user_b do not show up in the table list when user_a does a query because they are not owned by the database user. Returning the OID of the currently...

  • Markus Hoenicka Markus Hoenicka committed [9a13ea]

    removed reference to variable of a now obsolete FreeBSD malloc interface

  • Markus Hoenicka Markus Hoenicka committed [65cced]

    replaced obsolete AC_PROG_LD with LT_PATH_LD

  • Jan Engelhardt Jan Engelhardt committed [3bf3e4]

    freetds: resolve compile error with 1.0

  • Jan Engelhardt Jan Engelhardt committed [470b58]

    build: resolve compiler warning for wait(2)

  • Jan Engelhardt Jan Engelhardt committed [81a796]

    build: resolve compiler warning for wait(2)

  • Jan Engelhardt Jan Engelhardt committed [52438b]

    freetds: resolve compile error with 1.0

  • libdbi drivers libdbi drivers released /OldFiles/libdbi-drivers-0.8.2.tar.gz

  • libdbi drivers libdbi drivers released /OldFiles/libdbi-drivers-0.8.1.tar.gz

  • Jan Engelhardt Jan Engelhardt committed [b9cd31]

    mysql: ignore raw==NULL fields

  • Jan Engelhardt Jan Engelhardt committed [ba062f]

    mysql: resolve crash due to out-of-bounds access

  • Jan Engelhardt Jan Engelhardt committed [fe23ca]

    mysql: remove redundant casts

  • Jan Engelhardt Jan Engelhardt committed [3d9c0e]

    Merge branch 'testing'

  • Jan Engelhardt Jan Engelhardt committed [0ee839]

    mysql: do not cause BLOBs to be classified as D...

  • Jan Engelhardt Jan Engelhardt committed [e03636]

    drivers: use new DBI_TYPE_XDECIMAL type

  • Jan Engelhardt Jan Engelhardt committed [6db7a6]

    mysql: retain character set across autoreconnect

  • Jan Engelhardt Jan Engelhardt committed [c73074]

    drivers: use new DBI_TYPE_XDECIMAL type

  • Jan Engelhardt Jan Engelhardt committed [920503]

    repo: remove +x bit from source files

  • Jan Engelhardt Jan Engelhardt committed [342ef5]

    mysql: use CHARSET command instead of SET NAMES

  • Jan Engelhardt Jan Engelhardt committed [61545d]

    mysql: recognize the "reconnect" option

  • Jan Engelhardt Jan Engelhardt committed [209e31]

    dbd_mysql, dbd_msql: avoid NULL dereference

  • Jan Engelhardt Jan Engelhardt committed [537c26]

    dbd_mysql, dbd_msql: resolve bogus seeking and ...

  • Jan Engelhardt Jan Engelhardt committed [161904]

    build: -L/-l flags should go into LIBADD in Mak...

  • Jan Engelhardt Jan Engelhardt committed [2c19e8]

    dbd_sqlite3: eliminate one level of indent (4)

  • Jan Engelhardt Jan Engelhardt committed [870b76]

    dbd_sqlite3: eliminate one level of indent (3)

  • Jan Engelhardt Jan Engelhardt committed [6d3ee2]

    dbd_sqlite3: feed "getTables" through an indenter

  • Jan Engelhardt Jan Engelhardt committed [f83f0a]

    dbd_sqlite3: eliminate one level of indent (6)

  • Jan Engelhardt Jan Engelhardt committed [a1eccc]

    dbd_sqlite3: eliminate one level of indent (2)

  • Jan Engelhardt Jan Engelhardt committed [b48dd7]

    dbd_sqlite3: reuse existing iterator variable

  • Jan Engelhardt Jan Engelhardt committed [fdec6c]

    dbd_sqlite3: eliminate one level of indent (1)

  • Jan Engelhardt Jan Engelhardt committed [9494a1]

    dbd_sqlite3: eliminate one level of indent (5)

  • Jan Engelhardt Jan Engelhardt committed [24f48b]

    dbd_sqlite3: resolve a stack buffer overflow

  • Markus Hoenicka Markus Hoenicka committed [7657c4]

    dbd_quote_binary(): fixed possible buffer overf...

  • Markus Hoenicka Markus Hoenicka committed [06a9bc]

    reverted removal of gcc black magic

  • Markus Hoenicka Markus Hoenicka committed [e2c7f1]

    replaced deprecated atoll() calls with strtoll(...

  • Markus Hoenicka Markus Hoenicka committed [4f1228]

    replaced deprecated atol() calls with strtol() ...

  • Markus Hoenicka Markus Hoenicka committed [01656f]

    replaced deprecated atoll() calls with strtoll(...

  • Jan Engelhardt Jan Engelhardt committed [2a75bb]

    build: trim autogen.sh

  • Jan Engelhardt Jan Engelhardt committed [d45048]

    drivers: use new dbi_data_t.datetimex field

  • Jan Engelhardt Jan Engelhardt committed [04fae5]

    Merge remote-tracking branch 'win/master'

  • Jan Engelhardt Jan Engelhardt committed [f109f9]

    build: make driverdir configurable

  • Jan Engelhardt Jan Engelhardt committed [5a0230]

    src: drop redundant casts

  • Jan Engelhardt Jan Engelhardt committed [7e0391]

    Merge remote-tracking branch 'sf/master'

  • Jan Engelhardt Jan Engelhardt committed [16e116]

    dbd_sqlite3: have compilation succeed on mingw

1
MongoDB Logo MongoDB