cppstddb icon indicating copy to clipboard operation
cppstddb copied to clipboard

A reference implementation for a modern C++ client interface

Results 9 cppstddb issues
Sort by recently updated
recently updated
newest added

The last change is like from a year ago.

While trying out your test file for sqlite, I found these missing headers.

clang-format maybe to avoid discussions and ambiguities?. Its so far the only automagic tool that I've not become to hate. The earlier the better so history may be preserved. As...

To continuously enforce reliable compliance of driver implementations. Must be driver agnostic.

Recommend semver (http://semver.org/). Though I don't think this libraries interface is supposed to be subject to frequent change, semver would do a good job at providing stability and backwards compatibility...

So everybody can approach the project in a more organized manner than I'm doing myself right now.

- [ ] Based on libpq - [ ] Support binary format; this one is kind of tricky because of server side versions and the fact that the binary formats...

The message from the driver is not properly displayed (truncated by newline?); ```terminate called after throwing an instance of 'database_error' what(): message: mysql error: [1] 20793 abort ./runtest ```