Kate L Pugh sent the following bits through the ether:

> Hello.

Hello.

> Is there a way of making SQLite behave in the same way as MySQL?

The problem is that SQLite uses C strings, so you can't store NULL
characters in them:
http://www.hwaci.com/sw/sqlite/faq.html#q12

I've attached a test script which works by base-64 encoding and
decoding it. Isn't this a pain? ;-)

% perl sql.pl 
Before: 8
Before: cafebeefbabe, 2
After: 8
After: cafebeefbabe, 2

Apart from this little issue, I really like SQLite, Leon
-- 
Leon Brocard.............................http://www.astray.com/
scribot.................................http://www.scribot.com/

... This is only a test

Attachment: sql.pl
Description: Perl program

Reply via email to