mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-18 20:36:58 +08:00
Fix for java timestamp type from teunis@sigil.computersupportcentre.com
This commit is contained in:
@ -80,6 +80,8 @@ public class Field
|
||||
sql_type = Types.TIME;
|
||||
else if (type_name.equals("abstime"))
|
||||
sql_type = Types.TIMESTAMP;
|
||||
else if (type_name.equals("timestamp"))
|
||||
sql_type = Types.TIMESTAMP;
|
||||
else
|
||||
sql_type = Types.OTHER;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user