[Zope-DB] Psycopg, Zope & Autocommit

Michael Long mlong@datalong.com
Fri, 08 Nov 2002 15:57:49 -0500


I don't know why it is different on windows. I try to avoid windows
whenever possible. My linux box does everything I need for a fraction of
the $$$ :>)

-mike

> 
> On 2002-11-08 at 20:51:24 [+0100], mlong@datalong.com wrote:
> > You need to add a semi-colon to the end of the statement. For example:
> > 
> > CREATE TABLE security_role (
> >         rolename VARCHAR(64) PRIMARY KEY NOT NULL
> > );
> thanx, that's it?
> 
> How come I haven't needed to do this before? Was it because I was using 
> non-transactional stuff? How come it's not necessary in windows.
> 
> Charlie
> 
>