Re: [sqlite] Making sqlite support unicode?

2003-10-25 Thread M. Fioretti
On Fri, Oct 24, 2003 21:24:44 at 09:24:44PM -0400, Mrs. Brisby ([EMAIL PROTECTED]) wrote: FYI, nobody said internal use of unicode - just UCS16. Plan9 doesn't. Linux doesn't. Not correct, unless I misunderstood the original question. At least Red Hat started to use unicode (UTF-8?) as

Re: [sqlite] Alter Table?!

2003-10-25 Thread andr3a
I've implemented this sintax with few options on my PHP Class, if you're interested in syntax like this: ALTER TABLE tbl_name ADD column_name alter_specification [FIRST | AFTER column_name] or this: ALTER TABLE tbl_name DROP [COLUMN] col_name tell me. andr3a - Original Message - From: