Class::DBI::Pg automate the setup of Class::DBI columns and
primary key for Postgres.
PR: 54725
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: fjoe (mentor) (implicit)
2003-07-21 snapshot. Sans small tweaks, updates to error codes/messages,
and any problems found in the formal beta, this is going to be 7.4. Please
let me know if anyone has any problems running this (this version has amd64
support too!). Release notes:
http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
Class::DBI::SQLite is an extension to Class::DBI for
DBD::SQLite, which allows you to populate auto incremented row
id after insert.
PR: 54749
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: fjoe (mentor)
By taking the busy work out of using Class::DBI as you see fit,
your code becomes more useful by size. Most of us end up using
at least a couple Class::DBI extensions in our programs, and
it's just a pain. Enter the Swiss Army Knife.
PR: 54748
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: fjoe (mentor)
Class::DBI::Pager is a plugin for Class::DBI, which glues
Data::Page with Class::DBI.
PR: 54723
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: fjoe (mentor)
When searching through large amounts of data, it is often the
case that a result set is returned that is larger than we want
to display on one page. This results in wanting to page through
various pages of data. The maths behind this is unfortunately
fiddly, hence this module.
PR: 54720
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: fjoe (mentor)
Class::DBI::AbstractSearch is a Class::DBI plugin to glue
SQL::Abstract into
Class::DBI.
PR: 54714
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: fjoe (mentor)
the porter's handbook, and as a consequence both ports use conflicting
uids. Maintainers have been unresponsive about this problem for 2 months,
so mark both ports IGNORE until they respond to the issue.
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade adodb to 3.60.
PR: 54003
Submitted by: Rob Evers <rob@debank.tv>
(maintainer cannot be reached due to mail quota exceeded)
Volker mentioned an install with a dependency "postgres" fails if
postgresql is installed with -DWITHOUT_SERVER, though it shouldn't,
and thus suggested a depend-change to "psql", which is also present
for the client-only-install.
The maintainer then submitted the patch which completely removes the
dependency as it "is actually not needed". I personally am in favor
of the first solution, but Palle is the maintainer.
Reported by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Submitted by: Palle Grigensohn <girgen@pingpong.net> (maintainer)
PR: 54252,54287
suddenly confronted with configuration dialogs for which
you don't know the port. This adds one such label.
PR: 54293
Submitted by: Mark Linimon <linimon@lonesome.com>
Approved by: maintainer
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury