Download: pgdbf-0.2.0.tar.gz
Size: 18.02 KB
md5_file hash: 72672520075795be717c0a8dd8404f33
First released: Thu, 07/24/2008 - 19:48
Last updated: Thu, 07/24/2008 - 19:50
Size: 18.02 KB
md5_file hash: 72672520075795be717c0a8dd8404f33
First released: Thu, 07/24/2008 - 19:48
Last updated: Thu, 07/24/2008 - 19:50
I think that PgDBF is now endian-safe. I've only tested this on a PowerPC Mac but I think it should carry to other platforms.
Structs pointing to data in the XBase file are now defined with types from <stdint.h> like "int32_t" and "uint16_t". This is defined in C99 and POSIX.1 so that
Added command line parsing and support for a new "-e" option to enable printing "IF EXISTS" when dropping a table. This removes the need to create a dummy table before importing a dump. This change requires <getopt.h>.
I am starting to feel the draw of Autoconf, but have been quite successfully resistant so far.
Post new comment