« Previous | Next » 

Revision 1060

k-fish, 2008-07-28 14:33

PHPCR:
  • added an additional type hint
TYPO3CR:
  • moved QOM tests to their own folder
  • defined component scope for a few classes
  • implemented Workspace->getQueryManager()
  • implemented QueryObjectModelFactory->createQuery()
  • implemented QueryObjectModel
  • implemented Query->setLimit() and Query->setOffset()
  • implemented PreparedQuery->bindValue()
  • restricted visibility of ValueFactory::createValueAndGuessType()

Files

added 
modified 
deleted 

View differences

/Packages/PHPCR/trunk/Classes/Query/QOM/F3_PHPCR_Query_QOM_QueryObjectModelFactoryInterface.php
View differences
/Packages/TYPO3CR/trunk/Classes/F3_TYPO3CR_ValueFactory.php
View differences
/Packages/TYPO3CR/trunk/Classes/F3_TYPO3CR_Workspace.php
View differences
/Packages/TYPO3CR/trunk/Classes/Query/F3_TYPO3CR_Query_PreparedQuery.php
View differences
/Packages/TYPO3CR/trunk/Classes/Query/F3_TYPO3CR_Query_Query.php
View differences
/Packages/TYPO3CR/trunk/Classes/Query/QOM/F3_TYPO3CR_Query_QOM_QueryObjectModel.php
/Packages/TYPO3CR/trunk/Classes/Query/QOM/F3_TYPO3CR_Query_QOM_QueryObjectModelFactory.php
View differences
/Packages/TYPO3CR/trunk/Tests/F3_TYPO3CR_WorkspaceTest.php
View differences
/Packages/TYPO3CR/trunk/Tests/Query/F3_TYPO3CR_Query_PreparedQueryTest.php
/Packages/TYPO3CR/trunk/Tests/Query/F3_TYPO3CR_Query_QOM_BindVariableValueTest.php
/Packages/TYPO3CR/trunk/Tests/Query/F3_TYPO3CR_Query_QOM_ComparisonTest.php
/Packages/TYPO3CR/trunk/Tests/Query/F3_TYPO3CR_Query_QOM_PropertyValueTest.php
/Packages/TYPO3CR/trunk/Tests/Query/F3_TYPO3CR_Query_QOM_QueryObjectModelFactoryTest.php
/Packages/TYPO3CR/trunk/Tests/Query/F3_TYPO3CR_Query_QOM_SelectorTest.php
/Packages/TYPO3CR/trunk/Tests/Query/F3_TYPO3CR_Query_QueryTest.php
/Packages/TYPO3CR/trunk/Tests/Query/QOM
/Packages/TYPO3CR/trunk/Tests/Query/QOM/F3_TYPO3CR_Query_QOM_BindVariableValueTest.php
/Packages/TYPO3CR/trunk/Tests/Query/QOM/F3_TYPO3CR_Query_QOM_ComparisonTest.php
/Packages/TYPO3CR/trunk/Tests/Query/QOM/F3_TYPO3CR_Query_QOM_PropertyValueTest.php
/Packages/TYPO3CR/trunk/Tests/Query/QOM/F3_TYPO3CR_Query_QOM_QueryObjectModelFactoryTest.php
/Packages/TYPO3CR/trunk/Tests/Query/QOM/F3_TYPO3CR_Query_QOM_QueryObjectModelTest.php
/Packages/TYPO3CR/trunk/Tests/Query/QOM/F3_TYPO3CR_Query_QOM_SelectorTest.php