Triply-Dev / YASGUI.YASQE-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
73 stars 36 forks source link

Make query params configurable for select/update #74

Closed LaurensRietveld closed 8 years ago

LaurensRietveld commented 9 years ago

Right now the query type (select or update) automatically changes the query parameter that is send via ajax. For SELECT queries query= is used, where UPDATE queries use update=. Allow the user to configure this

jiemakel commented 8 years ago

YASQE (also on yasgui.org) is currently broken at least for me, probably as a result of work on this. utils.getString isn't defined/doesn't work, resulting in the form submitting the query under the parameter undefined. Downgrading my YASQE to 2.6.3 fixed the problem for me.

LaurensRietveld commented 8 years ago

ouch, this commit shouldnt have been there. thanks for the warning. (fixed in newest YASQE/YASGUI versions)