From 3555c7c6e3bd0cbb7afde927c4ae176a4161ccb3 Mon Sep 17 00:00:00 2001 From: Vandang Tran Date: Mon, 15 Oct 2018 16:34:42 +0900 Subject: [PATCH] new release --- CHANGES.md | 8 ++++++++ docs/another-page.html | 6 +++--- docs/assets/css/style.css | 6 ++++++ docs/basic-tutorial.html | 6 +++--- docs/index.html | 12 ++++++------ docs/music-tutorial.html | 6 +++--- docs/ridesharing-tutorial.html | 6 +++--- docs/syntax.html | 6 +++--- .../mystyle.scssc | Bin 121984 -> 123425 bytes webpage/_config.yml | 8 ++++---- webpage/_sass/mystyle.scss | 7 +++++++ webpage/index.md | 6 +++--- 12 files changed, 49 insertions(+), 28 deletions(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..f3b38827 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,8 @@ + +### 0.0.2 (2018-09-15): + +* New trigger architecture: using three triggers, each trigger for each step in update process from view to source relations +* Fix bug of row type of a single column +* Change the name of Compile_error to SemErr +* Using rowtype instead of record +* Allow predicate names to start with an underscore \ No newline at end of file diff --git a/docs/another-page.html b/docs/another-page.html index 05245e2e..a59fbcf8 100644 --- a/docs/another-page.html +++ b/docs/another-page.html @@ -28,8 +28,8 @@ View On GitHub - Download for Macos - Download for Ubuntu + Download for Macos + Download for Ubuntu @@ -56,7 +56,7 @@

Welcome to another page

Maintained by Vandang Tran, Hiroyuki Kato, Zhenjiang Hu

Theme based on leap-day

-

Last updated on 12 Oct 2018

+

Last updated on 15 Oct 2018

diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index 50572799..6469748c 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -566,6 +566,12 @@ a small { margin-top: -0.6em; display: block; } +section a { + text-decoration: underline; } + +section a:hover { + text-decoration: none; } + strong { font-weight: bold; color: #333; } diff --git a/docs/basic-tutorial.html b/docs/basic-tutorial.html index ff1bfe1b..91286342 100644 --- a/docs/basic-tutorial.html +++ b/docs/basic-tutorial.html @@ -28,8 +28,8 @@ View On GitHub - Download for Macos - Download for Ubuntu + Download for Macos + Download for Ubuntu @@ -210,7 +210,7 @@

Running in PostgreSQ

Maintained by Vandang Tran, Hiroyuki Kato, Zhenjiang Hu

Theme based on leap-day

-

Last updated on 12 Oct 2018

+

Last updated on 15 Oct 2018

diff --git a/docs/index.html b/docs/index.html index ad16d040..c7544cb9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,8 +28,8 @@ View On GitHub - Download for Macos - Download for Ubuntu + Download for Macos + Download for Ubuntu @@ -50,7 +50,7 @@

BIRDS

Overview

-

BIRDS (Putback-based BIdirectional transformation for Relational view update Datalog-based Strategies) is a bidirectional transformation (BX) framework for Relational Database Management Systems (RDBMS). The objective of this framework is to allow programers to define a relational view in RDBMS by writing an update strategy for it.

+

BIRDS (Putback-based BIdirectional transformation for Relational view update Datalog-based Strategies) is a bidirectional transformation (BX) framework for Relational Database Management Systems (RDBMS). The objective of this framework is to allow programmers to define a relational view in RDBMS by writing an update strategy for it.

View Update Language: Datalog

@@ -94,8 +94,8 @@

Installation