- Rename will mark the resulting relation as readonly and subsequent updates, insert or deletes will actually copy the content

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@251 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2010-09-22 13:12:02 +00:00
parent 2073b4db4a
commit d63d0e78c0
3 changed files with 19 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
- Added manpage for relational-cli
- Internally uses set instead of lists to describe relation's content
- Discards the old and not so functional tlb format
- Rename will mark the resulting relation as readonly and subsequent updates, insert or deletes will actually copy the content
0.11
- Font is set only on windows (Rev 206)