cheptsov / kotlin-nosql

NoSQL database query and access library for Kotlin
212 stars 32 forks source link

Can't get objectId column #6

Closed cheptsov closed 10 years ago

cheptsov commented 10 years ago

The following code throws java.lang.ClassCastException: org.bson.types.ObjectId cannot be cast to kotlinx.nosql.Id:

ownerId = Pets.select {OwnerId}.get(Id(id))