kspdrgn

Results 2 issues of kspdrgn

Sorry if this is a duplicate. Maybe this will help other developers running into this issue. Using Get as the documentation suggests `Get(id)` doesn't work, it doesn't generate any predicate....

The test case on master currently works because there is only 1 row in the database, so select without a where returns 1 row as expected. Added breaking test case...