Hi, all! I've recently encountered a funny situation where one of my database columns was called "table". Since it's an SQL keyword, psycopg complained, which is understandable.
However, in my CREATE TABLE statement, I didn't encounter the error, because I dutifully quoted the column name. Is there any reason why web.db doesn't quote table and column names? (Like, compatibility, etc...?) Best regards, -- Branko eml: [email protected] alt: [email protected] blg1: http://sudologic.blogspot.com/ blg2: http://brankovukelic.blogspot.com/ img: http://picasaweb.google.com/bg.branko twt: http://www.twitter.com/foxbunny/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
