summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-16 09:20:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-16 09:20:40 +0200
commit8052988bc6c772efd37aab76d7facc572b551bab (patch)
tree7454ab3ccdd1719e69998e77c7d8bd1fc8af975c
parent1fa4dd7aa4f7bd1980dd840570273a93269d2b9a (diff)
Diagnose forward use of composite object ids
-rw-r--r--feature/list5
1 files changed, 0 insertions, 5 deletions
diff --git a/feature/list b/feature/list
index b3902b6..844730e 100644
--- a/feature/list
+++ b/feature/list
@@ -6,11 +6,6 @@
suggest explicitly making it raw (pointer(*)) if that's what the user
really wants.
-! Diagnose forward use of composite object id [diag]
-
- Generated code does not compile if a composite object id is defined
- after a (relationship) pointer to object that uses this composite id.
-
! Ability to not own underlying database connections
Could be useful when trying to work with other "database drivers".