Thanks for your reply, Gustavo. On 8/30/07, Gustavo Niemeyer <[EMAIL PROTECTED]> wrote:
> > Then, to something that confuses me wildly. I have a table where some > > columns are sometimes strings and sometimes ints, so I've declared > > them as UNICODE in my CREATE TABLE sql. > > "UNICODE" has no meaning for sqlite, and ends up being handled as a number. > Can you please try to use "TEXT" instead? > You're quite right, of course. Declaring sqlite columns UNICODE was something I picked up from another project, quite erroneously, it seems. *blush* Well, that's what you get when you think your tools can read your mind... Thanks for replying to what was really a sqlite, not storm problem! -- Håvard Gulldahl <[EMAIL PROTECTED]> -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
