Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Change in parameters' order in prepared statement??

Поиск
Список
Период
Сортировка
От Andres Olarte
Тема Change in parameters' order in prepared statement??
Дата
Msg-id 3fccaa69050902153329b4947@mail.gmail.com
обсуждение исходный текст
Ответы Re: Change in parameters' order in prepared statement??
Список pgsql-jdbc
I recently updated the driver to the latest CVS version, and found a
change in the way parameters are handled.  Before, the first parameter
was 1, as in:

update.setInt(1,cbid);

But now it's 2, as in:

update.setInt(2,cbid);

I'm using only IN parameters to call a prepared SELECT. Is this the
correct behaviour? Is it going to stay this way?

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