./databases/ruby-odbc, ODBC binding for Ruby

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 0.999992, Package name: ruby32-odbc-0.999992, Maintainer: pkgsrc-users

This 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)


CVS history: (Expand)


   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) | Package updated
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) | Package updated
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) | Package updated
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
   2015-12-12 17:16:47 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-odbc to 0.99997.

Wed Apr 15 2015 version 0.99997 released

	* fixed bug (typo) when compiling with Ruby < 2.0

Wed Mar 25 2015 version 0.99996 released

	* when built for Ruby >= 2.0 release GVL for potentially
	  long running ODBC API functions, thanks Matt Conover
	  for initial implementation