yorickdewid / dbtree

dbtree (previously Valca) is a structured database designed to resist data damage in any situation. The heart of the database is built around powerfull btree structures.
2 stars 2 forks source link

Integers must be positive in case of unsigned flag #4

Closed yorickdewid closed 10 years ago

yorickdewid commented 10 years ago

If the unsigned flag is set on the column all the numeric datatypes should be positive.

yorickdewid commented 10 years ago

Issue rejected for this milestone.