Re: [Zope] zope sql_delimiter windows

2006-12-27 Thread garry saddington
On Sun, 2006-12-24 at 21:00 +0100, Dieter Maurer wrote: > garry saddington wrote at 2006-12-23 22:26 +: > >I have a Zope application that runs perfectly on Linux. However, my > >target audience is likely to use Windows so I am trying to port my app. > >to that platform. > >Whenever I use a mult

Re: [Zope] zope sql_delimiter windows

2006-12-24 Thread Jaroslav Lukesh
ANd SQL database is the same type and version or not? - Original Message - From: "garry saddington" <[EMAIL PROTECTED]> On Sat, 2006-12-23 at 23:39 +0100, Jaroslav Lukesh wrote: Does run your multiple INSERT queries at Database Adapter Test tab? None of them run (and I have many)

Re: [Zope] zope sql_delimiter windows

2006-12-24 Thread Marco Bizzarri
I suspect it could have something to do with psycopg2. I remember while I was checking my application (which runs using psycopg1) that I could get a repeated segmentation fault while I run a test which used sql_delimiter. You could try to check on the psycopg2 ml. Regards Marco On 12/24/06, gar

Re: [Zope] zope sql_delimiter windows

2006-12-24 Thread Dieter Maurer
garry saddington wrote at 2006-12-23 22:26 +: >I have a Zope application that runs perfectly on Linux. However, my >target audience is likely to use Windows so I am trying to port my app. >to that platform. >Whenever I use a multiple insert Zsql method that includes >sql_delimiter, python.exe c

Re: [Zope] zope sql_delimiter windows

2006-12-24 Thread Maciej Wisniowski
> Only ZSQL methods which rely on sql_delimiter are affected. I have > repeated the error on XP pro sp2 and XP home SP2 with Zope versions > 2.8,.2.9 and 2.10 using the Pythons that ship with these versions (ie > standard Windows installs). DA is psycopg2 and database is Postgresql. > Any Ideas, ca

Re: [Zope] zope sql_delimiter windows

2006-12-24 Thread garry saddington
On Sun, 2006-12-24 at 16:10 +0100, Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- OK, sorry for the lack of info. What happens is that Zope stops responding when I fire off a ZSQL method containing a 'sql_delimiter' and then I get the standard Windows message: python.exe has encountered a

Re: [Zope] zope sql_delimiter windows

2006-12-24 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On 24. Dezember 2006 11:55:41 + garry saddington <[EMAIL PROTECTED]> wrote: > > > Andreas Jung > wrote: >> Please read this: >> >> > e-postings-or-how-to-use-a-maili

Re: [Zope] zope sql_delimiter windows

2006-12-24 Thread garry saddington
Andreas Jung wrote: > Please read this: > > If there had been anything else to send I would have. I thought the question was quite clear: Is there an issue with sql_delimiter on

Re: [Zope] zope sql_delimiter windows

2006-12-24 Thread garry saddington
On Sat, 2006-12-23 at 23:39 +0100, Jaroslav Lukesh wrote: > Does run your multiple INSERT queries at Database Adapter Test tab? None of them run (and I have many) from the test tab as I collect the data from a web form using the :records structure. Regards Garry

Re: [Zope] zope sql_delimiter windows

2006-12-23 Thread Jaroslav Lukesh
Does run your multiple INSERT queries at Database Adapter Test tab? JL. - Original Message - From: "garry saddington" <[EMAIL PROTECTED]> I have a Zope application that runs perfectly on Linux. However, my target audience is likely to use Windows so I am trying to port my app. to th

[Zope] zope sql_delimiter windows

2006-12-23 Thread garry saddington
I have a Zope application that runs perfectly on Linux. However, my target audience is likely to use Windows so I am trying to port my app. to that platform. Whenever I use a multiple insert Zsql method that includes sql_delimiter, python.exe crashes. eg. insert into attendance (absent,timeperi