sqlsmith icon indicating copy to clipboard operation
sqlsmith copied to clipboard

Generating pseudo-random queries containing large numbers

Open AsliRoy opened this issue 6 years ago • 1 comments

Hello,

I was using SQLSmith to generate queries for a sqlite3 database I was working on, and I was wondering if there is any procedure, to manipulate the query generator to generate certain kinds of queries that we want it to , for our database? Any help would be highly appreciated.

AsliRoy avatar Nov 07 '19 06:11 AsliRoy

Could you be more specific in what kind of queries you are interested in?

The default const_expr factory produces integers up to 100.

df7cb avatar Oct 19 '21 16:10 df7cb