75c5c8694a
## 0.10.6 2011-05-22 Bugfixes * Fix an issue on some platforms when multiple DO drivers are loaded ## 0.10.5 2011-05-03 Bugfixes * Fix an issue with DateTime (do\_sqlite3) ## 0.10.4 2011-04-28 New features * Add save point to transactions (all) * JRuby 1.9 mode support (encodings etc.) Bugfixes * Fix segfault when no tuples are returned from a non select statement (do\_postgres) * Fix bug when using nested transactions in concurrent scenarios (all) * Use column aliases instead of names (jruby) * DST calculation fixes (all) * Attempt to add better support for ancient MySQL versions (do\_mysql) * Fix handling sub second precision for Time objects (do\_postgres) Other * Refactor to DRY up the adapters (all) * Many style fixes * Switch back to RSpec ## 0.10.3 2011-01-30 * Reworked transactions * Fix a DST bug that could cause datetimes in the wrong timezone
14 lines
407 B
Makefile
14 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/06/19 08:43:46 taca Exp $
|
|
|
|
DISTNAME= data_objects-0.10.6
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/datamapper/do
|
|
COMMENT= DataObjects basic API and shared driver specifications
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.1<3:../../net/ruby-addressable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|