Fixing several minor issues
- Fixed postgresql problem (see issue #3 )
- Re-use of column names for filtering and ordering (see commit b62ea1d )
- Allowing to query over multiple tables. If you do this and in the columns use for example
['user.id', 'userGroup.id']these get respectively translated touserIdanduserGroupIdinside the formatRowFunction.