Skip to content

Add documentation for IN and EXISTS queries#429

Merged
dereuromark merged 1 commit intopropelorm:masterfrom
mringler:document_in_and_exists_queries
Dec 19, 2022
Merged

Add documentation for IN and EXISTS queries#429
dereuromark merged 1 commit intopropelorm:masterfrom
mringler:document_in_and_exists_queries

Conversation

@mringler
Copy link
Contributor

Creating EXISTS queries has been implemented about a years ago, creating IN queries is a current PR (see propelorm/Propel2#1920).
Here is the documentation for both.

@dereuromark dereuromark merged commit 1e314ce into propelorm:master Dec 19, 2022
where($clause, $value, $bindingType = PDO::PARAM_STR)
where($conditions, $operator)
whereExists($clause, $type = 'exists')
whereIN($clause, $type = 'in')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should read as whereIn()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, thanks, see #431

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