The table nameisaxis.Has threefields: 'id'(int), 'value'(varchar)and'desc'(varchar) I am usingNotORMwithSlim framework.
Any suggestions onthis?it is possible torun this type ofaction? Thank you
Allysson David
unread,
Oct 20, 2015, 6:28:08 PM10/20/15
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 not...@googlegroups.com
This shouldn't happen. The problem must lie somewhere else.
Try dumping the data along the lines and see if you find something.
Antonio Pereira
unread,
Oct 26, 2015, 5:43:08 PM10/26/15
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 NotORM
Hi David, The real problemwasthe definitionof the field name. 'desc' isa reserved word inmysql. I builtthetable through ascript, so theerror was notreleasedimmediately. Now theNotORMruns like a charm. Thanks for the tip.
Allysson David
unread,
Oct 26, 2015, 10:17:14 PM10/26/15
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