aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-22 09:21:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-22 09:21:32 +0200
commita94dde17a2e6a41c36dd052bc8d2bbbc224aeb97 (patch)
tree959aa2b294025aa41229dafb885c8d740eb70c0d /NEWS
parent6a6095112daabd18d445ecf0d4c05e993e54236c (diff)
Add --table-prefix option
Assign unique table prefixes to most examples. This makes sure that we don't end up with broken schemas where half of the tables were changed by the next test and the other half has foreign keys that now point to nowhere.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 128e8b7..3f84ddb 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,10 @@ Version 1.6.0
For more information, refer to chapters 11 (for MySQL), 12 (for SQLite)
and 13 (for PostgreSQL) in the ODB manual.
+ * New option, --table-prefix, allows the specification of a prefix that
+ is added to table and index names. For more information, refer to the
+ ODB compiler command line interface documentation (man pages).
+
Version 1.5.0
* Support for the PostgreSQL database. The provided connection factories