Don't default to HSQLDB behaviour
This commit is contained in:
parent
04919ac592
commit
4db5b1809e
@ -1086,9 +1086,12 @@ public abstract class AbstractDatabase implements Database {
|
||||
/* [pro] xx
|
||||
xxxx xxxxx
|
||||
xx [/pro] */
|
||||
default:
|
||||
return dataType.endsWith("ARRAY");
|
||||
// TODO: Is there any more robust way to recognise these?
|
||||
// For instance, there could be a UDT that is called this way
|
||||
return dataType.endsWith(" ARRAY");
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
protected static final String fetchedSize(List<?> fetched, List<?> included) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user