Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv16626
Modified Files:
Tag: brch-0_9pre5-SQL_SortOrdering_and_LIMIT
CHANGES
Log Message:
tests.test_EditingContext_Global: added:
test_17_fetchSpecWithSortOrderings(),
test_18_fetchSpecWithFetchLimit()
and updated the way the test-db 'AUTHOR_BOOKS' is generated: added
prices for all books.
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v
retrieving revision 1.86.2.4
retrieving revision 1.86.2.5
diff -C2 -d -r1.86.2.4 -r1.86.2.5
*** CHANGES 17 Mar 2003 12:47:34 -0000 1.86.2.4
--- CHANGES 17 Mar 2003 12:53:28 -0000 1.86.2.5
***************
*** 8,12 ****
--------------------------------------------------------
! brch-0_9pre5-SQL_SortOrdering_and_LIMIT initiated (2002/03/17)
---------------------------------------
--- 8,12 ----
--------------------------------------------------------
! brch-0_9pre5-SQL_SortOrdering_and_LIMIT initiated 2002/03/17
---------------------------------------
***************
*** 18,22 ****
--- 18,27 ----
- FetchSpecification.setFetchSlice(), making it possible to fetch a
certain limited number of objects at a time.
+
+ * tests.test_EditingContext_Global: added:
+ test_17_fetchSpecWithSortOrderings(), test_18_fetchSpecWithFetchLimit()
+ and updated the way the test-db 'AUTHOR_BOOKS' is generated: added prices
+ for all books.
* MySQL/PostgresqlSQLExpression: added support for fetch slices, implemented
|