You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by ey...@apache.org on 2021/06/30 02:21:42 UTC

[incubator-age-website] branch master updated: adjusted the table format (#14)

This is an automated email from the ASF dual-hosted git repository.

eya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b0500f  adjusted the table format (#14)
8b0500f is described below

commit 8b0500fd1f22fed57c21a7300a0e7cf536cd206e
Author: aysko75 <76...@users.noreply.github.com>
AuthorDate: Wed Jun 30 11:21:37 2021 +0900

    adjusted the table format (#14)
    
    * Update index.html
    
    * Update index.html
    
    * update
    
    * Update index.html
    
    * Update index.html
    
    * Update index.html
    
    * Update index.html
---
 index.html | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/index.html b/index.html
index 3ce8415..3dc9030 100644
--- a/index.html
+++ b/index.html
@@ -227,12 +227,14 @@
                 </tr>
                 <tr>
                   <td class="tblhead">Key Improvements</td>
-                  <ul>
-                    <li>Agtype's support for Hash Join for better performance</li>
-                    <li>Improved support for DELETE </li>
-                    <li>Support for CASE stetement and PostgreSQL EXPLAIN command </li>
-                    <li>ANTLR4 grammar file for JDBC, NodeJS drivers</li>
-                  </ul>
+                  <td>
+                    <ul>
+                      <li>Agtype's support for Hash Join for better performance</li>
+                      <li>Improved support for DELETE </li>
+                      <li>Support for CASE stetement and PostgreSQL EXPLAIN command </li>
+                      <li>ANTLR4 grammar file for JDBC, NodeJS drivers</li>
+                    </ul>
+                  </td>
                 </tr>
               </tbody>
             </table>
@@ -251,11 +253,13 @@
                 </tr>
                 <tr>
                   <td class="tblhead">Key Improvements</td>
-                  <ul>
-                    <li>openCypher VLE (Variable Length Edges)</li>
-                    <li>openCypher MERGE</li>
-                    <li>...</li>
-                  </ul>
+                  <td>
+                    <ul>
+                      <li>openCypher VLE (Variable Length Edges)</li>
+                      <li>openCypher MERGE</li>
+                      <li>...</li>
+                    </ul>
+                  </td>
                 </tr>
               </tbody>
             </table>