diff -r d4c2968a391f -r d7ae02390fac relpipe-data/examples-guile-projections.xml --- a/relpipe-data/examples-guile-projections.xml Sat Sep 12 13:20:21 2020 +0200 +++ b/relpipe-data/examples-guile-projections.xml Fri Sep 25 14:38:24 2020 +0200 @@ -2,14 +2,14 @@ xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana" xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"> - Doing projections with Guile + Doing projections with Scheme modifying attribute values and adding new attributes or removing them 01500

- The relpipe-tr-guile can not only filter records, + The relpipe-tr-scheme can not only filter records, but can also modify them and even modify the structure of the relation – add or remove attributes.

@@ -55,11 +55,11 @@

Modifying attribute values

- Then, we can modify such relation using Guile – e.g. we can make the name uppercase and increase id by 1000: + Then, we can modify such relation using Scheme – e.g. we can make the name uppercase and increase id by 1000:

@@ -85,7 +85,7 @@