summaryrefslogtreecommitdiff
path: root/sql/json_schema.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-31032: UBSAN|downcast of address X which does not point to anRucha Deodhar2023-04-261-26/+3
* MDEV-30705: JSON_SCHEMA_VALID: schema with multipleOf for big valueRucha Deodhar2023-04-261-7/+16
* MDEV-30704: JSON_SCHEMA_VALID: multipleOf must be greater than zeroRucha Deodhar2023-04-261-11/+30
* MDEV-30703: JSON_SCHEMA_VALID : Enum array must have at least one valueRucha Deodhar2023-04-261-15/+30
* MDEV-30690: Server crashed on function JSON_SCHEMA_VALID with incorrectRucha Deodhar2023-04-261-6/+6
* MDEV-30977: Additional key values are not validating properly when usingRucha Deodhar2023-04-261-0/+9
* MDEV-30995: JSON_SCHEMA_VALID is not validating case sensitive when usingRucha Deodhar2023-04-261-2/+4
* MDEV-30795: JSON_SCHEMA_VALID bugs mentioned in commentRucha Deodhar2023-04-261-2/+26
* MDEV-27128: Implement JSON Schema Validation FUNCTIONRucha Deodhar2023-04-261-0/+2819