atk4 / data

Data Access PHP Framework for SQL & high-latency databases
https://atk4-data.readthedocs.io
MIT License
273 stars 46 forks source link

Fix numeric compare affinity for SQLite #989

Closed mvorisek closed 11 months ago

mvorisek commented 2 years ago

fix #950

in theory, the fix should be done on whole SQL AST, but such approach requires AST parser, so for simplicity, the fix is done on comparison expressions created using Query::where() method only