Skip to content

Commit c0d7341

Browse files
committed
Update README with new symbols in --verbose.
1 parent e1d7bf9 commit c0d7341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ following ones are generated:
8787
| symbol | meaning | details |
8888
|--------+-------------------+-----------------------------------------------|
8989
| . | ok | Query generated and executed with ok sqlstate |
90-
| s | syntax error | These are bugs in sqlsmith - please report |
90+
| S | syntax error | These are bugs in sqlsmith - please report |
9191
| t | timeout | SQLsmith sets a statement timeout of 1s |
92-
| c | broken connection | These happen when a query crashes the server |
92+
| C | broken connection | These happen when a query crashes the server |
9393
| e | other error | |
9494

9595
When you test against a RDBMS that doesn't support some of SQLsmith's

0 commit comments

Comments
 (0)