** Changed in: aikiframework Assignee: (unassigned) => rg1024 (rg1024)
** Changed in: aikiframework Importance: Undecided => Medium -- You received this bug notification because you are a member of Aiki Framework Developers, 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. To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/772779/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : aikiframework-devel@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp