Re: null values in edbi giving machine-level exception
- Posted by jeremy (admin) Nov 23, 2010
- 1276 views
Thanks for reporting the problem. It is now fixed, you'll need to update your edbi source and recompile the SQLite3 driver. I am not sure if you are aware of the move to using Mercurial, please update your source from: http://bitbucket.org/jcowgar/edbi not the old SVN repo. I will be removing it shortly, it's no longer in use and outdated.
I also updated the binary sqlite driver for EDBI users on Windows, it can be downloaded from: http://bitbucket.org/jcowgar/edbi/downloads?highlight=15467
Also... I am not sure the fix is the best. The area EDBI was going next was better NULL handling. Right now it will return an empty sequence. I'm open to suggestions on how to better handle NULL values.
Jeremy