Re: [sqlite] Bug causing MSVC to fail to compile Session Extension from the amalgamation

2017-05-12 Thread Joe Mistachkin
Zachary Greve wrote: > > When using MSVC to compile the SQLite library, several errors pop up > about differing linkage definitions of several session extension > functions. These functions are declared without the SQLITE_API macro, > but are implemented with it. MSVC does not like this and fails

[sqlite] Bug causing MSVC to fail to compile Session Extension from the amalgamation

2017-05-11 Thread Zachary Greve
When using MSVC to compile the SQLite library, several errors pop up about differing linkage definitions of several session extension functions. These functions are declared without the SQLITE_API macro, but are implemented with it. MSVC does not like this and fails the compilation. I have tes