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
This commit is contained in:
bmeyer
2014-01-28 13:42:35 +00:00
parent 8d4a21655e
commit 641a99bdf7
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
[[Property:title|Eiffel as an expression language]]
[[Property:weight|0]]
[[Property:uuid|61e93102-c558-42e7-7784-0b60b9257b5d]]

View File

@@ -23,7 +23,7 @@ It is not a good idea to use ABEL in a high-performance setting. Due to its high
== Current limitations == == 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 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. * 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. ** Allow to provide a custom class name to table name mapping.
** A way to automatically resolve 1:N or M:N relations. ** A way to automatically resolve 1:N or M:N relations.
** Support automatic creation of classes from tables, or tables from classes. ** 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.