Re: SQLTables don't stop

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Re: SQLTables don't stop
Дата
Msg-id 20051209025938.GC8563@soptik.pzkagis.cz
обсуждение исходный текст
Ответ на Re: SQLColAttributes and SQL_DESC_NULLABLE  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgsql-odbc
> *However*, whilst testing I did find an issue with SQLTables that
> seems surprisingly similar to the one you fixed before. It's pretty
> easy to recreate in the Microsoft test suite.

I didn't fix something similar. I don't remember it at least. Could
you be more specific? I only point at Prepare, Execute, Execute or
ExecDirect, ExecDirect problem.

> - Connect to a data source with Declare/Fetch enabled.
> - SQLExecDirect "SELECT * FROM pg_class"
> - Get Data All (from the results menu)
> - SQLTables
> - Get Data All
>
> It never stops retrieving data! Seems that you need to do the
> SQLExecDirect first - SQLExecute doesn't trigger the problem.
> SQLColumns is similarly affected - perhaps there are more as well.

I'm unable reproduce it here. I have CVS source with autocommit_off patch.
It stops when I expect.

I tried it againist ANSI (debug) driver (PgSQL 8.1 Win)  with these
options:
- SSL Mode = disable
- default settings except:
  - Use Declare/Fetch - checked
  - MyLog - checked

> Wanna take a look, or shall I log a bug until one of us gets time?

Please send me your mylog output and driver for testing purposes (maybe
zipped source code too ?).
Feel free to log a bug. Bug tracer is here for this purpose ;-)

Regards,

Luf

В списке pgsql-odbc по дате отправления:

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000476 ] DateStyle and Transaction
Следующее
От: Ludek Finstrle
Дата:
Сообщение: Please review this patch