catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.84k stars 1.15k forks source link

prefix key with # in where clause also get quoted #222

Closed codable closed 6 years ago

codable commented 9 years ago

I'm not sure why stick to quoting value even if # if prefixed. Sometime we just need to use a raw expression, for example, 32bit php don't support 64bit integer values, but mysql supports bigint. Using raw expression do helps.

catfan commented 6 years ago

Check out the new feature raw object https://medoo.in/api/raw.