地理データ等を集約するXMLデータベースシステム
* changed --debug option to write verbose debug messages.
* changed to check restricted geometry types such as PointPropertyType
strictly. Now, error shall be returned if you insert unmatched geometry
type items.
* changed to check property list of Update command strictly. If multiple
values are bound to one property, error shall be returned.
* changed to disconnect all connections explicitly when received ctrl-c or
signals.
○ --debug オプションでデバッグログを吐き出すようにした。
○ Ctrl-C やシグナルで DaRuMa を止めたときに、明示的にコネクションの切断を
行なうように変更した。
○ PointPropertyType のような特定のジオメトリしか保持しない型のチェックを
厳密にするようにした。型の違う項目を Insert するときちんとエラーを
返すようになった。
○ Update のチェックを厳密に行なうようになった。同名のプロパティが見つかった
場合はエラーになるようにした。