mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Added a check for not calling next() before getting objects from the result set,
moved the check for columnIndex into same call check at the top of all getXXX added appropriate error
This commit is contained in:
@ -58,6 +58,7 @@ postgresql.res.badtime:Bad Time {0}
|
||||
postgresql.res.badtimestamp:Bad Timestamp Format at {0} in {1}
|
||||
postgresql.res.colname:The column name {0} not found.
|
||||
postgresql.res.colrange:The column index is out of range.
|
||||
postgresql.res.nextrequired:Result set not positioned properly, perhaps you need to call next().
|
||||
postgresql.serial.interface:You cannot serialize an interface.
|
||||
postgresql.serial.namelength:Class & Package name length cannot be longer than 32 characters. {0} is {1} characters.
|
||||
postgresql.serial.noclass:No class found for {0}.
|
||||
|
Reference in New Issue
Block a user