issues Search Results · repo:doctrine/orm-documentation language:Python
Filter by
24 results
(80 ms)24 results
indoctrine/orm-documentation (press backspace or delete to remove)Hello!
I ve created a CodeIgniter Wrapper Library for Doctrine. I believe it works well and is well documented. The library is
based on the example found here (http://docs.doctrine-project.org/en/2.0.x/cookbook/integrating-with-codeigniter.html), ...
davidbarratt
- Opened on Jan 30, 2014
- #164
http://docs.doctrine-project.org/en/2.0.x/reference/association-mapping.html#one-to-many-unidirectional-with-join-table
There is no example for One-To-Many Unidirectional with Join Table : only the generated ...
Dzamir
- Opened on Jun 4, 2013
- #159
It seems that documantation is contradictory. In dql-doctrine-query-language.rst i see example of SELECT NEW but in
grammar I don t see it beeing implemented. Also in my symfony (with doctrine 2.3.3) I ...
sstarzycki
- Opened on Mar 30, 2013
- #157
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/caching.html#deleting
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/caching.html#counting
I checked ...
chuanma
- 1
- Opened on Mar 22, 2013
- #156
Bug in QueryBuilder::add() method
Now $append param of QueryBuilder::add() method has no effect for where and having parts.
In example:
$query- add( where , u.some = ?1 );
$query- add( where , u.other ...
relo-san
- Opened on Dec 7, 2012
- #144
9.3. Lifecycle Callbacks
public function doStuffOnPrePersist()
{
$this- createdAt = date( Y-m-d H:m:s );
}
https://github.com/doctrine/orm-documentation/blame/master/en/reference/events.rst#L243 ...
hacfi
- 1
- Opened on Nov 20, 2012
- #140
DQL function IDENTITY (for selecting the FK value of a related entity) and HIDDEN (keyword for selecting values without
including in the resultset) are both undocumented.
jhartikainen
- Opened on Nov 8, 2012
- #136
/en/tutorials/in-ten-quick-steps.rst has a typo at step №4:
public function __construct(User $author)
{
$this- author = $author;
$this- posts = new ArrayCollection();
}
Change $this- posts to ...
arogulin
- Opened on Oct 23, 2012
- #134
ApiGen 2.6 has an annoying behaviour where moving the mouse over a class’ method summary expands the rows to display
method details, disrupting reading. This problem is now fixed in ApiGen 2.8 and details ...
oscherler
- Opened on Oct 23, 2012
- #132

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.