Fixed a bug reading empty strings from Postgres databases.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 8 Mar 2009 01:47:48 +0000 (10:47 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 8 Mar 2009 01:47:48 +0000 (10:47 +0900)
Fixed a bug in the Postgresql import feature, where a segfault
would occur when a reading a database which contained string
fields with only null, or zero length values.

Thanks to Joerg Schmengle for reporting this.


No differences found