|
From: Christian S. <chr...@ce...> - 2004-07-30 17:55:34
|
Hmm, Hmm, There was an error with my previous patch, I forgot to free the newly created flags variable. Attached is a new patch which also free'es the allocated memory.... Sorry about that, //Christian On Friday 30 July 2004 16.10, Christian Stamgren wrote: > Hi list, > > I have beem fiddling with some code to make handling of NULL values > correct. I have created a flags variable inside dbi_row_t struct that is a > bitfield that can be used for other meta-data as well, if we find something > in the future ..... > > I'm attaching patches for libdbi: > I also attach a patch with a fix for my firebird driver as a reference > case. tgt.c is a test program to test that the patch creates the wanted > behaviour. > > > If this is something that the libdbi project managers like, could someone > please apply this patch agains libdbi cvs so that we can start the update > of the libdbi-drivers. > > > > All the best, > > //Christian |