Magicliang

Results 6 comments of Magicliang

The Database and version being used: a clickhouse as OLAP engine. The JDBC Driver and version being used: com.clickhouse:clickhouse-jdbc:0.3.2-patch11 The Ebean version being used:sbt: io.ebean:ebean:11.33.2:jar and sbt: com.typesafe.play:play-ebean_2.12:5.0.2:jar. minimal test...

And another question to be asked: If DotQuery is used, how can I specifiy field mappings over convention(No hint was found in doc)? Take this for example: I have a...

> It would be good to know: > > * The Database and version being used > * The JDBC Driver and version being used > * The Ebean version...

Sorry for late reply, thanks for you patience. Here is my basic example: [LeadsWebActionDataDao](https://github.com/magicliang/example-minimal/blob/reproduce-clickhouse-issue/src/main/java/org/example/domain/LeadsWebActionDataDao.java) My initial description was misleading because we were using Clickhouse as datasource instead of MySql, so...

> I'm thinking that you got busy with stuff. I'll close this for now and you can just re-open it when you get time to get back into this issue....

> The goal would be to git clone the repo, mvn clean test and see the issue. There isn't a test that runs that DAO. > > Are you able...