From 641a99bdf7df24aa4ee03f5cf92ed2e691adb892 Mon Sep 17 00:00:00 2001 From: bmeyer Date: Tue, 28 Jan 2014 13:42:35 +0000 Subject: [PATCH] Author:Roman Date:2014-01-24T01:35:28.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1246 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- documentation/current/papers/eiffel-expression-language.wiki | 5 +++++ .../current/solutions/database-access/abel/index.wiki | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 documentation/current/papers/eiffel-expression-language.wiki diff --git a/documentation/current/papers/eiffel-expression-language.wiki b/documentation/current/papers/eiffel-expression-language.wiki new file mode 100644 index 00000000..c25a1260 --- /dev/null +++ b/documentation/current/papers/eiffel-expression-language.wiki @@ -0,0 +1,5 @@ +[[Property:title|Eiffel as an expression language]] +[[Property:weight|0]] +[[Property:uuid|61e93102-c558-42e7-7784-0b60b9257b5d]] + + diff --git a/documentation/current/solutions/database-access/abel/index.wiki b/documentation/current/solutions/database-access/abel/index.wiki index 4bb47df0..a9f6e418 100644 --- a/documentation/current/solutions/database-access/abel/index.wiki +++ b/documentation/current/solutions/database-access/abel/index.wiki @@ -23,7 +23,7 @@ It is not a good idea to use ABEL in a high-performance setting. Due to its high == Current limitations == -* The CouchDB backend has some severe limitations. +* The CouchDB backend has some severe limitations, e.g. it doesn't support polymorphism, SPECIAL, or transactions. * The garbage collector currently only works for single-user systems and is rather primitive, as it needs to load the whole database into memory. * The ESCHER plugin, which handles class schema evolution, has never been properly tested. Use at your own risk. @@ -35,6 +35,6 @@ It is not a good idea to use ABEL in a high-performance setting. Due to its high ** Allow to provide a custom class name to table name mapping. ** A way to automatically resolve 1:N or M:N relations. ** Support automatic creation of classes from tables, or tables from classes. -* Support other databases like Oracle or Microsoft SQL. +* Support other backends like Oracle, Microsoft SQL or EiffelStore.