mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
patches by Kim Ho to fix
getByte, getSort if input has decimal or whitespace setObject if object is a BIT boolean not on list of SQLKeywords
This commit is contained in:
@ -12,7 +12,7 @@ public abstract class AbstractJdbc1DatabaseMetaData
|
||||
{
|
||||
|
||||
private static final String keywords = "abort,acl,add,aggregate,append,archive," +
|
||||
"arch_store,backward,binary,change,cluster," +
|
||||
"arch_store,backward,binary,boolean,change,cluster," +
|
||||
"copy,database,delimiter,delimiters,do,extend," +
|
||||
"explain,forward,heavy,index,inherits,isnull," +
|
||||
"light,listen,load,merge,nothing,notify," +
|
||||
|
Reference in New Issue
Block a user