Skip to content

MDBTools 1.0.1

Latest
Compare
Choose a tag to compare
@evanmiller evanmiller released this 26 Dec 12:33
  • Fix null-ptr deref when table->map_sz is 0 by @jwrdegoede in #376
  • Always check mdb_read_table() return value by @jwrdegoede in #377
  • Changed mapping of MDB_DOUBLE for MySQL from float to double by @schaanie17 in #381
  • Fix wrongly installed mdb-sql completion script by @h3xx in #394
  • Add index and primary key output to the sqlite schema writer backend. by @phoyd in #402
  • Make DSN and DBQ extraction from connection string case insensitive by @0xced in #414
  • Fix ODBC_LIBS for unixODBC by @0xced in #415
  • Fixed truncating 64bit NULL return values by @maxrd2 in #416
  • fix use after free by @eblanca in #419
  • Fix invalid byte sequence error when running test_script.sh in some cases by @mlocati in #423
  • odbc: Add support for SQLGetData converting floating point types by @brholstein in #422
  • Fix a minor error in the mdb-json man page by @akkana in #427
  • Move includes out of extern "C" block by @bstoeger in #435
  • Add missing & offset_mask for calculating offset_stop of memo by @wakuflair in #439