Path to this page:
./
databases/ruby-odbc,
ODBC binding for Ruby
Branch: CURRENT,
Version: 0.999992nb1,
Package name: ruby32-odbc-0.999992nb1,
Maintainer: pkgsrc-usersThis package contains a Ruby extension for accessing ODBC data sources.
Required to run:[
databases/iodbc] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Package options: iodbc
Master sites:
Filesize: 75.795 KB
Version history: (Expand)
- (2026-02-11) Updated to version: ruby32-odbc-0.999992nb1
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2024-04-09) Updated to version: ruby32-odbc-0.999992
- (2021-10-07) Updated to version: ruby27-odbc-0.999991
- (2021-03-21) Updated to version: ruby26-odbc-0.999991
CVS history: (Expand)
| 2026-02-11 16:30:50 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
databases/ruby-odbc: trying to fix build problem on SunOS
Always use char buffer for error reporting to stop warning of
incompatible-pointer-types. Without this change, it trying to use
SQLWCHAR buffer to it.
Bump PKGREVISION.
|
| 2026-02-03 17:04:39 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Define RUBY_ALLOW_HAS_RDOC
RUBY_ALLOW_HAS_RDOC define it in MAKE_ENV and enable discontinued
"has_rdoc" related parameters in rubygem and solve the build problem
on ruby40.
|
2024-04-09 18:40:41 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
databases/ruby-odbc: update to 0.999992
ChangeLog says that it was released on 2023-09-04 but Ruby gem released on
2024-04-09.
0.999992
* update to compile with newer Ruby releases
* allow tuning GC threshold
|
| 2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
| 2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2021-03-21 13:50:49 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
databases/ruby-odbc: update to 0.999991
Sat Dec 26 2020 version 0.999991 released
* update to compile with newer Ruby releases
* report larger width for SQL_(DECIMAL|NUMERIC) columns
|
| 2019-11-02 16:38:12 by Roland Illig | Files touched by this commit (115) |
Log message:
databases: align variable assignments
pkglint -Wall -F --only aligned -r
No manual corrections.
|
2018-05-05 16:14:35 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
databases/ruby-odbc: update to 0.99999
Wed Feb 28 2018 version 0.99999 released
* update to compile with newer Ruby releases, thanks
Lars Kanis for patch
* added ODBC::Database.login_timeout to get/set the
SQL_LOGIN_TIMEOUT connection attribute
Wed Feb 15 2017 version 0.99998 released
* minor update to compile with Ruby 2.4, thangs to Kevin Deisz
* preset output vars before SQLColAttributes() call
|