On Wed, 5 Mar 2014 22:41:47 -0800 (PST), SARC <[email protected]> wrote:
> Hi, > I am using sqlLite administrator interface(0.8.3.2 public beta) in my > windows XP PC. I am setting default value for some of columns(text,integer) > in my table(like 0,'none' etc). But it seems some quotation marks will be > added around the default values after i do some editing to the table each > time(like 'none' will become '''none''' if i edit first time, then > '''''none''''',it will add more and more quotes each time i do some > modifications in table). Why is this happening? what to do to stop this? > please help > Thank you I would suspect "sqlLite administrator interface(0.8.3.2 public beta)". The SQLite core library will not do that by itself. Try to report a bug to the developer of "sqlLite administrator", apparently this public beta is not fit for general availability. HTH -- Groet, Cordialement, Pozdrawiam, Regards, Kees Nuyt _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

