Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@mafernandez-stratio mafernandez-stratio released this 29 May 15:00
· 2424 commits to master since this release

Changes from version 0.2.1:

  • Support for collections (List)
  • Support for multiple joins
  • Full support for connector native datatypes.
  • Full support of aliases.
  • Register/unregister tables.
  • Import catalog/table from an existent datastore.
  • Add support for operators preference
  • SQL92 Grammar support extended:
    • CASE WHEN
    • LIKE
    • LEFT/RIGTH/INNER/CROSS JOIN
    • AND/OR/NOT/IN/BETWEEN
    • NULL
    • HAVING
  • Case sensitive
  • Subqueries: Complex structures like Select from select or where clauses with another select
  • Support for Insert into from select:
    • Batch in same datastore
    • Batch with select of one datastore and insert into another datastore
    • Select from a streaming datastore and insert into a batch datastore
  • Better communication & stability between connectors and crossdata server.
  • Support for several nodes of the same connector (High availability)
  • Added metrics to measure times in every phase of a query
  • Add priority weight to connectors
  • Improvement in server concurrency
  • Update Metadata of tables can be requested from connectors to server
  • Generate SQLDirect clause that can be used for the connectors
  • Improve connector choice in Planner
  • Improvement in IConnector interface
  • Improvement in shell with better information to users
  • First approach to crossdata security module
  • Bug fixing from 0.2 version

For reporting bugs, please go to:

https://crossdata.atlassian.net

For general support and suggestion, please go to:

https://groups.google.com/forum/#!forum/crossdata-users