pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/p5-SQL-Translator
Module Name: pkgsrc
Committed By: wen
Date: Fri Aug 25 06:33:47 UTC 2023
Modified Files:
pkgsrc/databases/p5-SQL-Translator: Makefile distinfo
Log Message:
Update to 1.63
Upstream changes:
1.63 - 2023-02-23
* sqlt-diff: Change producer_args to sqlt_args for better self-documentation
NOTE - using producer_args will now throw a deprecation warning
FEATURES
* A lot of new functionality for the Oracle producer (thanks @hazardv)
* Support DB commments in the following producers: PG, JSON, YAML. Also in the sqlite parser (thanks @djerius)
* Support INCLUDE on indices for Pg (producer + parser)
* Postgres producer now supports materialized views via $extra->{materialized}
FIXES
* Postgres producer genrates correct constraint names for schema-namespaced tables
* Postgres DBI parser now returns scalarref SQL instead of strings for defaults (thanks @nrdvana)
* Postgres producer drops NOT NULL constraints more correctly (thanks @uehara-delta)
* binaries now have their perl set by EUMM (thanks @toddr)
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/databases/p5-SQL-Translator/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/p5-SQL-Translator/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/p5-SQL-Translator/Makefile
diff -u pkgsrc/databases/p5-SQL-Translator/Makefile:1.45 pkgsrc/databases/p5-SQL-Translator/Makefile:1.46
--- pkgsrc/databases/p5-SQL-Translator/Makefile:1.45 Thu Jul 6 09:38:29 2023
+++ pkgsrc/databases/p5-SQL-Translator/Makefile Fri Aug 25 06:33:47 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2023/07/06 09:38:29 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2023/08/25 06:33:47 wen Exp $
-DISTNAME= SQL-Translator-1.62
+DISTNAME= SQL-Translator-1.63
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
Index: pkgsrc/databases/p5-SQL-Translator/distinfo
diff -u pkgsrc/databases/p5-SQL-Translator/distinfo:1.25 pkgsrc/databases/p5-SQL-Translator/distinfo:1.26
--- pkgsrc/databases/p5-SQL-Translator/distinfo:1.25 Tue Oct 26 10:09:41 2021
+++ pkgsrc/databases/p5-SQL-Translator/distinfo Fri Aug 25 06:33:47 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2021/10/26 10:09:41 nia Exp $
+$NetBSD: distinfo,v 1.26 2023/08/25 06:33:47 wen Exp $
-BLAKE2s (SQL-Translator-1.62.tar.gz) = fa0f13bc9111e3e6e4d7a98b162a1f193ea0dbe228cfbb42bffc8a8ef6fed4a0
-SHA512 (SQL-Translator-1.62.tar.gz) = 80096bf42cff406b896d96fd4374cb69c4bbe6ce037d58bb520d5c8ac31a15454772217730fac4249960cd81ac02ff9b5419b8dc80fd0a0901802e525ff863c8
-Size (SQL-Translator-1.62.tar.gz) = 411750 bytes
+BLAKE2s (SQL-Translator-1.63.tar.gz) = 607207a5e12f69569d27e2abf66d9c8d1eae45fa69836cdda55bed7793ee6656
+SHA512 (SQL-Translator-1.63.tar.gz) = e1809cbe110238f8fd1f2e35a1107d833b9c94754c331fccae60c89eb3ce38448b18f03b2497f13ffb7a9bcd1419c63a728e24654b92b04dd2d23b5a82a6a66e
+Size (SQL-Translator-1.63.tar.gz) = 419418 bytes
Home |
Main Index |
Thread Index |
Old Index