eva icon indicating copy to clipboard operation
eva copied to clipboard

A distributed database-system implementing an entity-attribute-value data-model that is time-aware, accumulative, and atomically consistent

Results 100 eva issues
Sort by recently updated
recently updated
newest added

```clj (defn find-in-db [db] (let [filing (-> (e/q '[:find ?u :where [?u :user/first-name "Alex"] [?f :example.schema/user ?u]], db) ffirst)] filing)) (e/q '[:find ?f :in $ :where [(eva-taxes.rules/find-in-db $) ?f]] (e/db...

bug
query engine

When they are in different directories, navigation and understanding is more difficult than it needs to be.

enhancement

https://github.com/Workiva/eva/blob/e6196d5e2a215e69dc6dce0651867067ba677cba/core/src/eva/v2/database/core.clj#L447 This check to ensure that the collection that is passed in is ordered does not work for a java List. List or ArrayList do not implement sequential which forces...

bug

The `connection-status` API function is no longer is use (and currently un-implemented for atleast the `AutogeneticConnection`) and can be removed.

api

Currently, such errors will be thrown as a generic `UnknownError`

enhancement

Right now, as-of can do extra work when you, say, have a database at tx 100 and: ```clj (-> db (as-of 50) (as-of 50)) ``` compared to: ```clj (-> db...

enhancement
api

Datomic introduced support for string type tempids with an implicit partition with their client API.

api