What is the SQL query for the widget as a whole? -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/772779
Title: certain in widget sql fails inside of the (noloop( )noloop) sections Status in Aiki Framework: New Bug description: If I have a widget that is using (noloop( )noloop) tags & I try to use sql comparing the url, the sql fails to return expected results. The sql is the following: (sql((SELECT * FROM set_list_titles WHERE id = '(!(2)!)' LIMIT 1||[-[set_title]-]))sql) If, I place the exact same sql just below the (noloop( )noloop) section inside the widget, however, the sql returns the expected results. **NOTE: If I replace the url variable (!(2)!) with a static number like 'WHERE id = 1234', then the sql will execute inside the (noloop( )noloop) section. _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp

