bug in jdbc

Поиск
Список
Период
Сортировка
От Marek Koniew
Тема bug in jdbc
Дата
Msg-id 000801c20259$36b26100$14876ad4@juni.gliwice.pl
обсуждение исходный текст
Ответы Re: bug in jdbc
Re: bug in jdbc
Список pgsql-jdbc
jdbc7.0-1.2 driver working OK
 
there is exception :
 
 Something unusual has occured to cause the driver to fail. Please report this exception: Exception: java.sql.SQLException: ERROR:  No such function 'pg_encoding_to_char' with the specified attributes
 
Stack Trace:
 
java.sql.SQLException: ERROR:  No such function 'pg_encoding_to_char' with the specified attributes
 
        at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:94)
        at org.postgresql.Connection.ExecSQL(Connection.java:398)
        at org.postgresql.Connection.ExecSQL(Connection.java:381)
        at org.postgresql.Connection.openConnection(Connection.java:314)
        at org.postgresql.Driver.connect(Driver.java:149)
        at java.sql.DriverManager.getConnection(DriverManager.java:517)
        at java.sql.DriverManager.getConnection(DriverManager.java:177)
        at board.userbase(board.java)
        at board.doPost(board.java)
        at board.doGet(board.java)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:271)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:311)
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
        at org.apache.jserv.JServConnection.run(JServConnection.java:188)
        at java.lang.Thread.run(Thread.java:484)
End of Stack Trace
 
 

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: CLDC implementation of the pgsql driver.
Следующее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: bug in jdbc