Skip to content

Releases: scireum/jupiter

Sorts SYS.COMMANDS lexicograpihcally

11 May 22:32
faf7097
Compare
Choose a tag to compare
Pre-release

Adds a proper sort order to SYS.COMMANDS as the current order is more or less random.

Rust update, Apollo and minor improvements

11 May 23:02
Compare
Choose a tag to compare
  • Updates to Rust 1.51.0
  • Extracts common functionality into Apollo
  • Permits to register multiple loaders for a single repository file
  • Extends the repository commands to support longer filenames
  • Records the last error a loader reported and outputs it in REPO.LOADERS

Inner indices for IDB

11 May 23:04
Compare
Choose a tag to compare
Inner indices for IDB Pre-release
Pre-release

Extends the way indices are computed for InfoGraphDB tables.

For a table like:

mappings:
    acme: test

We now support to add an index on mappings which will be used for a query like mapping.acme=test.