Skip to content

Commit 8b38945

Browse files
authored
Merge pull request #7 from ZhengLin-Li/main
feat: add author
2 parents 376c69f + 9870298 commit 8b38945

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ defaults:
7474
type: posts
7575
values:
7676
layout: single
77-
author_profile: false
77+
author_profile: true
7878
read_time: true
7979
comments: true
8080
share: true

_data/authors.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Zhenglin Li:
2+
name : "Zhenglin Li"
3+
avatar : "/assets/images/2023-gsoc-contributors-Li.jpg"
4+
links:
5+
- label: "Email"
6+
icon: "fas fa-fw fa-envelope-square"
7+
url: "mailto:lizhenglin2001@gmail.com"
8+
- label: "Website"
9+
icon: "fas fa-fw fa-link"
10+
url: "https://zhenglinli.me/"
11+
- label: "LinkedIn"
12+
icon: "fab fa-fw fa-linkedin"
13+
url: "https://www.linkedin.com/in/zhenglin-li"
114
Yutan Yang:
215
name : "Yutan Yang"
316
avatar : "/assets/imgs-yutan-midterm/yutan-avatar.jpg"
@@ -7,4 +20,4 @@ Yutan Yang:
720
url: "colin.young.taro@gmail.com"
821
- label: "github page"
922
icon: "fas fa-fw fa-link"
10-
url: "https://github.com/ColinYoungTaro"
23+
url: "https://github.com/ColinYoungTaro"

_posts/2023-07-22-gsoc-sqlancer-midterm-zhenglin.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: 'GSoC 2023: Midterm Report on Support of StoneDB by Zhenglin Li'
2+
title: 'GSoC 2023: Midterm Report on Support of StoneDB'
33
date: 2023-06-04
4+
author: Zhenglin Li
45
categories:
56
- blog
67
tags:
78
- gsoc
89
---
910

10-
# Support of StoneDB Midterm Report by Zhenglin Li
11+
# Support of StoneDB Midterm Report
1112

1213
SQLancer is an open-source tool for testing the correctness of SQL database systems and supports close to 20 database systems. The goal of this project is to add support for StoneDB to SQLancer and test StoneDB to find potential bugs.
1314

@@ -82,6 +83,6 @@ This section will cover opportunities for potential future changes.
8283

8384
2. Support more statement categories and syntax. For example, referring to the docs of MySQL, there are some optional arguments that we may not currently support. We can support them in the future.
8485

85-
3. Another example is that, we can support more functions, refer to: https://stonedb.io/docs/SQL-reference/functions/advanced-functions
86+
3. Another example is that, we can support more functions, refer to: [https://stonedb.io/docs/SQL-reference/functions/advanced-functions](https://stonedb.io/docs/SQL-reference/functions/advanced-functions)
8687

8788
4. Refine the code implementation. For example, we can discuss if we can reuse some code that is common to all DBMS implementations.
38.5 KB
Loading

0 commit comments

Comments
 (0)