2008-07-21 03:47:31 +07:00
|
|
|
0.1
|
|
|
|
- Created header class to handle attributes
|
|
|
|
- Created relation class
|
|
|
|
- Added union
|
|
|
|
- Added intersection
|
|
|
|
- Added difference
|
|
|
|
- Added product
|
|
|
|
- Added projection
|
|
|
|
- Added rename
|
|
|
|
- Projection can use a list or several parameters
|
|
|
|
- Added selection
|
|
|
|
- Added left join
|
|
|
|
- Added right join
|
|
|
|
- Added capability of operation even if attributes aren't in the same order
|
|
|
|
- Added full outher join
|
|
|
|
|
|
|
|
0.2
|
|
|
|
- Created parser module
|
|
|
|
- Created function to parse expression with operators without parameters
|
2008-07-23 08:20:49 +07:00
|
|
|
- Created recoursive function to parse expressions
|
|
|
|
|
|
|
|
0.3
|
2008-07-24 17:20:04 +07:00
|
|
|
- Added support for parenthesis in relational queries
|
|
|
|
|
|
|
|
0.4
|
2008-08-08 07:41:16 +07:00
|
|
|
- Created GUI
|
|
|
|
|
|
|
|
0.5
|
|
|
|
- Added support for float numbers
|