Skip to content

Commit

Permalink
fix: remove unsupported json type for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwemox committed Apr 18, 2024
1 parent 798a323 commit 652c81d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@
expectedResult:
- '2014-01-04 05:06:07'

- functions:
- { name: "cast", className: "Oro\\ORM\\Query\\AST\\Functions\\Cast", type: "string" }
dql: "SELECT CAST(CONCAT('{\"a\":', f.id, '}') as json) FROM Oro\\Entities\\Foo f WHERE f.id = 1"
sql: "SELECT CAST(CONCAT('{\\\"a\\\":', t0_.id, '}') AS json) AS sclr_0 FROM test_foo t0_ WHERE t0_.id = 1"
expectedResult:
- '{"a": 1}'

#DECIMAL
- functions:
- { name: "cast", className: "Oro\\ORM\\Query\\AST\\Functions\\Cast", type: "numeric" }
Expand Down

0 comments on commit 652c81d

Please sign in to comment.