Skip to content

0.0.30

Compare
Choose a tag to compare
@terma terma released this 22 Jun 01:58
· 252 commits to master since this release
  • 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 parameters from 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