README 373 B

123456789101112
  1. Test file format
  2. ----------------
  3. Test file is composed of sections, each section for one SQL statement.
  4. There are 2 types of statements, select and execute.
  5. Each section start by type: X (execute)
  6. S (select)
  7. and ends by empty row.
  8. Select statement is followed by expected result printed by db.select -c
  9. See existing test files as example.