- the password will be stored in the file .hk_classes/SERVER/driver.conf,
the RW-flags are set to the user only
- hk_presentation: presentation local datasources can be defined in the
datasource dialog
- Python script handles uninstall now
- (many other minor API changes and bugfixes: see ChangeLog)
Also, the port consolidates several patches into patching one Makefile.in.
PR: ports/65166
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
for some version of FreeBSD, rather test on __FreeBSD__. This problem
prevent other programs to include iodbc's header files on -STABLE systems.
PR: ports/64743
Submitted by: eik
Approved by: maintainer timeout (2 weeks)
specification in CDBI::L.
This module acts as a mix-in, adding the relationship method to
Class::DBI::Loader. Since Class::DBI::Loader knows how to map between
table names and class names, there ought to be no need to replicate
the names. In addition, it is common (but not universal) to want
reverse relationships defined for has-many relationships, and for
has-a relationships to be defined for the linkages surrounding a
many-to-many table.
WWW: http://search.cpan.org/dist/Class-DBI-Loader-Relationship/
PR: ports/65176
Submitted by: Lars Thegler <lars@thegler.dk>
. make compile with and default to Tcl-8.4 (8.3 is still possible)
(this necessitated PORTREVISION bump :\)
. don't link in -lgcc -- should've used gcc_pic anyway, but this
is not really needed at all, it seems;
. don't require a particular version of mysqlclient library.
columns.
This module helps to generate HTML forms for creating new database
rows or editing existing rows. It maps column names in a database
table to HTML form elements which fit the schema. Large text fields
are turned into textareas, and fields with a has-a relationship to
other Class::DBI tables are turned into select drop-downs populated
with objects from the joined class.
WWW: http://search.cpan.org/dist/Class-DBI-AsForm/
PR: ports/65147
Submitted by: Lars Thegler <lars@thegler.dk>
columns.
This module allows Class::DBI-based classes to query their columns
for data type information in a database-independent manner.
WWW: http://search.cpan.org/dist/Class-DBI-Plugin-Type/
PR: ports/65147
Submitted by: Lars Thegler <lars@thegler.dk>
Class::DBI.
This is a simple plugin to a Class::DBI subclass which provides a
'retrieve_all_sorted_by' method.
WWW: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/
PR: ports/65146
Submitted by: Lars Thegler <lars@thegler.dk>
your interpreter with connectivity to a Sybase server. Althghough it was
written to work with Sybase's own client libraries (not available for
FreeBSD), this port patches it enough to make it work with FreeTDS.
WWW: http://sybtcl.sourceforge.net/