Skip to content

Commit

Permalink
VERSION 20240629
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Jun 29, 2024
1 parent b2a7063 commit f9746d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project(tdscpp VERSION 1.0)
project(tdscpp VERSION 20240629)

include(GNUInstallDirs)
include(CMakePackageConfigHelpers)
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@ g++ -std=c++20 -ltdscpp test.cpp
Release history
---------------

* 20240212: Initial release
* 20240629
* Fixed compilation on 32-bit platforms
* Fixed compilation on Clang
* Fixed case where sp_prepare doesn't know columns
* Fixed handling of short NUMERICs in BCP
* Sped up reading large VARCHAR(MAX) values
* Added CI

* 20240212
* Initial release

Sample code
-----------
Expand Down

0 comments on commit f9746d8

Please sign in to comment.