Implement SQL Clause in Where IS NOT NULL#226
Implement SQL Clause in Where IS NOT NULL#226dg merged 18 commits intonette:masterfrom nargotik:master
Conversation
nargotik
commented
Apr 12, 2019
- new feature
- BC break no
- doc PR: nette/docs
Allow usage of IS NOT NULL Passing arguments on array like 'database_field NOT' => NULL, Will represent SQL query `database_field` IS NOT NULL
Allow usage of IS NOT NULL Passing arguments on array like 'database_field NOT' => NULL, Will represent SQL query `database_field` IS NOT NULL
|
Please do not reopen new pull request, you can change code via force push. |
Allow usage of IS NOT NULL Passing arguments on array like 'database_field NOT' => NULL, Will represent SQL query `database_field` IS NOT NULL
|
Sorry about it, i'm kinda noob in Git :) |
Allow usage of IS NOT NULL Passing arguments on array like 'database_field NOT' => NULL, Will represent SQL query `database_field` IS NOT NULL
Allow usage of IS NOT NULL Passing arguments on array like 'database_field NOT' => NULL, Will represent SQL query `database_field` IS NOT NULL
Have you view this implementation ? |
|
@nargotik test is still missing. database/tests/Database/SqlPreprocessor.phpt Line 101 in 8b6230d |
Ok added, test Failing test from coveralls mentions a file not changed at all :-) |
|
Thanks! |