- Apr 26, 2018
-
-
Andreas Seltenreich authored
Reported-by: @alexanderlaw Closes #19
-
- Apr 07, 2018
-
-
Andreas Seltenreich authored
filter.sql was replaced by known.txt and known_re.txt.
-
Andreas Seltenreich authored
-
- Mar 29, 2018
-
-
Andreas Seltenreich authored
-
Maxence Ahlouche authored
-
- Feb 04, 2018
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Feb 03, 2018
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Oct 28, 2017
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
Blind attempt at increasing generation speed.
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Oct 21, 2017
-
-
Andreas Seltenreich authored
Per input from @mlkersten.
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
This reduces the MonetDB error rate from 90% to 50%. MonetDB doesn't appear to support LIMIT clauses in atomic subselects.
-
Andreas Seltenreich authored
The previous commit surprisingly yielded a CPU hogging sqlsmith with monetdb due to the table_or_query_name production hardly finding candidates. It turned out that the scope model was seriously lacking: Creating a child scope now automatically includes the table and column references available to the parent scope. Previously, child scopes only contained table and column references explicitly put there by the parent production.
-
Andreas Seltenreich authored
This special-casing for MonetDB is no longer needed as the impedance matching code will blacklist the production.
-
Andreas Seltenreich authored
Throw the correct exception classes and fill them with sensible data. Also avoid writing anything to stdout from the DUT class. If the previous, extremely verbose output is desired, a logger class should be implemented that is made available with a new option, e.g., --log-to-file.
-
Andreas Seltenreich authored
-
- Oct 13, 2017
-
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
-
- Jul 15, 2017
-
-
Andreas Seltenreich authored
Some messages report back huge literals constructed by sqlsmith. There's no use dumping these on the terminal.
-
Andreas Seltenreich authored
-
- May 09, 2017
-
-
Greg Rahn authored
Add pkg-config to brew install command to avoid this error: checking for PostgreSQL libraries... yes ./configure: line 4064: syntax error near unexpected token `LIBPQXX,' ./configure: line 4064: `PKG_CHECK_MODULES(LIBPQXX, libpqxx >= 4.0)'
-
- Apr 14, 2017
-
-
Andreas Seltenreich authored
Reported by @philwinn.
-
- Apr 10, 2017
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-