db icon indicating copy to clipboard operation
db copied to clipboard

Enum cases support for build query

Open lynicidn opened this issue 4 months ago • 2 comments

What steps will reproduce the problem?

$query->andWhere(['category_name' => CategoryEnum::blablacat])

What is the expected result?

Am want suggest add logic to query for transformate enum case object to case->value

$query->andWhere(['category_name' => CategoryEnum::blablacat->value])

What do you get instead?

this suggestion

Additional info

Q A
Version 3.x?
PHP version 8.x+
Operating system any

lynicidn avatar Oct 11 '24 06:10 lynicidn