Użytkownik Carey Gagnon napisał: > Here's the pertinent info > > Platform: Win > Python Version: 2.6.5 on win32 > Dabo Version: Version 0.9.3; Revision ~6238 > UI Version: 2.8.11.0 on wxMSW > > It had been a while since I had done an SVN update. I was at revision 6129 > and did an update to the current 6238. Now I get the following error when I > open my add record form to ...well...add a record: > > ERROR - Failed to set RowNumber. Error: (1064, "You have an error in your > SQL syntax; check the manual that corresponds to your MySQL > server version for the right syntax to use near '%s \n limit 1' at line > 12") > >
Hi. Frameworks fails to restore RowMumber in saveAll() method because one of your children doesn't have requery parameter set. Do you use auto generated or user defined SQL in your bizobjs? Could you turn on debug logging for database activity and show us the problematic SQL command? -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
