WP-Query-Builder icon indicating copy to clipboard operation
WP-Query-Builder copied to clipboard

An expressive query builder for WordPress based on Laravel's Query Builder

Results 8 WP-Query-Builder issues
Sort by recently updated
recently updated
newest added

Hello! First of all - very nice library :) It would be nice to add a getSql public method, which would return a string of the produced query. This will...

Error in setting a private property `bindings`. Example: use WPQueryBuilder\Query; global $wpdb; $qb = new Query($wpdb); $res = $qb->select(['post_title'])->from('wp_posts')->where('ID', '=', 1)->get(); Output: Deprecated: Creation of dynamic property WPQueryBuilder\CompositeWhereClause::$bindings is deprecated...

I really missed such an operator. 'NOT IN' why not add it? Could you do it?

Hello, Thanks for the nice library. Would be great if it's possible to define the query result types when call get() function and maybe another functions that return a list...

Great work makes my code a lot more readable! But some questions: How work with sum and where conditionals? I build a query and need multiple sum items for calculating...

Bumps [symfony/dependency-injection](https://github.com/symfony/dependency-injection) from 3.4.13 to 3.4.36. Commits - [`0d20191`](https://github.com/symfony/dependency-injection/commit/0d201916bfb3af939fec3c0c8815ea16c60ac1a2) Fix CS - [`39bc6fd`](https://github.com/symfony/dependency-injection/commit/39bc6fd64c70782185b3c66dd2e10d5ab73ba6ec) bug [#34716](https://github-redirect.dependabot.com/symfony/dependency-injection/issues/34716) [DependencyInjection] fix dumping number-like string parameters (x... - [`e2d62ff`](https://github.com/symfony/dependency-injection/commit/e2d62ff162fb4322554ebd436b061d93c4c5bab3) fix dumping number-like string parameters -...

dependencies