On Aug 20, 10:01 pm, "Gary Bernhardt" <[EMAIL PROTECTED]> wrote: > You have to keep in mind that sqlite is not Postgres or Oracle; it > serves a different purpose. :) Postgres is a good choice if you want > those kinds of guarantees.
I know... but i dont want a service running for now, i have a flash disk and i dont wanna kill it using that kind of daemons :P On Aug 20, 10:08 pm, "Anand Chitipothu" <[EMAIL PROTECTED]> wrote: > I think, you need to say: > > CREATE TABLE test(id int AUTOINCREMENT, name varchar[256],primary key(id)); Tried... but dont works in sqlite :( Well, thanks, is a sqlite issue, now webpy ;) Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
