./databases/p5-SQL-Translator, Manipulate structured data definitions (SQL and more)

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


Branch: CURRENT, Version: 1.63, Package name: p5-SQL-Translator-1.63, Maintainer: pkgsrc-users

SQL::Translator is a group of Perl modules that converts vendor-specific
SQL table definitions into other formats, such as other vendor-specific
SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI
classes. The main focus of SQL::Translator is SQL, but parsers
exist for other structured data formats, including Excel spreadsheets
and arbitrarily delimited text files. Through the separation of
the code into parsers and producers with an object model in between,
it's possible to combine any parser with any producer, to plug in
custom parsers or producers, or to manipulate the parsed data via
the built-in object model. Presently only the definition parts of
SQL are handled (CREATE, ALTER), not the manipulation of data
(INSERT, UPDATE, DELETE).


Required to run:
[textproc/p5-YAML] [textproc/p5-XML-LibXML] [textproc/p5-XML-Writer] [www/p5-Template-Toolkit] [graphics/p5-GraphViz] [graphics/p5-GD] [databases/p5-DBI] [lang/perl5] [math/p5-Spreadsheet-ParseExcel] [devel/p5-Parse-RecDescent] [devel/p5-Carp-Clan] [devel/p5-Class-Data-Inheritable] [devel/p5-List-MoreUtils] [devel/p5-Graph] [devel/p5-IO-stringy] [devel/p5-Class-Base] [devel/p5-File-ShareDir] [textproc/p5-Text-RecordParser] [devel/p5-Moo] [devel/p5-File-ShareDir-Install] [devel/p5-Package-Variant] [converters/p5-JSON-MaybeXS]

Required to build:
[textproc/p5-Text-Diff] [textproc/p5-XML-Writer] [devel/p5-Test-Exception] [devel/p5-Test-Differences]

Master sites: (Expand)

Filesize: 409.588 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-25 08:33:47 by Wen Heping | Files touched by this commit (2)
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)
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   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-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-20 09:15:22 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-SQL-Translator: update to 1.62.

1.62 - 2020-09-14
 * Update Pg support to allow version 12 (still supporting back to 7.4)