[Zope-DB] ZSQL + MySQL + sqltest + list

2006-04-04 Thread Matthew Fairclough
Hi, Really frustrated by this. I want catId to be a list: ie [4, 6, 8]. Examples indicate that I can do this. However, ZSQL generates an error every time I put in more than one integer. How can I pass a list of integers? Many thanks. -- Matthew Fairclough

[Zope-DB] ZSQL + MySQL + sqltest + list

2006-04-04 Thread Matthew Fairclough
Hi, Really frustrated by this. I want catId to be a list: ie [4, 6, 8]. Examples indicate that I can do this. However, ZSQL generates an error every time I put in more than one integer. How can I pass a list of integers? Many thanks. -- Matthew Fairclough

[Zope-DB] Re: ZSQL + MySQL + sqltest + list

2006-04-05 Thread Matthew Fairclough
f more than one integer. I need ClientAssocList to be a list of integers. I don't think it is an SQL or MySQL issue- but an issue with the ZSQL Method. Assistance much appreciated. Regards, -- Matthew Fairclough ___ Zope-DB mailing list Zope-DB@zo

Re: [Zope-DB] ZSQL + MySQL + sqltest + list

2006-04-05 Thread Matthew Fairclough
gument is an integer, hence sqltest. Regards, Matthew. Quoting Chris Withers <[EMAIL PROTECTED]>: > Matthew Fairclough wrote: > > Hi, > > > > Really frustrated by this. > > No need to tell us twice ;-) > > > > > type=int is for int's only,