]> git.tuebingen.mpg.de Git - osl.git/commit
Mention that OSL_RBTREE implies OSL_UNIQUE.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 4 Jan 2015 00:33:35 +0000 (00:33 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 18 Feb 2015 14:11:29 +0000 (15:11 +0100)
commit20a76169066eaf33b279e0f322415ea4b4c2899e
tree0339693b9c1811c370e610afb8a65405486b7ec3
parentef33710dcdd4629db19f56f0d81afeae7afaae3e
Mention that OSL_RBTREE implies OSL_UNIQUE.

Also print a warning when a table is opened or created which contains
a column description with OSL_RBTREE set but OSL_UNIQUE unset. Future
versions of osl might reject such table descriptions. But in order
to not break existing applications, we can not make such a change
without a deprecation period. So a warning has to suffice for now.
osl.c
osl.h.in