Symbol vs String
In most query building methods, we allow symbols and strings to be given as parameter.
While not being always true, when using Symbol
, Clear will try to escape the word using double quote during the request building, while String
will be printed out as it.
In case of wrong behavior, do not hesitate to fill an issue here.
Last updated