[Zope-DB] Psycopg, Zope & Autocommit

Charlie Clark charlie@begeistert.org
Fri, 08 Nov 2002 20:57:15 +0100


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