ygrek / sqlgg

SQL Guided (code) Generator
https://ygrek.org/p/sqlgg/
GNU General Public License v2.0
62 stars 20 forks source link

add json functions #86

Open ygrek opened 4 years ago

ygrek commented 4 years ago

https://dev.mysql.com/doc/refman/5.7/en/json-function-reference.html

cyberhuman commented 4 years ago

ping

johnhaley81 commented 2 weeks ago

I added in a few JSON functions in https://github.com/ygrek/sqlgg/pull/138. If I could figure out how to add in variadic argument pairs then I could turn JSON_SET into the variadic version.