-
-
Notifications
You must be signed in to change notification settings - Fork 110
Implement SQL Clause in Where IS NOT NULL #226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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! |