Gavin King

Results 238 comments of Gavin King

@stefcl IIRC, I think @vietj lets you write your actions as methods of a toplevel `object`.

> IIRC someone talked about contributing a build system in ceylon You mean [ceylon.build](https://github.com/ceylon/ceylon.build)?

I don't understand this issue. It seems to be saying that: - Liquibase is based around JDBC and so requires a JDBC config, but - HR does not use JDBC,...

> Are there any plans to introduce liquibase and flyway as reactive variant? I would be very surprised if there were any such plans, since reactive doesn't seem to offer...

@gsmet oh I see, then it *is* simply that I didn't understand the issue. Thanks.

I'm against this change. We generally don't have `Dialect`-specific configuration properties, and we usually manage different database versions by `Dialect` inheritance (in H5) or by automatically detecting the database version...

> My solution was inspired by SAP HANA Driver and its variable `hibernate.dialect.hana.use_legacy_boolean_type`. Yeah, well I'm also a bit skeptical of those config properties and I would like to know...

OK sorry @Sanne it was your name popped up in blame :-) Sure, I'm not suggesting we remove them from 5 but it would be nice if we could remove...

Yes my intention wasn't to diss HANA, I just hate config properties.