mdbtools/include
David Hicks f2890dc1d0 Add hexadecimal binary output conversion option
This commit adds another binary output conversion option to convert
binary blobs into hexadecimal notation, similar to the output of the
following command:
  xxd -p binaryfile.bin | tr -d '\n'

(In other words, a single line string of hexadecimal characters
representing a binary blob)

When exporting SQL INSERT statements for SQLite and PostgreSQL and when
the hexadecimal notation is specified with 'mdb-export -b hex ...',
special consideration is given to ensure that binary blobs are safely
written to the SQLite or PostgreSQL database.

Signed-off-by: David Hicks <david@hicks.id.au>
2014-06-29 04:12:06 +10:00
..
Makefile.am Don't distribute mdbprivate.h and mdbodbc.h 2013-07-03 11:59:28 +02:00
mdbprivate.h Revert use of config.h 2013-07-15 02:42:12 +02:00
mdbsql.h Fix FSF address in headers 2013-07-04 13:50:33 +02:00
mdbtools.h Add hexadecimal binary output conversion option 2014-06-29 04:12:06 +10:00
mdbver.h.in Fix FSF address in headers 2013-07-04 13:50:33 +02:00