- 23 Jan, 2008 9 commits
-
-
jwage authored
-
baron314159 authored
fixes #689, which details problems with the handling of MySQL native enum columns and model class generation.
-
jwage authored
-
jwage authored
-
jwage authored
fixes #696 function was named synchronizeWithArray but i renamed it to synchronizeFromArray because it makes more sense because all the other mades user the term "from"
-
jwage authored
-
jwage authored
-
jwage authored
-
jwage authored
-
- 22 Jan, 2008 14 commits
-
-
jwage authored
-
pookey authored
-
jwage authored
-
jepso authored
-
jwage authored
-
jwage authored
-
-
jwage authored
-
jwage authored
-
jwage authored
-
jwage authored
-
jwage authored
-
jepso authored
- LIMIT and OFFSET clauses allow only integers now - Added support for INDEX BY - Added more tests, fixed failing tests, etc.
-
jwage authored
-
- 20 Jan, 2008 1 commit
-
-
jepso authored
-
- 19 Jan, 2008 3 commits
- 18 Jan, 2008 3 commits
- 17 Jan, 2008 7 commits
-
-
zYne authored
-
guilhermeblanco authored
Removed initial definition of setSelectedTemplate in Doctrine_Pager_layout in all branches. If no selected template is defined, the default assigned template is used. This prevent possible issue where the user defines default but not selected template (will use the defined one in class, what is wrong)
-
pookey authored
-
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 3 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)
-