Added JSON_VALUE for mysql platform#122
Conversation
671f86f to
3333cee
Compare
annervisser
left a comment
There was a problem hiding this comment.
This means MariaDB will have JSON_VALUE twice
Available is imo the needed addition. It will be available twice. You still have to register every function separately, so they will not conflict if you pick what you need. |
@Hikariii All other JSON functions in this repo's MySQL directory are also available (and identical) in MariaDB. It seems inconsistent to only have the JsonValue duplicated. |
3333cee to
380e951
Compare
380e951 to
dca5364
Compare
|
@annervisser I just updated json_value to be mysql specific. |
fixes #82