node-persist icon indicating copy to clipboard operation
node-persist copied to clipboard

whereIn only works after a using

Open wbrady opened this issue 13 years ago • 0 comments

For example can't do User.whereIn("name", ["bob", "sally"]).all

Have to do User.using(conn).whereIn("name", ["bob", "sally"]).all

wbrady avatar Sep 14 '12 16:09 wbrady