Обсуждение: jdbc bug

Поиск
Список
Период
Сортировка

jdbc bug

От
"zhousj"
Дата:
jdbc bug
 
I think I found a bug, when execute following code:
 
...
org.postgresql.Connection conn;
...
ResultSet rs= conn.ExecSQL("--"); file://dead here
...
 
the porgram doesn't return any result ,just died.