We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d7bf9 commit c0d7341Copy full SHA for c0d7341
README.org
@@ -87,9 +87,9 @@ following ones are generated:
87
| symbol | meaning | details |
88
|--------+-------------------+-----------------------------------------------|
89
| . | ok | Query generated and executed with ok sqlstate |
90
-| s | syntax error | These are bugs in sqlsmith - please report |
+| S | syntax error | These are bugs in sqlsmith - please report |
91
| t | timeout | SQLsmith sets a statement timeout of 1s |
92
-| c | broken connection | These happen when a query crashes the server |
+| C | broken connection | These happen when a query crashes the server |
93
| e | other error | |
94
95
When you test against a RDBMS that doesn't support some of SQLsmith's
0 commit comments