Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Add test for integer to string conversion (SQLite only) #190

Merged
merged 1 commit into from
Jun 29, 2016
Merged

Add test for integer to string conversion (SQLite only) #190

merged 1 commit into from
Jun 29, 2016

Conversation

mloskot
Copy link
Contributor

@mloskot mloskot commented Jun 29, 2016

The test should cover fix submitted in #176.


Note, the CI builds are likely to fail, because the test requires #176 fix.
Without it, garbage is written to result buffers:

nanodbc\test\sqlite_test.cpp(180): FAILED:
  REQUIRE( results.get<nanodbc::string_type>(1) == L"-128" )
with expansion:
  "65408" == "-128"

The test should cover fix submitted in #176.
@mloskot mloskot mentioned this pull request Jun 29, 2016
@lexicalunit lexicalunit merged commit dbb6538 into lexicalunit:master Jun 29, 2016
@mloskot mloskot deleted the ml/add-integer-converion-test branch June 29, 2016 19:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants