php-sql-query-builder
php-sql-query-builder copied to clipboard
fix: Translate only type-safe null to sql null
When using equals / notEquals method with an empty string it keeps the empty string instead of replacing with null. Previously it substituted the empty string with 'NULL' string. This PR fixes issue https://github.com/nilportugues/php-sql-query-builder/issues/106
- [x] Tests updated and run