This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
Releases: icstechsales/dql-explorer
Releases · icstechsales/dql-explorer
v0.2.8
v0.2.7
v0.2.6.1
v0.2.6
- Fixed an issue with the querybuilder when a date field is added, although the default date of 'today' is added, it is not available in the actual dql query
- Some code refactoring in the PeoplePicker component
- Removed a warning seen in development builds
- Added Apache-2.0 license required by OpenNTF
v0.2.5
v0.2.4
v0.2.3
Additions
- You can now use the dqlexplorer.ntf to create a new dqlexplorer.nsf database and/or upgrade the design of an existing dqlexplorer.nsf
Fixes
- Fixes #2. The initial app load runs a reduced agent that only gathers the list of databases, additional agents were added that are invoqued only when needed. These modifications improved the performance on the app and reduced the workload on the server
- Fixes #3. Remove empty field from JSON
- Fixes #9 #7. The query will properly handle situations where only the form is specified and condition not added
- Fixes #8. Proper error code is provided if the query or explain fails.
Updated dqlexplorer.nsf to remove our crash feature
- We decided it was not a good idea to have a server crash feature in dqlexplorer.nsf and took it out.
Removed database encryption
- Removed database encryption on dqlexplorer.nsf
Updates to dqlexplorer.nsf
- removed the saved queries from our development environment
- updated the agents security to not run as one of the users from our demo environment
- updated readme to specify requirement for Domino Access Services to be enabled on the server and steps