Update to 1.78. From the changelog:

- Fix parsing of binary ops to correctly take up only a single LHS
  element, instead of gobbling up the entire parse-to-date
- Explicitly handle ROW_NUMBER() OVER as the snowflake-operator it is
- Improve signatures/documentation of is_same_sql_bind / eq_sql_bind
- Retire script/format-sql - the utility needs more work to be truly
  end-user convenient
This commit is contained in:
schmonz 2014-06-09 18:35:48 +00:00
parent b8a96f3749
commit 1dd9d84221
2 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.30 2014/05/29 23:35:30 wiz Exp $
# $NetBSD: Makefile,v 1.31 2014/06/09 18:35:48 schmonz Exp $
DISTNAME= SQL-Abstract-1.77
DISTNAME= SQL-Abstract-1.78
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5sqa
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.19 2014/02/05 10:55:00 wen Exp $
$NetBSD: distinfo,v 1.20 2014/06/09 18:35:48 schmonz Exp $
SHA1 (SQL-Abstract-1.77.tar.gz) = be86d3321d9d84333cc24653d698ffb99aa232d0
RMD160 (SQL-Abstract-1.77.tar.gz) = a36cb0de296342118422712290a4040acd958b85
Size (SQL-Abstract-1.77.tar.gz) = 95246 bytes
SHA1 (SQL-Abstract-1.78.tar.gz) = 7224f14f91906a3c8211236702e9d7dc34d9c63b
RMD160 (SQL-Abstract-1.78.tar.gz) = 9d2c727d975bfeb2bf56727e2d6914ce06569a7e
Size (SQL-Abstract-1.78.tar.gz) = 97200 bytes