@@ -13,7 +13,7 @@ SQLancer generates a large number of statements, but not all of them are relevan
1313<center >
1414 <img style="border-radius: 0.3125em;
1515 box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.08); zoom: 60%;"
16- src=".. /assets/imgs-yutan-midterm/logs.png" alt="logs">
16+ src="https://github.com/assets/imgs-yutan-midterm/logs.png" alt="logs">
1717 <br>
1818 <div style="
1919 border-bottom: 1px;
@@ -35,7 +35,7 @@ An earlier version of sqlite3 (version 3.28.0) are used to test the statement re
3535<center >
3636 <img style="border-radius: 0.3125em;
3737 box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.08); zoom: 60%;"
38- src=".. /assets/imgs-yutan-midterm/sqlite3-original.png" alt="logs">
38+ src="https://github.com/assets/imgs-yutan-midterm/sqlite3-original.png" alt="logs">
3939 <br>
4040 <div style="
4141 border-bottom: 1px;
@@ -61,7 +61,7 @@ After the statement reducing pass, the rest of the statements could still be lon
6161<center >
6262 <img style="border-radius: 0.3125em;
6363 box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.08); zoom: 67%;"
64- src=".. /assets/imgs-yutan-midterm/unreduced.png" alt="unreduced">
64+ src="https://github.com/assets/imgs-yutan-midterm/unreduced.png" alt="unreduced">
6565 <br>
6666 <div style="
6767 border-bottom: 1px;
@@ -76,7 +76,7 @@ This reducer operates by parsing the SQL string into an abstract syntax tree (AS
7676<center >
7777 <img style="border-radius: 0.3125em;
7878 box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.08); zoom: 67%;"
79- src=".. /assets/imgs-yutan-midterm/ASTreduced.png" alt="ASTreduced" >
79+ src="https://github.com/assets/imgs-yutan-midterm/ASTreduced.png" alt="ASTreduced" >
8080 <br>
8181 <div style="
8282 border-bottom: 1px;
@@ -93,7 +93,7 @@ A virtual database engine is designed to test the functionality of reducers. Ins
9393<center >
9494 <img style="border-radius: 0.3125em;
9595 box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.08);"
96- src=".. /assets/imgs-yutan-midterm/test-statement-reducer.png" alt="test-statement-reducer">
96+ src="https://github.com/assets/imgs-yutan-midterm/test-statement-reducer.png" alt="test-statement-reducer">
9797 <br>
9898 <div style="
9999 border-bottom: 1px;
0 commit comments