mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
HHH-4671 - Derby is one of those dialects that should not support "cross join"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18223 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
22e78ef6bf
commit
fc54029a9f
@ -86,6 +86,9 @@ public DerbyDialect() {
|
||||
return driverVersionMajor > 10 || ( driverVersionMajor == 10 && driverVersionMinor >= 5 );
|
||||
}
|
||||
|
||||
public String getCrossJoinSeparator() {
|
||||
return ", ";
|
||||
}
|
||||
|
||||
/**
|
||||
* This is different in Cloudscape to DB2.
|
||||
|
Loading…
x
Reference in New Issue
Block a user