2022-09-23 22:57:35 +00:00
|
|
|
This directory contains the nanodbc project from https://github.com/nanodbc/nanodbc
|
|
|
|
|
|
|
|
It is licensed under MIT, with the license text in this directory.
|
|
|
|
|
|
|
|
|
|
|
|
Note: The CMakeLists.txt file has been modified to remove the CXX flags nanodbc is
|
|
|
|
adding to the build. These flags were interfering with the Clang build, and also
|
|
|
|
including Werror is a bad idea.
|
2023-04-01 23:50:33 +00:00
|
|
|
|
|
|
|
Note: The cpp and header file have been modified to remove the #ifdef _clang_ from the
|
|
|
|
includes. This was needed when nanodbc changed the standard library, but now with GCC 13,
|
|
|
|
this is needed when building with the GCC standard library and clang.
|