Change relational language to use math symbols

The symbols previously used were a Canadian script, and were looking
good enough, but they might not be installed in every machine.

Besides, all this is to workaround a Qt5 bug that prevents from
rendering those symbols at times.
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2015-05-31 19:01:03 +02:00
parent 7e1c2c964c
commit 8cb08ad030
19 changed files with 30 additions and 33 deletions

View File

@@ -1 +1 @@
σ skill=='C'(people ᐅᐊ skills)
σ skill=='C'(people skills)

View File

@@ -1 +1 @@
σ (len(name)==4)(peopleᐅᐊ skills)
σ (len(name)==4)(people skills)

View File

@@ -1 +1 @@
σ name=='eve' (people) people
σ name=='eve' (people) people

View File

@@ -1 +1 @@
people σ name=='eve' (people)
people σ name=='eve' (people)

View File

@@ -1 +1 @@
(σ age<25(people) σ age>30(people)) ᐅᐊ ratings-πid,name,chief,age,rating(σ rating<r((ρid➡i,rating➡r(π id,rating((σ age<25(people) σ age>30(people)) ᐅᐊ ratings))) * (σ age<25(people) σ age>30(people)) ᐅᐊ ratings))
(σ age<25(people) σ age>30(people)) ratings-πid,name,chief,age,rating(σ rating<r((ρid➡i,rating➡r(π id,rating((σ age<25(people) σ age>30(people)) ratings))) * (σ age<25(people) σ age>30(people)) ratings))

View File

@@ -1 +1 @@
σ skill=='C' and age<25 and skill!=name(people ᐅᐊ skills)
σ skill=='C' and age<25 and skill!=name(people skills)

View File

@@ -1 +1 @@
πname,phone(((πname,id(people)- π name,id(πid(σ i!=id and room==r(ρ id➡i,room➡r(person_room)*person_room)) ᐅᐊ people)) ᐅᐊ person_room) ᐅᐊ rooms)
πname,phone(((πname,id(people)- π name,id(πid(σ i!=id and room==r(ρ id➡i,room➡r(person_room)*person_room)) people)) person_room) rooms)

View File

@@ -1 +1 @@
σ age<30 and skill=='PHP' (people ᐅᐊ skills)
σ age<30 and skill=='PHP' (people skills)

View File

@@ -1 +1 @@
σ (id==2) (σ age>5 (people people))
σ (id==2) (σ age>5 (people people))

View File

@@ -1 +1 @@
σ skill=='C' and chief==0 ((σ age<30 (people) σ age>40(people)) ᐅᐊ skills)
σ skill=='C' and chief==0 ((σ age<30 (people) σ age>40(people)) skills)

View File

@@ -1 +1 @@
πname,age,skill((ratings-πid,rating(σ r>rating (ρrating➡r(πrating(ratings )) * ratings)) ᐅᐊ people) ᐅᐊ skills)
πname,age,skill((ratings-πid,rating(σ r>rating (ρrating➡r(πrating(ratings )) * ratings)) people) skills)

View File

@@ -1 +1 @@
σ age<30 (σ (id%2==0) (people) σ age>22(people))
σ age<30 (σ (id%2==0) (people) σ age>22(people))

View File

@@ -1 +1 @@
people σ name=='eve' (people)
people σ name=='eve' (people)

View File

@@ -1 +1 @@
σ name=='eve' (people) people
σ name=='eve' (people) people

View File

@@ -1 +1 @@
people people people
people people people

View File

@@ -1 +1 @@
σ skill=='C'(skills) σ id%2==0 (skills)
σ skill=='C'(skills) σ id%2==0 (skills)

View File

@@ -1 +1 @@
σ age<21 (people) σage >30(people)
σ age<21 (people) σage >30(people)