From eafbfbb5c57d5d4daa3c4b3f7e89f0adbb8008f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1rio?= Date: Thu, 7 Jul 2016 22:46:31 +0100 Subject: [PATCH] Update README.md #152 Added warning regarding waterline-schema waterline-schema 0.10.19. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 27a5cfb..e42e060 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Waterline adapter for OrientDB. [Waterline](https://github.com/balderdashy/water > **Warning** > +> waterline-schema v0.10.19, a dependency of waterline, breaks sails-orientdb tests. As such we recommend using sails-orientdb with waterline <= 0.10.27 / waterline-schema <= 0.1.18. More about this on issue [#152](https://github.com/appscot/sails-orientdb/issues/152). +> +> > `sails-orientdb` maps the logical `id` attribute to the required `@rid` physical-layer OrientDB Record ID. > >