GNOME Bugzilla – Bug 660344
GdaDataAccessWrapper returns null field values when there is only one row
Last modified: 2011-11-24 07:53:42 UTC
As far as I can tell, when the underlying GdaDataModel has only 1 row, GdaDataAccessWrapper provides Null values for all columns. This is with PostgreSQL (though I don't actually need to use it with PostgreSQL). I haven't tested it without other backends yet. I will investigate and try to provide a test case.
Can you check with correction in commit http://git.gnome.org/browse/libgda/commit/?id=8b72f68df60b9e037d37d050e9602da2ffe43a0d ? Thanks, Vivien
Murray, ping, did commit mentioned in comment#1 fix your issue ?
Yes, that seems to work now. Thanks again, Vivien.