aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-05 16:07:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-05 16:07:54 +0200
commit96deed4d2ef7d23b6015c1564866b3e60519d57c (patch)
treef0c9533f255b9c6e4309b67330d844bdf2b04134 /NEWS
parent4f8832bc28718feae612a2c1ed79020d32709ee7 (diff)
Document new namespace-level pragmas (table, pointer)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 890eae2..4363f64 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,13 @@ Version 1.9.0
want to place the schema creation functionality into a separate program
or library.
+ * New namespace-level pragmas: table, pointer. The table pragma specifies
+ the table prefix that is added to table names for all the persistent
+ classes inside a namespace. The pointer pragma specifies the default
+ pointer type to be used for persistent classes and views inside a
+ namespace. For more information, refer to Section 12.5.1, "pointer" and
+ Section 12.5.2, "table" in the ODB manual.
+
Version 1.8.0
* Support for the Microsoft SQL Server database. The provided connection