Skip to content

Commit 93abe86

Browse files
Update 2023-07-22-gsoc-sqlancer-midterm-zhenglin.md
1 parent 8a07068 commit 93abe86

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_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.

0 commit comments

Comments
 (0)