Skip to content

Conversation

@nargotik
Copy link
Contributor

  • new feature
  • BC break no
  • doc PR: nette/docs

Daniel added 2 commits April 12, 2019 17:08
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
@dg
Copy link
Member

dg commented Apr 12, 2019

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
@nargotik
Copy link
Contributor Author

Sorry about it, i'm kinda noob in Git :)

Daniel added 2 commits April 12, 2019 17:32
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
@nargotik
Copy link
Contributor Author

Please do not reopen new pull request, you can change code via force push.

Have you view this implementation ?

@matej21
Copy link
Contributor

matej21 commented Apr 23, 2019

@nargotik test is still missing.
I think it should be enough if you modify this test:

test(function () use ($preprocessor) { // where

@nargotik
Copy link
Contributor Author

@nargotik test is still missing.
I think it should be enough if you modify this test:

database/tests/Database/SqlPreprocessor.phpt

Line 101 in 8b6230d

test(function () use ($preprocessor) { // where

Ok added, test

Failing test from coveralls mentions a file not changed at all :-)
Failing test appveyor is because of dns problem in getcomposer

@dg
Copy link
Member

dg commented Apr 23, 2019

Thanks!

@dg dg merged commit ff54cdc into nette:master Apr 23, 2019
dg pushed a commit that referenced this pull request Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants