summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2010-03-16Restrict to php5 with PHP_VERSION_REQD.taca2-2/+9
These packages are dropped on PHP 5.3 or has build problem. No functional change.
2010-03-16Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 ↵taca5-15/+5
any more. No functional change.
2010-03-16Updating databases/p5-SQL-Abstract from 1.61 to 1.62sno2-11/+8
pkgsrc changes: - Adjust license definition - Adjust dependencies Upstream changes: revision 1.62 2010-03-15 11:06 (UTC) ---------------------------- - Fixed open outer parens for a multi-line literal - Allow recursively-nested column-functions in WHERE - Bumped minimum perl to 5.6.2 and changed tests to rely on core dependencies
2010-03-15Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any moretaca3-9/+3
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now. No functional change.
2010-03-15Updating databases/p5-BerkeleyDB from 0.41 to 0.42sno2-6/+7
pkgsrc changes: - Add license definition Upstream changes: 0.42 13th March 2010 * Added $db->Env method to retrieve the environment object from a database object. * Get the tied interface to use truncate in the CLEAR method if using a new enough version of Berkeley DB.
2010-03-14Fix path to proj after its reimport.wiz2-4/+4
2010-03-13make "rrdtool restore" work on archs where time_t is an intspz3-2/+33
2010-03-12Fix path for in-tree regression test.gdt3-5/+6
2010-03-12Update tokyotyrant to 1.1.40.obache3-8/+8
2010-01-01 Mikio Hirabayashi <hirarin@gmail.com> * ttserver.c (proc): a bug related to initialization of the skeleton was fixed. * tculog.c (tculogadbaddint, tculogadbadddouble): efficiency of zero was improved. * tcrmgr.c (runput, procput): addint and adddouble were added. - Release: 1.1.40
2010-03-12Update tokyocabinet to 1.4.43.obache3-8/+9
2010-01-26 Mikio Hirabayashi <hirarin@gmail.com> * tcutil.c (tcmapout): a useless condition was fixed. * tchdb.h, tcbdb.h: some members have volatile flag now. - Release: 1.4.43 2010-01-01 Mikio Hirabayashi <hirarin@gmail.com> * tchdb.c (tchdbnew, tchdbsetmutex): a useless lock object was removed. * tcutil.c (tcsysinfo): CPU information was added. * tchmgr.c (runput, procput): addint and adddouble ouput the result now. * tcbmgr.c (runput, procput): addint and adddouble ouput the result now. * tcfmgr.c (runput, procput): addint and adddouble ouput the result now. - Release: 1.4.42
2010-03-12Update p5-tokyocabinet to 1.33.obache2-8/+7
2010-03-12move MASTER_SITES to new location.obache3-6/+6
2010-03-12Changes 3.6.23:adam5-14/+14
* Added the secure_delete pragma * Added the sqlite3_compileoption_used() and sqlite3_compileoption_get() interfaces as well as the compile_options pragma and the sqlite_compileoption_used() and sqlite_compileoption_get() SQL functions. * Added the sqlite3_log() interface together with the SQLITE_CONFIG_LOG verb to sqlite3_config(). The ".log" command is added to the Command Line Interface * Improvements to FTS3 * Improvements and bug-fixes in support for SQLITE_OMIT_FLOATING_POINT * The integrity_check pragma is enhanced to detect out-of-order rowids * The ".genfkey" operator has been removed from the Command Line Interface * Updates to the co-hosted Lemon LALR(1) parser generator. (These updates did not affect SQLite.) * Various minor bug fixes and performance enhancements
2010-03-12Update to 1.5.1. Fix path to where postgis library is actually put.gdt3-9/+9
Bug Fixes * #410, update embedded bbox when applying ST_SetPoint, ST_AddPoint ST_RemovePoint to a linestring (Paul Ramsey) * #411, allow dumping tables with invalid geometries (Sandro Santilli, for Regione Toscana-SIGTA) * #414, include geography_columns view when running upgrade scripts (Paul Ramsey) * #419, allow support for multilinestring in ST_Line_Substring (Paul Ramsey, for Lidwala Consulting Engineers) * #421, fix computed string length in ST_AsGML() (Olivier Courtin) * #441, fix GML generation with heterogeneous collections (Olivier Courtin) * #443, incorrect coordinate reversal in GML 3 generation (Olivier Courtin) * #450, wrong area calculation for geography features that cross the date line (Paul Ramsey) * Ensure support for upcoming 9.0 PgSQL release (Paul Ramsey)
2010-03-10Add libdbi*.wiz1-1/+6
2010-03-10Initial import of libdbi and its drivers for mysql, postgresql and sqlitewiz19-0/+199
(2 versions); packaged for wip by Aleksey Cheusov. libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework.
2010-03-10Updating databases/p5-CatalystX-CRUD-ModelAdapter-DBIC from 0.10nb1 to 0.11sno2-7/+7
Upstream changes: 0.11 1 Dec 2009 * fix order by logic to check for cxc-m2m param (still a TODO item) * refactor tests to put Root methods in their own controller
2010-03-10Updating databases/p5-Catalyst-Model-DBIC-Schema from 0.31nb1 to 0.40sno2-12/+12
pkgsrc changes: - Adjust dependencies Upstream changes: 0.40 Wed Feb 3 23:12:16 EST 2010 - fix Replicated trait deps 0.39 Mon Feb 1 10:08:51 EST 2010 - better 'on_connect_do' parsing in Helper 0.38 Fri Jan 15 06:41:24 EST 2010 - re-add the 'storage' proxy method 0.37 Thu Jan 14 10:20:43 EST 2010 - support single replicant hashref from config 0.36 Thu Jan 14 09:21:10 EST 2010 - upgrading a schema to use_namespaces=1 will also turn on components=InflateColumn::DateTime (the default.) 0.35 Sun Dec 27 04:50:53 EST 2009 - forgot to edit Changes on last upload 0.34 Sun Dec 27 03:49:34 EST 2009 - move schema proxying into SchemaProxy trait which is off by default 0.33 Sat Dec 26 08:04:49 EST 2009 - fix test failure in 05testapp.t when env var not set (RT#53101) 0.32 Wed Dec 23 01:22:06 EST 2009 - Move documentation on setting up authentication into its own section for clarity. - Other misc documentation enhancements to make the docs more clear about the important things to know. - Convert Authentication Plugin configuration example to new style. - Support Coderefs in loader options for helper (patch from Ozum Eldogan ozum@ozum.net)
2010-03-10Updating databases/p5-CatalystX-CRUD from 0.45nb1 to 0.48sno2-9/+8
pkgsrc changes: - Adjust dependencies Upstream changes: 0.48 29 Jan 2009 * fix bug with create() introduced in 0.47. * remove explicit dep on Class::C3 per RT54097 0.47 15 Jan 2009 * fix tutorial per RT#53396 * fix bug in base Controller->fetch() where multiple PKs where one value is null were slipping through. Reported by Adam Mackler. 0.46 20 Nov 2009 * tweek Model::File _find to avoid multiple loops over the same list of root dirs. * tweek Model::File->search to read() each object like fetch() does. * add dep on Sort::SQL 0.07 to avoid sql injection (RT#51777)
2010-03-10Updating databases/p5-ORLite from 1.40 to 1.41sno2-6/+6
Upstream changes: 1.41 Tue 9 Mar 2010 - Added the root ->connected method to allow for some light introspection in unusual situations (such as knowing if it's safe to spawn an off-the-books ->connect'tion, or to detect if we are in a transaction). - Added documentation for the ->connect method, with suitably strident warnings about the dangers of deadlocking.
2010-03-10Updating databases/p5-DBM-Deep from 1.0015 to 1.0016sno2-7/+8
pkgsrc changes: - Add license definition - Adjust dependency (Test::More 0.88 is satisfied by available lang/perl5) Upstream changes: 1.0016 Feb 05 22:10:00 2010 PST - (This version is compatible with 1.0015) - New caveat in the docs explaining stale references (RT#42129) - All included modules now have the same version in META.yml, so the CPAN shell will no longer try to downgrade. - Fixed bug in clear() for hashes (RT#50541)
2010-03-08Mark as user-destdir-ready.wiz1-1/+3
2010-03-05Update to 1.5.0. Some rough edges due to pkgsrc's replacement ofgdt8-56/+135
pgsql's Makefile.shlib are patched around. ('make test' passes on netbsd-5/i386 with postgresql84.) This is a major release adding a significant number of new features including: * New "geography" type for managing geodetic (lat/lon) data * Performance-enhanced distance calculations * GML and KML format readers * Improved shape loading GUI * And more! Release Notes Important Changes * =~ operator now indicates bounding box equality, not feature equality * GEOS 3.1 is now the minimum accepted version of GEOS * GEOS 3.2 is needed if you want to use enhanced buffering features and ST_HausdorffDistance * GEOS, LibXML2, and Proj4 are now mandatory dependencies New Features * Added Hausdorff distance calculations (#209) (Vincent Picavet) * Added parameters argument to ST_Buffer operation to support one-sided buffering and other buffering styles (Sandro Santilli) * Performance improvements to ST_Distance (Nicklas Avén) * Addition of other Distance related visualization and analysis functions (Nicklas Avén) * ST_ClosestPoint * ST_DFullyWithin * ST_LongestLine * ST_MaxDistance * ST_ShortestLine * KML, GML input via ST_GeomFromGML and ST_GeomFromKML (Olivier Courtin) * Extract homogeneous collection with ST_CollectionExtract (Paul Ramsey) * Add measure values to existing linestring with ST_AddMeasure (Paul Ramsey) * History table implementation in utils (George Silva) * Win32 support and improvement of core shp2pgsql-gui (Mark Cave-Ayland) * In place 'make check' support (Paul Ramsey) * Geography type and supporting functions o Spherical algorithms from Dave Skea o Object/index implementation from Paul Ramsey o Selectivitiy implementation from Mark Cave-Ayland o Serializations (KML, GML, JSON) from Olivier Courtin o ST_Area, ST_Distance, ST_DWithin, ST_GeogFromText, ST_GeogFromWKB, ST_Intersects, ST_Covers, ST_Buffer * Documentation updates and improvements (Regina Obe, Kevin Neufeld) * Testing and quality control (Regina Obe) * PostGIS 1.5 support PostgreSQL 8.5 trunk (Guillaume Lelarge) * Many, many other changes
2010-03-05Update mysqlcc to 0.9.8.taca6-29/+87
* Suppoer mysql4 and mysql5 (but not mysql51 because of API change). * Install supporting files. Changes for 0.9.8 ----------------- * Created a conditional for mysql_shutdown to check for the existance of SHUTDOWN_DEFAULT in order to work with older mysql client libraries * Changed requirement for qpopmenu.h to qpopupmenu.h in include/CProperties.h and src/CTableTools.cpp * Added /usr/share/qt3 to the list of places to look for qt3 (fixes Debian problems) Notes for 0.9.7 ---------------- This is a development release. Henceforth, version numbers will follow the Linux kernel standard wherein odd numbered releases (such as 0.9.7) refer to development releases and even numbered releases (such as 0.9.8) refer to stable releases. Users connecting to or using MySQL 5 libraries should be using this release. Users still connecting only to MySQL 4 or lower servers should continue using version 0.9.4. This is an issue which will be addressed by version 0.9.8 and, if that version is available at the time you read this, that version should be used instead. Changes for 0.9.7 ----------------- * Changed the call to mysql_shutdown to include SHUTDOWN_DEFAULT as required by MySQL >= 5 client libraries in CMySQL.cpp * Repaired default_table assignment in CQueryWindow.cpp
2010-03-05Reset MAINTAINER as I'm using rrdtool-1.2.x (because it has fewer deps).martti1-2/+2
2010-03-04Enable embedded-server default by PKG_SUPPORTED_OPTIONS.taca1-3/+2
I modified it temporary for testing and forgot to revert before import.
2010-03-04Add and enable mysql51-client and mysql51-server.taca1-1/+3
2010-03-04Importing mysql51-server 5.1.44, server part of MySQL 5.1.44 includingtaca28-0/+4411
embedded server (by PKG_OPTION). For release MySQL 5.1 specific information please refer: http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL server programs and libraries including embedded server (by PKG_OPTION).
2010-03-04Importing mysql51-client 5.1.44, client part of MySQL 5.1.44.taca33-0/+761
For release MySQL 5.1 specific information please refer: http://dev.mysql.com/doc/refman/5.1/en/mysql-nutshell.html MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL client programs and libraries.
2010-03-03Updating databases/p5-DBIx-Class from 0.08119 to 0.08120sno2-7/+8
pkgsrc changes: - Adjust dependencies Upstream changes: 0.08120 2010-02-24 08:58:00 (UTC) - Make sure possibly overwritten deployment_statements methods in schemas get called on $schema->deploy - Fix count() with group_by aliased-function resultsets - with_deferred_fk_checks() Oracle support - Massive refactor and cleanup of primary key handling - Fixed regression losing custom result_class (really this time) (RT#54697) - Fixed regression in DBIC SQLT::Parser failing with a classname (as opposed to a schema object) - Changes to Storage::DBI::Oracle to accomodate changes in latest SQL::Translator (quote handling) - Make sure deployment_statements is per-storage overridable - Fix dbicadmin's (lack of) POD
2010-03-03Updating databases/p5-SQL-Translator from 0.11004 to 0.11005sno2-6/+6
Upstream changes: # ---------------------------------------------------------- # 0.11005 2010-02-24 # ---------------------------------------------------------- * Fix Parser::DBI::Oracle reading too many tables (RT#49413) * Fix Parser::MySQL tripping up on PRIMARY KEY ... USING (currently value is ignored) (RT#50468) * Fix runaway debug trace (RT#52276) * Fix Parser::PostgreSQL choking on commit; statements in DDL (#RT52277) * Producer::Oracle now respects quote_field|table_names, and no longer does name munging of reserved table names * Producer::Oracle now correctly outputs databse-unique index names
2010-03-03Retire php-oracle.taca2-24/+0
PHP's oracle extension removed from PHP version 5.1.0 and this extension was kept for php4 package. Since php4 package removed, this package is stale now. Maybe php-oci8 could be used instead of this package.
2010-03-03Remove php-oracle.taca1-2/+1
2010-02-27Reset PKGREVISION.taca6-12/+6
2010-02-23Updating databases/p5-Apache-DBI from 1.07nb1 to 1.08sno2-9/+9
pkgsrc changes: - Add license definition - Adjust dependencies Upstream changes: 1.08 February 3rd, 2010 - Fix bug to allow DBI in startup.pl etc again Bug report from Adam Prime, patch from Lubomir Rintel https://rt.cpan.org/Public/Bug/Display.html?id=36346
2010-02-23Updating databases/p5-Rose-DBx-Garden from 0.16 to 0.17sno2-6/+6
Upstream changes: 0.17 20 Feb 2010 * fix a bug affecting generated postamble code in RDBO classes. Reported by Adam Mackler. * map RDBO column remarks() to RHTMLO field description().
2010-02-22Updating databases/p5-SQL-Translator from 0.11003 to 0.11004sno2-6/+6
Upstream changes: # ---------------------------------------------------------- # 0.11004 2010-02-14 # ---------------------------------------------------------- * Fix PG producer numeric precision regression (RT#49301) * Add DB2 producer numeric/decimal precision output * Fix Oracle producer creating numeric precision statements that the test case expects (no whitespace) * Add Oracle producer creating drop view statements like PG producer does * Fix SQL::Translator::Diff to use producer_args instead of producer_options
2010-02-22Updating databases/p5-DBIx-Class-Schema-Loader from 0.05002 to 0.05003sno2-6/+7
pkgsrc changes: - Adjust dependencies Upstream changes: 0.05003 2010-02-20 05:19:51 - support for custom_column_info, datetime_timezone and datetime_locale (rbo) - improve parsing of SQLite tables when a column definition spans multiple lines (hobbs) - fix missing trailing _id stripping for some relationship names (rbuels) - fixed accessor POD bug, was not dereferencing scalar refs before printing (rbuels)
2010-02-21Update to 5.1.44: bugfix release.wiz2-7/+7
2010-02-19Don't mess with ldconf.joerg2-4/+4
2010-02-19Update to OpenLDAP 2.4.21, now the "stable" release.ghen8-19/+14
OpenLDAP 2.4.21 Release (2009/12/20) Fixed liblutil for negative microsecond offsets (ITS#6405) Fixed slapd global settings to work without restart (ITS#6428) Fixed slapd looping with SSL/TLS connections (ITS#6412) Fixed slapd syncrepl freeing tasks from queue (ITS#6413) Fixed slapd syncrepl parsing of tls defaults (ITS#6419) Fixed slapd syncrepl uninitialized variables (ITS#6425) Fixed slapd-config Adds with Abstract classes (ITS#6408) Fixed slapo-dynlist behavior with simple filters (ITS#6421) Fixed slapd-ldif access outside database directory (ITS#6414) Fixed slapd-null extraneous assert (ITS#6403) Fixed slapo-translucent with back-null (ITS#6403) Fixed slapo-unique criteria checking (ITS#6270) Build Environment Deleted broken LBER_INVALID macro (ITS#6402) Fixed test058 kill usage (ITS#6420) Fixed meta regression test (ITS#6418) Documentation slapd-meta(5) Note deprecated functions (ITS#6424) admin24 fix set example for group of groups (ITS#6382) admin24 fix dynamic group documentation (ITS#6290) OpenLDAP 2.4.20 Release (2009/11/27) Fixed client tools with LDAP options (ITS#6283) Fixed liblber embedded NUL values in BerValues (ITS#6353) Fixed liblber inverted LBER_USE_DER test (ITS#6348) Fixed liblber to return failure on certain failures (ITS#6344) Fixed libldap connection initialization (ITS#6386) Fixed libldap sasl buffer sizing (ITS#6327,ITS#6334) Fixed libldap uninitialized return value (ITS#6355) Fixed libldap unlimited timeout (ITS#6388) Added slapd handling of hex server IDs (ITS#6297) Added slapd syncrepl contextCSN storing in subentry (ITS#6373) Fixed slapd asserts in minimal environment (ITS#6361) Fixed slapd authid-rewrite parsing (ITS#6392) Fixed slapd checks of str2filter (ITS#6391) Fixed slapd configArgs initialization (ITS#6363) Fixed slapd debug handling of LDAP_DEBUG_ANY (ITS#6324) Fixed slapd db_open with connection_fake_init (ITS#6381) Fixed slapd with embedded \0 in bervals (ITS#6378,ITS#6379) Fixed slapd inclusion of ac/unistd.h (ITS#6342) Fixed slapd invalid dn log message (ITS#6309) Fixed slapd lockup on shutdown (ITS#6372) Fixed slapd onetime leak (ITS#6398) Fixed slapd RID range to be decimal only (ITS#6394) Fixed slapd sl_free to better reclaim memory (ITS#6380) Fixed slapd syncrepl deletes in MirrorMode (ITS#6368) Fixed slapd syncrepl to use correct SID (ITS#6367) Fixed slapd termination for one level DNs (ITS#6338) Fixed slapd tls_accept to retry in certain cases (ITS#6304) Fixed slapd-bdb/hdb cache corruption (ITS#6341) Fixed slapd-bdb/hdb entry cache (ITS#6360) Fixed slapd-ldap leak (ITS#6326) Fixed slapd-relay bind segfault (ITS#6337) Fixed slapo-accesslog ensure CSNs are normalized (ITS#6400) Fixed slapo-memberof operational attr updates (ITS#6329) Fixed slapo-pcache entry dupe (ITS#6310) Fixed slapo-syncprov checkpoint conversion (ITS#6370) Fixed slapo-syncprov deadlock (ITS#6335) Fixed slapo-syncprov memory leak (ITS#6376) Fixed slapo-syncprov out of order changes (ITS#6346) Fixed slapo-syncprov psearch with stale cookie (ITS#6397) Build Environment Added additional operations for ITS#6332 Fixed memrchr define (ITS#6351) Fixed slapd MAXPATHLEN handling (ITS#6342) Added test050 rapid add/mod/del sequence (ITS#6368) Fixed test057 handling of memberof/refint (ITS#6343) Fixed slapd test error ignoring (ITS#6345) Fixed liblutil constant (ITS#5909) Documentation admin24 fix RFC4511 and other references (ITS#6399) ldap_get_dn(3) typos (ITS#5366) ldap.conf(5) clarify comment usage (ITS#6384) slapd.conf(5) note hex server IDs (ITS#6297) slapd-config(5) note hex server IDs (ITS#6297)
2010-02-19Use plain CONF_FILES. Bump revision.joerg1-5/+4
2010-02-19Fix RCS IDjoerg1-1/+1
2010-02-18Update mysql5-client and mysql5-server package to version 5.0.90.taca26-124/+218
This release many bug fixes and DoS security problem (CVE-2009-4484). Plese refer these URL in detail. http://dev.mysql.com/doc/refman/5.0/en/news-5-0-89.html http://dev.mysql.com/doc/refman/5.0/en/news-5-0-90.html There some minor pkgsrc change to prevent compile time warnings.
2010-02-18php4 support is gone.joerg1-5/+1
2010-02-16Updating databases/p5-DBIx-Class-Schema-Loader from 0.05000 to 0.05002sno2-6/+9
pkgsrc changes: - Remove '*.orig' relics remaining from patch Upstream changes: 0.05002 2010-02-15 10:17:47 - support for SQLAnywhere via DBD::SQLAnywhere and ODBC - fix picking up quoted tables for SQLite (RT#54538) patch from schwern - validate class/component loader_options to make sure classes are available before generating the schema, patch from bphillips 0.05001 2010-02-05 14:29:27 - correct default_value for all backends with common tests - fix bug with quoted Pg tables from $dbh->tables (RT#54338) - add inflate_datetime => 0 to 'timestamp' types for Sybase
2010-02-16Updating databases/p5-DBIx-Class from 0.08115 to 0.08119sno2-10/+10
pkgsrc changes: - Adjust dependencies Upstream changes: 0.08119 2010-02-15 09:36:00 (UTC) - Add $rs->is_ordered to test for existing order_by on a resultset - Add as_subselect_rs to DBIC::ResultSet from DBIC::Helper::ResultSet::VirtualView::as_virtual_view - Refactor dbicadmin adding DDL manipulation capabilities - New optional dependency manager to aid extension writers - Depend on newest bugfixed Moose - Make resultset chaining consistent wrt selection specification - Storage::DBI::Replicated cleanup - Fix autoinc PKs without an autoinc flag on Sybase ASA 0.08118 2010-02-08 11:53:00 (UTC) - Fix a bug causing UTF8 columns not to be decoded (RT#54395) - Fix bug in One->Many->One prefetch-collapse handling (RT#54039) - Cleanup handling of relationship accessor types 0.08117 2010-02-05 17:10:00 (UTC) - Perl 5.8.1 is now the minimum supported version - Massive optimization of the join resolution code - now joins will be removed from the resulting SQL if DBIC can prove they are not referenced by anything - Subqueries no longer marked experimental - Support for Informix RDBMS (limit/offset and auto-inc columns) - Support for Sybase SQLAnywhere, both native and via ODBC - might_have/has_one now warn if applied calling class's column has is_nullable set to true. - Fixed regression in deploy() with a {sources} table limit applied (RT#52812) - Views without a view_definition will throw an exception when parsed by SQL::Translator::Parser::DBIx::Class - Stop the SQLT parser from auto-adding indexes identical to the Primary Key - InflateColumn::DateTime refactoring to allow fine grained method overloads - Fix ResultSetColumn improperly selecting more than the requested column when +columns/+select is present - Fix failure when update/delete of resultsets with complex WHERE SQLA structures - Fix regression in context sensitiveness of deployment_statements - Fix regression resulting in overcomplicated query on search_related from prefetching resultsets - Fix regression on all-null returning searches (properly switch LEFT JOIN to JOIN in order to distinguish between both cases) - Fix regression in groupedresultset count() used on strict-mode MySQL connections - Better isolation of RNO-limited queries from the rest of a prefetching resultset - New MSSQL specific resultset attribute to allow hacky ordered subquery support - Fix nasty schema/dbhandle leak due to SQL::Translator - Initial implementation of a mechanism for Schema::Version to apply multiple step upgrades - Fix regression on externally supplied $dbh with AutoCommit=0 - FAQ "Custom methods in Result classes" - Cookbook POD fix for add_drop_table instead of add_drop_tables - Schema POD improvement for dclone
2010-02-16Updating databases/p5-SQL-Abstract from 1.60 to 1.61sno2-6/+7
Upstream changes: revision 1.61 2010-02-05 16:28 (UTC) ---------------------------- - Allow INSERT to take additional attributes - Support for INSERT ... RETURNING - Another iteration of SQL::Abstract::Test fixes and improvements
2010-02-16Distfile has changed with the same file name.taca2-8/+9
It changes some Ruby gem dependency only. Introduce DIST_SUBDIR and update dependency of this package. Should be fix PR pkg/42819 by Robert Elz.
2010-02-15+ mysql51-embeddedwiz1-1/+2