Pawel
Pawel
There is a problem with one Entity: ``` case class TagAttributeValue(m: Model, a: Attribute, val value: List[Tag]) extends AttributeValue[List[Tag]](m, a) ``` where: ``` abstract class AttributeValue[T](val model: Model, val attribute:...
Scala is putting diacritics at the end of sorted Strings. You should use a [Collator](http://docs.oracle.com/javase/7/docs/api/java/text/Collator.html) to sort by Strings.
Every (even nonoptional fields) are NULLable in generated MySQL schema.
The commit: `df5f074c0c7dab45484d3e33eff3622212d6bcdf`.
There is a problem when you try to `updateEntity` with @transient fields: `Invalid property name logger for class class model.tasks.Task`
Bloop is reporting `unreachable code` in wrong place # The code ``` sealed trait ItemsEventApi extends InstapEventApi { def timestamp: Instant } object ItemsEventApi { implicit val format: Format[ItemsEventApi] =...
When using H2 in PostgreSQL Compatibility Mode - `jdbc:h2:~/test;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE` you get: ``` Exception in thread "main" java.lang.IllegalArgumentException: No method in multimethod 'get-db-config' for dispatch value: H2 at clojure.lang.MultiFn.getFn(MultiFn.java:156) at clojure.lang.MultiFn.invoke(MultiFn.java:229)...
There is only PHP way: https://gourl.io/lib/examples/example_customize_box.php