Skip to content

Fixing several minor issues

Choose a tag to compare

@jeffreydevreede jeffreydevreede released this 17 Apr 07:10
· 8 commits to master since this release
  • 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 to userId and userGroupId inside the formatRowFunction.