Tags: adwujun/sqllogictest-rs
Tags
chore: publish as v0.2.0 (risinglightdb#12) Signed-off-by: Runji Wang <wangrunji0408@163.com>
feat: add command-line tool (risinglightdb#9) * support expected rows affected for statement * add binary for postgres client * support more types and null * support sleep command * use simple_query API and remove crates for types * update CLI arguments * don't append '.slt' in include * make binary dependencies optional * switch from structopt to clap3 * add docs about CLI and change args * add 'host' option