- 17 Jan, 2008 4 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
guilhermeblanco authored
Added different counter query support for Doctrine_Pager. Now it can use 2 different queries to paginate items. Added 4 new methods: setCountQuery, getCountQuery, setCountQueryParams and getCountQueryParams. If not defined a counter Doctrine_Query, the collector one is used. If no params were defined to be used in counter query, the ones passed by execute method are used
-
guilhermeblanco authored
-
- 16 Jan, 2008 9 commits
-
-
pookey authored
-
pookey authored
-
guilhermeblanco authored
Fixed count bug in Doctrine_Pager that was wrong counting the total of results found. Added 3 new methods: Doctrine_Pager::getExecuted (checks if the Pager was already executed), Doctrine_Pager_Layout::execute (handy access to execute Pager query without having to access Doctrine_Pager instance) and Doctrine_Pager_Layout::processPage (processes the template of a given page and returns the parsed string)
-
zYne authored
--no commit message
-
zYne authored
--no commit message
-
zYne authored
--no commit message
-
zYne authored
--no commit message
-
zYne authored
--no commit message
-
zYne authored
--no commit message
-
- 12 Jan, 2008 2 commits
- 11 Jan, 2008 3 commits
- 10 Jan, 2008 21 commits
-
-
zYne authored
--no commit message
-
guilhermeblanco authored
Added support to leftJoin and innerJoin parameters. Included some tests that failed due to an existent Doctrine bug.
-
lsmith authored
-
lsmith authored
-
lsmith authored
-
lsmith authored
-
lsmith authored
-
lsmith authored
-
lsmith authored
-
lsmith authored
-
lsmith authored
-
lsmith authored
-
lsmith authored
-
lsmith authored
-
lsmith authored
-
lsmith authored
- unified getDefaultFieldDeclaration(), force DEFAULT NULL when no default is set and the field allows nulls
-
lsmith authored
-
lsmith authored
-
lsmith authored
- ensure that nextId() always relies in autoincrement id generation to ensure that last insert id works reliably
-
lsmith authored
- added support for temporary tables, tweaked createSequence and enum support in getDefaultFieldDeclaration()
-
lsmith authored
-
- 09 Jan, 2008 1 commit
-
-
gnat authored
generalized a connection example to use user:pass instead of jwage:pass...
-