| От | Tom Lane |
|---|---|
| Тема | Re: SQL server application porting headache |
| Дата | |
| Msg-id | 4897.1024783141@sss.pgh.pa.us обсуждение |
| Ответ на | SQL server application porting headache (Oskar Berggren <beo@sgs.o.se>) |
| Список | pgsql-general |
Oskar Berggren <beo@sgs.o.se> writes:
> 2. With the openlink ODBC driver I succesfully got the application
> to connect to the database. But now I run into case-sensitivity
> problems. The first query that fail look like this:
> SELECT "OperatorID" FROM "IntParams" WHERE OperatorID=0;
> ^^^^^^^^^^
> notice no quotes here
They expect that to work? AFAICS, that will be broken in any database
that is anywhere remotely close to SQL spec compliant. If the quoted
form works then the stored column name must be mixed-case, and that
means that it can *not* be accessed with an unquoted reference.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера