Grails e H2 DB em produção
03/02/2014 22:54
production {
dataSource {
dbCreate = "update"
url = "jdbc:h2:file:${dbdir};MVCC=TRUE;LOCK_TIMEOUT=10000"
pooled = true
username = "sa"
password = ""
properties {
maxActive = -1
minEvictableIdleTimeMillis=1800000
timeBetweenEvictionRunsMillis=1800000
numTestsPerEvictionRun=3
testOnBorrow=true
testWhileIdle=true
testOnReturn=true
validationQuery="SELECT 1"
}
}
}
Class
org.postgresql.util.PSQLException
Message
ERROR: operator does not exist: boolean ~~ boolean Dica: No operator matches the given name and argument type(s). You might need to add explicit type casts. Posição: 320
Para se registrar, clique aqui.