1.13 14:55:24 added method to replay tuples from start_order_by to end_order_by (may or may not replay revision tuples and includes and end marker (fake tuple (fake_flag=true)) to signal end of replayed tuples)
2004/10/20 anurag updated hack methods to use the new tuple header and types
2004/10/20 anurag just had to run "dos2unix" on these to get rid of the annoying ^M
:) ----------------------------
revision 1.10
date: 2004/10/19 23:56:57; author: mbalazin; state: Exp; lines: +2 -2
Mostly cleanup in my stuff after all the changes but I also wrapped TupleType into a structure. So we now have to use TupleType::INSERTION rather than INSERTION alone. We can also print tuple types with "<<" and they will print with their string equivalents. We can still compare them with == and !=.
2004/10/19 tatbul references to HEADER_SIZE and HISTORICAL fixed
2004/10/18 essie Made changes to make sure several methods on CPView work
also added trimming of CP storage nad made other fixes
2004/10/08 bb Moved include to avoid circular include error.
2004/09/24 yna Moved most of the Aurora code into the Borealis namespace. There are still a few things in util/ that aren't
used that need to be moved.....
2004/09/17 bb Updated with Long, Single and Double schema types.
2004/09/14 anurag lots and lots of fixes to get connection points working :)
2004/08/24 anurag lots of CP fixes. Tuples are being stored in the CP now. needs further testing
2004/08/18 anurag enums changes to inner class for serializations
2004/08/17 anurag Connection Point and supporting files added