Great!. But what about Left/Right Join? I noticed they use Oracle syntax (join type is specified in where clause). Unfortunately that syntax is not common in others databases..
Quote:
(but fine tuning all commands for specific database engines will take some time)
Actually, joins where the main reason to separate SqlSelect from SqlSet... actual implementation of left/right joins will be the next step.