Simple Squeryl example not working on latest scala version.
24 views
Skip to first unread message
rahul sharma
unread,
Jan 3, 2019, 8:50:40 AM1/3/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Squeryl
HI, I wa working on older version of squeryl but now I am upgrading to the latest version. I am facing a problem in my project and I prepared a simple example also to check the problem at https://github.com/rahulsharmaindia/Squeryl-Demo-ISSUE-259 . The select query generated in my example is like Select from table;. And this is because squeryl is creating the sample object of my model class using cglib.empty.Object so a condition !clazzName.startsWith("net.sf.cglib.") in FieldReferenceLinker.scala in Squeryl is failing.