Path to this page:
./
databases/ruby-tiny_tds,
Modern, simple and fast FreeTDS library for Ruby using DB-Library
Branch: CURRENT,
Version: 3.4.0,
Package name: ruby32-tiny_tds-3.4.0,
Maintainer: pkgsrc-usersTinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library.
Developed for the ActiveRecord SQL Server adapter.
Required to run:[
databases/freetds] [
misc/ruby-mini_portile2] [
lang/ruby31-base]
Master sites:
Filesize: 56.5 KB
Version history: (Expand)
- (2026-01-13) Updated to version: ruby32-tiny_tds-3.4.0
- (2026-01-07) Updated to version: ruby32-tiny_tds-3.3.0nb1
- (2025-09-15) Updated to version: ruby32-tiny_tds-3.3.0
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-05-17) Updated to version: ruby32-tiny_tds-3.2.1nb1
CVS history: (Expand)
2026-01-13 15:56:57 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
databases/ruby-tiny_tds: update to 3.4.0
3.4.0 (2026-01-01)
Happy new year!
* Add Ruby 4.0 to the cross compile list
* No longer ship a precompiled Gem for Ruby 2.7
- This is due to an upstream change. Users on Windows and Linux on
Ruby v2.7 are advised to either upgrade or install FreeTDS
manually.
* Use freetds v1.5.10 and OpenSSL v3.6.0 for Windows and Linux builds.
* Lower bigdecimal requirement to >= 2.0.0 (was 3.0 only) to allow
bigdecimal 4.0 on Ruby 4.0. Closes #601.
|
| 2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525) |
Log message:
*: recursive bump for icu 78.1
|
2025-09-15 19:20:14 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-tiny_tds: update to 3.3.0
3.3.0 (2025-09-08)
* Use freetds v1.5.4 and OpenSSL v3.5.2 for Windows and Linux builds.
* Use TypedData in C-Land.
|
2025-05-17 07:50:36 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
databases/ruby-tiny_tds: update to 3.2.1
3.2.1 (2025-04-10)
* Ensure the native Gem loads on Windows. Fixes #581.
* Use OpenSSL v3.4.1 for Windows and Linux builds.
|
| 2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449) |
Log message:
*: recursive bump for icu 77 and libxml2 2.14
|
2025-02-23 14:53:09 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-tiny_tds: update to 3.2.0
3.2.0 (2025-02-11)
This release adds a precompiled gem for Linux, for both x86_64 and ARM64
platforms and gnu / musl. The release also reduces the amount of files
shipped with the precompiled Windows build. Finally, it updates libiconv to
v1.18 and FreeTDS v1.4.26.
|
2025-01-19 15:47:57 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
databases/ruby-tiny_tds: update to 3.1.0
3.1.0 (2025-01-02)
Happy New Year! This release adds support for Ruby v3.4.0 for our
precompiled Windows gems.
|
2025-01-02 06:09:32 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-tiny_tds: update to 3.0.0
3.0.0 (2024-12-15)
For a major release, there are no changes to the API of tiny_tds, and we
assume most users can upgrade immediately.
We dropped support for older Ruby and Microsoft SQL server versions. We
also updated all dependencies for the precompiled Windows gem versions,
mainly OpenSSL v1 to v3. We no longer provide a precompiled version for
32-bit versions of Windows. And, if tiny_tds cannot send your SQL command
to the server, it will now raise an error message instead of returning
false.
Detailed changelog:
* Drop support for Ruby < 2.7
* Drop support for SQL Server < 2017
* Drop support for FreeTDS < 1.0
* No longer provide a 32-bit Windows build
* Raise error if FreeTDS is unable to send command buffer to the server
* Use freetds v1.4.23, libiconv v1.17 and OpenSSL v3.4.0 for Windows builds
* Add bigdecimal to dependencies
|