Russell

Results 1 issues of Russell

Trying to use an empty string for a comparison causes the query builder to replace it with a string of NULL. Example: ```php $builder = new \NilPortugues\Sql\QueryBuilder\Builder\GenericBuilder; $select = $builder->select('SomeTable');...