A query-builder is a set of classes and methods that is able to programmatically build queries.
I got an error [Syntax Error] line 0, col 81: Error: Expected Literal, got 'NULL' when I try to execute query via …
symfony doctrine-orm query-builderI am having an issue with creating queries with javax.persistence.criteria.CriteriaBuilder. I am using EclipseLink 2.1 and an Oracle 10…
criteria jpa-2.0 eclipselink query-builderI an looking to use a JOIN to select data from a table and a view in CakePHP like so : $…
cakephp cakephp-3.0 query-builderIn one of the my worker scripts to store aggregate counts based on some metrics, I am not using Eloquent …
laravel laravel-5 eloquent query-builder laravel-query-builderI'm using Laravel 5 and I have a table of users, and two tables 'clients' and 'employes' which contain relations between …
php mysql laravel-5 eloquent query-builderI have a very simple entity(WpmMenu) that holds menu items connected to one another in a self-referencing relationship (adjecent …
php symfony orm doctrine query-builderI have an entity named PointsComptage.php and another one named Compteurs.php. This is the relations between them: // Compteurs.…
symfony doctrine-orm left-join outer-join query-builderAre there any (good/usable/not ugly) JavaScript/interface libraries for managing the creation of custom boolean style queries, similar …
javascript database user-interface query-builder boolean-searchOn my entity I have an array collection of users /** * @ORM\ManyToMany(targetEntity="\UserBundle\Entity\User", mappedBy="acr_groups") */ protected $…
symfony doctrine query-builderin my repository class I have this, but the query is not working. public function getResultsByName($page, $resultsCount, array $request_…
symfony doctrine sum query-builder symfony-2.2