Re: A few problems with the ODBC driver

Поиск
Список
Период
Сортировка
От Shachar Shemesh
Тема Re: A few problems with the ODBC driver
Дата
Msg-id 1057153396.3f02e17478739@latenight.fiasco.org.il
обсуждение исходный текст
Ответ на A few problems with the ODBC driver  (Shachar Shemesh <psql@shemesh.biz>)
Список pgsql-odbc
Quoting Hiroshi Inoue <Inoue@tpf.co.jp>:

> Maybe I found a cause.
> Please try the snapshot dll at
>     http://www.geocities.jp/inocchichichi/psqlodbc/ .
>
I found the cause of the problem.

The SQLExecute command constructs a query in order to find the table. It forgot
to double quote the table name. As all the table names in my database are
uppercase, this caused the query to fail (PGSQL converts all unquoted ids to
lowercase), and the recordset was marked readonly.

Attached is a patch that fixes this problem. Forgive me if this is the wrong
place to post it. Let me know where I should post it.

                 Shachar

Вложения

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

Предыдущее
От: Shachar Shemesh
Дата:
Сообщение: Re: A few problems with the ODBC driver
Следующее
От: "Nisha Joseph"
Дата:
Сообщение: lo type--