examples/CQL/Blog.cql in activefacts-0.8.9 vs examples/CQL/Blog.cql in activefacts-0.8.10
- old
+ new
@@ -29,10 +29,11 @@
Text is of Content;
Content provides text of Comment,
Comment consists of one text-Content;
Post is identified by its Id;
-Post was written by one Author;
+Post was written by one Author,
+ Author wrote Post;
Topic is identified by its Id;
Post belongs to one Topic,
Topic contains Post;
Topic belongs to at most one parent-Topic [acyclic];