lightblue-platform / lightblue-rdbms

GNU General Public License v3.0
1 stars 6 forks source link

If class hierarchy needs to be redesigned #68

Open bserdar opened 10 years ago

bserdar commented 10 years ago

The conditionals should simply support: if conditional-expression expression then expression

conditional-expression should be something based on query expression that does not include if.

expression can be any expression, including if.

This covers all possible cases without the class hierarchy we have now,