PromucFlow_constructor/app
Shrikant Sharat Kandula 0af7c7ecbb
chore: Remove non-static or API in Bridge (#31678)
Removing the `BridgeQuery.or` API since

1. it reads confusing. Are the passed-in items applied with an `or`, or
the current queries applied with the parameters with an `or`. Unlike
`and` method, this difference with `or` can change the meaning of the
query drastically.
2. it doesn't translate very well into Postgres world. Multiple hoops to
manage the same API, just not worth it.

The static `Bridge.or` looks, reads, and works much better. That's the
suggested alternative for this.
2024-03-12 15:53:49 +05:30
..
client chore: execute action event updated with source (#31662) 2024-03-12 15:36:33 +05:30
server chore: Remove non-static or API in Bridge (#31678) 2024-03-12 15:53:49 +05:30
util