K2InformaticsGmbH / imem

Clustered in-memory database based on MNESIA with simple SQL layer
http://www.k2informatics.ch/
Apache License 2.0
21 stars 4 forks source link

Cluster queries #290

Closed stoch closed 5 years ago

stoch commented 5 years ago

fixes #270

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.3%) to 48.43% when pulling 4bba8e899383b4765fc4e7212b9b329652007c12 on cluster_queries into c88500034920cebaf7eb8b855b0e1807f987afa9 on master.

stoch commented 5 years ago

@c-bik This did not work for me. Does it for you?

-type stmt_class() :: "P"|"C"|"L"|"R"|"PC"|"RC".

btw. It should be

-type stmt_class() :: "P"|"C"|"L"|"R"|"CP"|"RP".