Test output for sqlite3

Testing time: 8.0s

CHICKEN_INSTALL_PREFIX=/root/src/salmonella/salmonella-4.5.0/repo CHICKEN_INCLUDE_PATH=/root/src/salmonella/salmonella-4.5.0/repo/share/chicken CHICKEN_REPOSITORY=/root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5 /usr/local/chicken-4.5.0/bin/csi -script run.scm

-- testing SQLite3 bindings --------------------------------------------------
library version ...................................................... [ PASS]

    -- testing SQL completeness checks ---------------------------------------
    complete SQL ..................................................... [ PASS]
    incomplete SQL ................................................... [ PASS]
    2 tests completed in 0 seconds.
    2 out of 2 (100%) tests passed.
    -- done testing SQL completeness checks ----------------------------------


    -- testing statement management ------------------------------------------
    basic lifecycle .................................................. [ PASS]
    unfinalized statement detection .................................. [ PASS]
    automatic statement finalization ................................. [ PASS]
    SQL error detection .............................................. [ PASS]
    repair ........................................................... [ PASS]
    column count ..................................................... [ PASS]
    column name ...................................................... [ PASS]
    column declared type ............................................. [ PASS]
    column type ...................................................... [ PASS]
    parameter count .................................................. [ PASS]
    parameter name ................................................... [ PASS]
    parameter index .................................................. [ PASS]
    12 tests completed in 0.016 seconds.
    12 out of 12 (100%) tests passed.
    -- done testing statement management -------------------------------------


    -- testing simple statement interface ------------------------------------
    data invariance .................................................. [ PASS]
    boolean invariance ............................................... [ PASS]
    null invariance .................................................. [ PASS]
    single value retrieval ........................................... [ PASS]
    single row retrieval ............................................. [ PASS]
    missing data detection ........................................... [ PASS]
    folding rows ..................................................... [ PASS]
    mapping rows ..................................................... [ PASS]
    iterating over rows .............................................. [ PASS]
    change counting .................................................. [ PASS]
    named parameters ................................................. [ PASS]
    bad named parameter detection .................................... [ PASS]
    bad parameter count detection .................................... [ PASS]
    13 tests completed in 0.024 seconds.
    13 out of 13 (100%) tests passed.
    -- done testing simple statement interface -------------------------------


    -- testing user defined functions ----------------------------------------
    collation sequences .............................................. [ PASS]
    simple functions ................................................. [ PASS]
    aggregate functions .............................................. [ PASS]
    3 tests completed in 0.008 seconds.
    3 out of 3 (100%) tests passed.
    -- done testing user defined functions -----------------------------------

1 test and 4 subgroups completed in 0.058 seconds.
1 out of 1 (100%) test passed.
4 out of 4 (100%) subgroups passed.
-- done testing SQLite3 bindings ---------------------------------------------

Database memory still used: 0
Database memory high water mark: 73504