[Zope-DB] data type problems ZMySQLDA

Geir Bækholt Geir Bækholt
Sat, 29 Mar 2003 18:23:15 +0100


On  Sat, 29 Mar 2003 09:13:10 -0700 GMT (..17:13 where i live(GMT+1) )
Josiah Peters asked the Zope-DB mailinglist about the following:
  
JP> I have been searching around and have not been able to find any reference 
JP> information on ZmysqlDA. For some reason when i enter the query:

JP> CREATE TABLE ezine_news
JP> (
JP> author varchar,
JP> name varchar,
JP> content text,
JP> date timestamp,
JP> )

JP> it will not accept it as a legal query making me unable to finish my 
JP> database stuff. Since I only have experience with MySQL and those commands 
JP> do not seem to be working.

it is not a legal query.... Remove your last comma ;)

--
Geir Bækholt