Re: [ psqlodbc-Bugs-1000476 ] DateStyle and Transaction - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: [ psqlodbc-Bugs-1000476 ] DateStyle and Transaction
Date
Msg-id 20051219200456.GA16740@soptik.pzkagis.cz
Whole thread Raw
In response to Re: [ psqlodbc-Bugs-1000476 ] DateStyle and Transaction  ("Eugene Fokin" <elf@solvo.ru>)
Responses Re: [ psqlodbc-Bugs-1000476 ] DateStyle and Transaction  ("Eugene Fokin" <elf@solvo.ru>)
List pgsql-odbc
> I have PostgreSQL version 7.4.5.
> Also, I have "UseDeclareFetch=1" option.
> Try to turn it on, and I think you'll see BEGIN before "select
> version()".

I turn UseDeclareFetch on and I see nothing wrong in mylog:
2005-12-19 22:00:07 LOG:  autovacuum: processing database "postgres"
2005-12-19 22:00:23 LOG:  statement: BEGIN
2005-12-19 22:00:23 LOG:  statement: declare SQL_CUR00CD19A0 cursor for select version()
2005-12-19 22:00:24 LOG:  statement: fetch 10 in SQL_CUR00CD19A0
2005-12-19 22:00:24 LOG:  statement: close SQL_CUR00CD19A0
2005-12-19 22:00:24 LOG:  statement: COMMIT
2005-12-19 22:00:24 LOG:  statement: set DateStyle to 'ISO'
2005-12-19 22:00:24 LOG:  statement: set geqo to 'OFF'
2005-12-19 22:00:24 LOG:  statement: set extra_float_digits to 2
2005-12-19 22:00:24 LOG:  statement: BEGIN
2005-12-19 22:00:24 LOG:  statement: declare SQL_CUR00CD10E0 cursor for select oid from pg_type where typname='lo'
2005-12-19 22:00:24 LOG:  statement: fetch 10 in SQL_CUR00CD10E0
2005-12-19 22:00:24 LOG:  statement: close SQL_CUR00CD10E0
2005-12-19 22:00:24 LOG:  statement: COMMIT
2005-12-19 22:00:24 LOG:  statement: select pg_client_encoding()
2005-12-19 22:00:24 LOG:  statement: set client_encoding to 'WIN1250'
2005-12-19 22:00:47 LOG:  statement: BEGIN
2005-12-19 22:00:47 LOG:  statement: declare SQL_CUR00CD10E0 cursor for select nothing from notable
2005-12-19 22:00:47 ERROR:  relation "notable" does not exist
2005-12-19 22:00:47 LOG:  statement: ROLLBACK

Are you sure you use autocommit? Please could you post your mylog
and pgsql log?

Regards,

Luf

pgsql-odbc by date:

Previous
From: "Andrus"
Date:
Subject: Re: [ psqlodbc-Bugs-1000481 ] VFP and SQLCancel
Next
From: Ludek Finstrle
Date:
Subject: Re: [ psqlodbc-Bugs-1000481 ] VFP and SQLCancel