Commit Graph

718 Commits

Author SHA1 Message Date
LtWorf
92b5e55a75 creation of the tree completed
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@130 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-28 18:40:53 +00:00
LtWorf
0ff9ed22a0 converting tokenized expression into tree
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@129 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-28 18:21:43 +00:00
LtWorf
169f809988 added comments
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@128 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-28 17:41:21 +00:00
LtWorf
b8a82e6961 Changed description of debian packaged, copied the one from debian :-)
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@127 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-25 07:28:02 +00:00
LtWorf
94641a28f7 Changed version number
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@126 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-25 07:27:33 +00:00
LtWorf
f8c360414f Now make install also install the .desktop file
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@124 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-08 06:09:36 +00:00
LtWorf
a2b9c11697 Added make install and uninstall
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@123 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-06 17:04:18 +00:00
LtWorf
39a27aef71 Bug: error in update operation, it changed the original tuple, so also other relations using the same tuple would change. Now it copies it
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@122 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-03 19:03:02 +00:00
LtWorf
44e2de218c rollback, the bug is in the update, not in the function
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@121 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-03 18:19:42 +00:00
LtWorf
14a2cbb229 binary functions
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@120 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-01 14:30:19 +00:00
LtWorf
356f4a0f10 stub for binary operations
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@119 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-01 13:40:21 +00:00
LtWorf
45b559be28 completed complexity of unary functions
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@118 014f5005-505e-4b48-8d0a-63407b615a7c
2009-04-01 13:37:56 +00:00
LtWorf
e1dec88be6 lowered requested version for dejavu fonts
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@117 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-24 20:22:46 +00:00
LtWorf
d872343481 added some comments
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@116 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-19 13:30:35 +00:00
LtWorf
79058f3871 rename operation evaluated
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@115 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-19 12:56:15 +00:00
LtWorf
720d888c22 fixed error in rename operator, it didn't a full copy of the relation so update on the original relation would modify results of renamed ones
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@114 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-19 12:54:49 +00:00
LtWorf
0d191ab959 inserted complexity for selection
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@113 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-18 09:58:25 +00:00
LtWorf
df1d5c324a added draft of complexity study
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@112 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-18 09:42:48 +00:00
LtWorf
c68804c8aa updated changelog
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@111 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-16 22:19:57 +00:00
LtWorf
f25959e50b added stub for tree converter and removed redoundant and not-working parser
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@110 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-16 18:04:17 +00:00
LtWorf
012607f876 tokenizer workingpython relational/optimizer.py | lesspython relational/optimizer.py | less
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@109 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-16 16:30:41 +00:00
LtWorf
4c03931fe5 added states and capable of parsing relation names and sub-expressions
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@108 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-16 15:48:49 +00:00
LtWorf
bcdf97351e stub of new list-parser
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@107 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-16 08:52:25 +00:00
LtWorf
5a0d52a79e fixed make mac, it wasn't working anymore
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@105 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-08 09:46:29 +00:00
LtWorf
1ec69658c2 Minor fixes in makefile for mac tar generation
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@103 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-08 08:31:39 +00:00
LtWorf
742f6e9192 Thanks to Chris Lamb added
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@102 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-08 08:19:21 +00:00
LtWorf
65cb38aa53 Inserted changes of this version
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@101 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-08 08:19:19 +00:00
LtWorf
e6e571f97b Insert and delete from GUI are now done on the displayed relation, not on the selected one
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@100 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-08 08:17:24 +00:00
LtWorf
4a436f14a8 make source_all now leaves intact .svn directories, so it is possible to do svn update having it
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@99 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-08 07:49:21 +00:00
LtWorf
1d59ca0b62 removed useless dependences
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@98 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-04 21:25:54 +00:00
LtWorf
efa50adae4 fixed makefile
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@97 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-04 21:22:42 +00:00
LtWorf
09622953d5 added exec property
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@96 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-04 21:21:14 +00:00
LtWorf
fa5ce2e136 added warning and encoding to the optimizer
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@95 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-02 19:24:01 +00:00
LtWorf
be36b2ccd8 splitting into modules is completed and working (hopefully also on macosx)
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@94 014f5005-505e-4b48-8d0a-63407b615a7c
2009-03-02 16:29:11 +00:00
LtWorf
31fe0bf9ea splitted into modules
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@93 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-26 13:18:02 +00:00
LtWorf
b498f61e68 moved some scripts outside the makefile
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@92 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-26 12:58:20 +00:00
LtWorf
2f0a12f9e0 making debian package generation more clear
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@91 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-26 11:18:07 +00:00
LtWorf
62522d90f2 Merged modified makefile from latest tag
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@90 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-24 20:52:19 +00:00
LtWorf
f8fe680667 tagged version 0.8
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@88 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-24 14:56:08 +00:00
LtWorf
cea59b2c4d added make source command to generate .tar.bz file
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@87 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-24 14:32:00 +00:00
LtWorf
a73fe7ae36 updated changelog
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@86 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-23 15:17:04 +00:00
LtWorf
c658041a7d Changed event to show fields of relations in the sidebar since it was behaving differently depending on the used theme
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@85 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-13 15:52:34 +00:00
LtWorf
6e14b4b4c7 implemented inserting of tuples in GUI
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@84 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-10 17:25:04 +00:00
LtWorf
479cad96dc implemented inserting of tuples in GUI
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@83 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-10 17:19:58 +00:00
LtWorf
f956757956 Added buttons for insert and delete
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@82 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-10 13:44:19 +00:00
LtWorf
711426c23d Corrected all 'touple' into 'tuple'
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@81 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-10 12:14:49 +00:00
LtWorf
8d0830fd6b added insert method, can be used to add one touple per time into a relation and does integrity check (just prevents inserting duplicated entries)
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@80 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-10 12:11:32 +00:00
LtWorf
907d95268b Added ttf-dejavu-core dep in debian package, because it contains some needed chars such as union, intersection and so on
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@79 014f5005-505e-4b48-8d0a-63407b615a7c
2009-02-10 11:50:56 +00:00
LtWorf
4c510df460 stub insert
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@78 014f5005-505e-4b48-8d0a-63407b615a7c
2009-01-27 12:12:44 +00:00
LtWorf
600e6ee1e0 update and delete now return the number of affected rows
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@77 014f5005-505e-4b48-8d0a-63407b615a7c
2008-12-25 11:37:11 +00:00