[SQLObject] gettin column type information

2007-09-16 Thread cmho...@gmail.com
Hi, need help we a maybe newbie question. i'm using cherrypy and sqlobject to write a litte program. actually i'm implementing the search pages and i would like to use automatically the startswith option every time the column type is "String". i will pass 1...n parameters and the i evaluate and spl

[SQLObject] own sql and procedures

2007-11-05 Thread cmho...@gmail.com
Hi, i have 2 questions. 1) is there a possibiliti' to start my own (complex) sql update script. example insert into webstats (uname,tipoctr) (Select cbl.codice, 1+IFNULL((select 1 from collab2 where cbl.codice = collab2.codice),0) from collab cbl); 2) How can i start procedure

Re: [SQLObject] own sql and procedures

2007-11-08 Thread cmho...@gmail.com
Am Mon, 5 Nov 2007 18:08:06 +0100 schrieb "Diez B. Roggisch" <[EMAIL PROTECTED]>: > On Monday 05 November 2007 15:25:13 [EMAIL PROTECTED] wrote: > > Hi, > > i have 2 questions. > > > > 1) is there a possibiliti' to start my own (complex) sql update > > script. example > > > > insert into webstats

Re: [SQLObject] own sql and procedures

2007-11-08 Thread cmho...@gmail.com
Am Mon, 5 Nov 2007 19:46:38 +0300 schrieb Oleg Broytmann <[EMAIL PROTECTED]>: > On Mon, Nov 05, 2007 at 03:25:13PM +0100, [EMAIL PROTECTED] wrote: > > 1) is there a possibiliti' to start my own (complex) sql update > > script. > [skip] > > 2) How can i start procedures from sqlobject. > >con