On Tue, May 12, 2009 at 4:00 AM, Oleg Broytmann <p...@phd.pp.ru> wrote:

> On Tue, May 12, 2009 at 03:08:16AM -0400, inhahe wrote:
> > class Pics(SQLObject):
> >   itemid = IntCol()
> >   picdata = BLOBCol()
> >   thumbnail = ForeignKey("Thumbs", cascade='null')
> > try:
> >   Pics.createTable()
> >   print "Created table Pics"
> > except dberrors.OperationalError: pass
>
>    Why do you need these try/except?


i want it to create each table but only if the table doesn't already exist
if it already exists it gives me an operationalerror.
i had tried looking for a better way but couldn't find one!


>
> http://sqlobject.org/FAQ.html#mutually-referencing-tables
>
>
ah, thanks
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to