Releases: terma/gigaspace-web-console
Releases · terma/gigaspace-web-console
Upgrade SqlOnJson lib
- SqlOnJson provides fix for column data type
Support custom converter for databases
- Add support custom converters for databases. Take a look README how to do that.
Fix sql-on-json
aggregator-1.2.1 [maven-release-plugin] copy for tag aggregator-1.2.1
Fix OOM during Export process
- Fix OOM during Export process
don't use
aggregator-1.1.2 [maven-release-plugin] copy for tag aggregator-1.1.2
don't use
aggregator-1.1.1 [maven-release-plugin] copy for tag aggregator-1.1.1
aggregator-1.1.0
- Add support of Groovy JSON API details https://github.com/terma/gigaspace-web-console/blob/master/README.md#work-with-json
- Enable export to CSV from Groovy
0.0.34
0.0.31
0.0.30
- Enter timestamp in human format for queries: example:
select * from A where timestamp < TODAY-1d or timestamp > NOW-1w
- Support like by space document property names, example:
select * from Cats where property 'nam%'
- Nice formatting in result set for embedded space document and document properties
- You can limit how much objects
copy
by additional parametersfrom X only Y
, example:copy MyObject from 1000 only 10
which means copy start 1000 document and only 10 of them - Import
SpaceDocument
by default in groovy mode