This release outputs more information about blobs in debug mode. A password checksum is now displayed if the file is encrypted. The format of timestamps, date, and time can now be set with a program option.
This release can now create HTML versions of manual pages on
request, use functions like PX_get_num_fields() and
PX_get_value(), fixes various memory leaks, fixes many
compiler warnings, surrounds field data of memoblobs by
enclosure char (CSV output), uses delimeter char for fields if
they contain a line break (CSV output), masks special chars in
memoblobs (sql output), and checks return value of
PX_get_data_alpha() and outputs an error message if needed.
There is no longer a need to specify a blob file if all blobs
are contained in the db file. An endless loop in
str_buffer_printmask() which affected SQLite output was
fixed. The SQL type for time and timestamp can now both be
set on the command line.
BLOB and BCD fields can now be read. An error in sqlite
output was fixed, a new --blobextension option was added,
and the --include-blobs option was removed.