Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid loop break in DataTableFactory
The loop should break after the first proxy query factory matches. With break outside of the if statement, if the first proxy query factory does not support the given data, it would break the loop, creating more issues.
- Loading branch information