Join Slack
Powered by
<@U2GS67JB0> Re. your rethinkdb question, the issu...
# announcements
r
rocketraman
12/30/2016, 10:04 PM
@skoude
Re. your rethinkdb question, the issue is that Kotlin selects the wrong overload for your lambda parameter. Specify it explicitly like this:
r.table("players").filter(ReqlFunction1 { r.row().hasFields("name").not()} ).run(conn)
Open in Slack
Previous
Next