Is that expected? To me, '' is different than NULL.
create table a
(
a text
);
insert into a select '';
select * from a;
Is there a way to store an empty string?
Marc
--
******************************************************************
* * *
* Marc L. Allen * "... so many things are *
* * possible just as long as you *
* Outsite Networks, Inc. * don't know they're impossible." *
* (757) 853-3000 #215 * *
* * *
* [email protected] * -- The Phantom Tollbooth *
* * *
******************************************************************
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users