Nikita Glushchenko

Results 12 issues of Nikita Glushchenko

having a field of string on a table ``` case class T[T[_]]( field: T[String] ) ``` query: ``` db.run(T.select.filter(t.field `=` 2)) ``` fails with ``` org.postgresql.util.PSQLException: ERROR: operator does not...

having query ``` TableA.select.join(TableB)(???).filter(_._1.id.cast[String] `=` ???) ``` is resulting in: `ERROR: column reference "id" is ambiguous`