Build Update for abc100m/soci
-------------------------------------

Build: #5
Status: Errored

Duration: 29 minutes and 30 seconds
Commit: 3a0d153 (hotfix/3.2.2)
Author: abc100m
Message: for sqlite back-end, add test_bulk_size_1().

get_number_of_rows() now return 1 when call:: execute(1).
rewrite sqlite3_statement_backend::fetch(int number)

test case:
    std::vector<std::string> vec_name(1);
    sql << "select name from soci_test", into(vec_name);
    assert(vec_name.size() == 1);

View the changeset: 
https://github.com/abc100m/soci/compare/94c27301425b...3a0d15365d23

View the full build log and details: 
https://travis-ci.org/abc100m/soci/builds/8812420

--

You can configure recipients for build notifications in your .travis.yml file. 
See http://about.travis-ci.org/docs/user/build-configuration


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
soci-devel mailing list
soci-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-devel

Reply via email to