php-sql-query-builder icon indicating copy to clipboard operation
php-sql-query-builder copied to clipboard

fix: Translate only type-safe null to sql null

Open sevjan opened this issue 9 months ago • 0 comments

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

sevjan avatar Apr 02 '25 14:04 sevjan