Bug Fix countWhere method#54
Merged
lmajano merged 4 commits intocoldbox-modules:developmentfrom Jun 28, 2022
Merged
Conversation
Contributor
Author
|
@michaelborn @lmajano we need to tweak the countWhere( ) function so the if ( structCount( arguments ) > 1 ) { statement wraps around the entire parameter handling, including the 1 = 1 addition |
Contributor
|
For more context, this resolves a SQL syntax error when only the By only running SELECT count(id) FROM User 1 = 1Which is obviously not valid SQL. 😭 |
Contributor
|
@BalbinoOrtus before I merge this, I need a test case. @michaelborn can you assist! |
Contributor
|
I added a test case to @BalbinoOrtus 's PR. As soon as he merges that, it will appear in this PR here. |
🤖 TEST: Add test for CBORM countWhere
Contributor
Author
|
@lmajano @michaelborn merged the test case |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.