examples/CQL/JoinEquality.cql in activefacts-0.8.9 vs examples/CQL/JoinEquality.cql in activefacts-0.8.10
- old
+ new
@@ -12,13 +12,13 @@
/*
* Entity Types
*/
Event is identified by its Id;
-Venue is identified by its Id [independent];
+Venue is independent identified by its Id;
Event is held at one Venue;
-Seat is identified by Venue and Reserve and Row and Number [independent] where
+Seat is independent identified by Venue and Reserve and Row and Number where
Seat is at one Venue,
Seat is in one Reserve,
Seat is in one Row,
Seat has one Number;