CodeLionX / actordb

Actor Database System Framework using Akka
MIT License
0 stars 2 forks source link

Make all successful messages return Relations #68

Closed srfc closed 6 years ago

srfc commented 6 years ago

Issue

Problem Description

We are sometimes returning scalar values, single records, Seq[Record], or Relations. We want to unify this to always return a Relation.

Supporting Information