summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2014-12-21On 0.6.0 release, remove Ruby 1.8 support.obache1-1/+3
2014-12-21Remove unwanted entry, tight to Ruby-2.0.obache1-2/+1
2014-12-21Add an missing entry for Ruby>=2.1.obache1-1/+2
2014-12-21Change version number from fixed `0' to main Python distribution version,obache1-3/+2
same as other buitin module (already changed over a half year ago).
2014-12-16jnilib file will be installed on Darwin.obache1-0/+2
PR pkg/49474 by Sevan Janiyan.
2014-12-14Update to 1.834:wiz2-6/+6
1.834 11 Dec 2014 * Makefile.PL: version check is missing a zero RT #100844
2014-12-14Update "phpmyadmin" package to version 4.3.2. Changes since version 4.3.1:tron2-6/+6
- bug #4628 PHP error while exporting schema as PDF - bug #4631 Server selector submits two server parameter values - bug #4629 Problem with custom SQL queries using cookie authentication - bug Undefined index central_columnswork - bug #4632 Notice in ./libraries/Util.class.php#1916 Undefined index: query - bug #4633 Wrong parameter in fetchValue - bug #4634 Error reporting creates an infinite loop - bug #4635 Token mismatch while creating configuration storage - bug #4640 Incorrect reference to PHP 6 - bug #3794 failure to handle repeating empty columns when importing ODS - bug #4638 Default Export Method setting broken - bug #4639 Export SQL missing indentation first field - bug #4644 Error when browsing tables - bug #4637 Field Alignment
2014-12-12Update py-peewee to 2.4.4.fhajny3-7/+10
2.4.4 ===== * Backwards-incompatible changes - The argument signature for the SqliteExtDatabase.aggregate() decorator changed so that the aggregate name is the first parameter, and the number of parameters is the second parameter. If no values are specified, peewee will choose the name of the class and an un-specified number of arguments (-1). - The logic for saving a model with a composite key changed slightly. Previously, if a model had a composite primary key and you called save(), only the dirty fields would be saved. * Bugs fixed - #462 - #465, add hook for disabling backref validation. - #466, fix case-sensitive table names with migration module. - #469, save only dirty fields. * New features - Lots of enhancements and cleanup to the playhouse.apsw_ext module. - The playhouse.reflection module now supports introspecting indexes. - Added a model option for disabling backref validation. - Added support for the SQLite closure table extension. - Added support for virtual fields, which act on dynamically-created virtual table fields. - Added a new example: a virtual table implementation that exposes Redis as a relational database table. - Added a module playhouse.sqlite_aggregates that contains a handful of aggregates you may find useful when developing with SQLite. - Small documentation updates here and there. 2.4.3 ===== * Bugs fixed - #466, table names are case sensitive in the SQLite migrations module. - #465, added option to disable backref validation. - #462, use the schema name consistently with postgres reflection. * New features - New model Meta option to disable backref validation. See validate_backrefs. - Added documentation on ordering by calculated values. - Added basic PyPy compatibility. - Added logic to close cursors after they have been exhausted. - Structured and consolidated database metadata introspection, including improvements for introspecting indexes. - Added support to prefetch for traversing up the query tree. - Added introspection option to skip invalid models while introspecting. - Added option to limit the tables introspected. - Added closed connection detection to the MySQL connection pool. - Enhancements to passing options to creating virtual tables with SQLite. - Added factory method for generating Closure tables for use with the transitive_closure SQLite extension. - Added support for loading SQLite extensions. - Numerous test-suite enhancements and new test-cases. 2.4.2 ===== * Bugs fixed - #449, typo in the db_url extension, thanks to @malea for the fix. - #457 and #458, fixed documentation deficiences. * New features - Added support for importing data when using the DataSet extension. - Added an encrypted diary app to the examples. - Better index reconstruction when altering columns on SQLite databases with the migrate module. - Support for multi-column primary keys in the reflection module. - Close cursors more aggressively when executing SELECT queries.
2014-12-12Update mongo-c-driver to 1.0.2.fhajny2-7/+7
- A variety of fixes for read preference based node selection - Avoided inclusion of getLastError in 2.6 writeConcern - Correct handling of pass through params for collection_aggregate - Improved error reporting in socket connect - Public MONGOC_DEFAULT_CONNECTTIMEOUTMS
2014-12-120.100 22 April 2014mef2-7/+6
- fix primary_key_uri_escaped() to check explicitly for ref() eq ARRAY in case the primary key is an object (e.g. BigInt)
2014-12-120.180 2014-05-31mef2-7/+6
- update test app scripts with latest catalyst.pl - tweek .sql to make autoincrement PKs work for sqlite3 - change Plugin::Static::Simple to Plugin::Static::Simple::ByClass for test app (now matches SYNOPSIS) - switch to File::Slurp::Tiny 0.17 2013-10-11 - fix SYNOPSIS to add note about default_view 0.16 2012-10-31 - more pod patches from Adam Mackler - improve docs
2014-12-12Update 0.810 to 0.813mef2-7/+6
0.813 (11.07.2014) - John Siracusa <siracusa@gmail.com> * Added prepare_options parameter to get_objects_iterator_from_sql() and get_objects_from_sql() Manager methods (RT 98014) 0.812 (11.07.2014) - John Siracusa <siracusa@gmail.com> * Second attempt to address precision and scale mix-ups in auto-loaded numeric column metadata. * Fixed get_objects_count() with custom select lists and distinct (Reported by Alexander Karelas) * Fixed precision and scale references in the tutorial (RT 96079) * Fixed an incorrect method name in the Rose::DB::Object::Helpers documentation (RT 97602) * Fixed a bug where save() parameters were not passed to map record save() calls (RT 98730) * Corrected a typo in the documentation (RT 94100) * Updated tests to work with DBD::Pg versions greater than 2.x.x. 0.811 (03.21.2014) - John Siracusa <siracusa@gmail.com> * Fixed a bug that prevented many-to-many map records from being saved to the database (RT 93531)
2014-12-12Update 1.958 to 1.976mef2-7/+6
1.976 2014-10-03 15:05:58 Europe/Amsterdam 1.975 2014-08-03 20:50:25 Europe/Amsterdam * Clarification about reconnect and read_timeout (#89) * Test::CPAN::Meta (et al.) are required even if unused (#92) 1.974 2014-05-16 21:42:48 Europe/Amsterdam * released as stable version, no change 1.973_04 2014-05-12 22:53:06 Europe/Amsterdam * release again, last one was screwed up. * fix #85 (PR #86) reconnect during transaction 1.973_03 2014-05-12 22:49:07 Europe/Amsterdam * fix #85 (PR #86) reconnect during transaction 1.973_02 2014-04-30 12:04:29 Europe/Amsterdam * merge PR #84 optimize try read sock 1.973_01 2014-04-26 18:00:31 Europe/Amsterdam * use new network code from Ivan Kruglov * fix sentinel tests * fix #81: doc for 'every' option 1.972 2014-02-18 00:54:01 Europe/Amsterdam * Sentinel features (connections, timeouts, etc) support * various bugfixes and testfixes * fix network code for BSDs * no_auto_connect_on_new 1.971 2014-02-01 09:55:11 Europe/Paris * skip some tests that fail on some platforms for now 1.970 2014-01-30 15:07:42 Europe/Amsterdam * fix tests breaking in some case 1.969 2014-01-30 13:19:28 Europe/Amsterdam * Clarification for (p)unsubscribe commands. * use Test::TCP for testing 1.968 2014-01-30 12:19:11 Europe/Amsterdam * Add a no_auto_connect_on_new parameter to new() to allow users to call $x = Redis->new and then $x->connect, instead of Redis auto-connecting. Useful for tuning the cnx_timeout parameter. 1.967 2013-12-28 22:58:55 Europe/Paris * use new IO::Socket::Timeout with different API 1.966 2013-12-17 13:58:33 Europe/Amsterdam * fix tests for Redis 2.8 1.965 2013-11-29 09:28:36 Europe/Amsterdam * fix #60: TEST_REQUIRES needs newer MakeMaker * fix #34: perl-redis doesn't receive subcribed message if server restart * fix #38: select new database doesn't survive after reconnect * minor documentation fixes 1.964 2013-11-14 15:45:08 Europe/Amsterdam * minor fix to dist.ini to fix github url 1.963 2013-11-13 22:44:29 Europe/Paris * Add documentation for the slowlog command PR #44 (rgs) * doc fix, duplicate spop PR #48 (nightlord) * Redis client is now fork safe PR #51 (songmu) * rewrite dist.ini 1.962 2013-10-16T14:58:30Z * merge #54 (fix for broken test) * Parameter name to new() can be a CodeRef, dynamic connection names * admin: added co-maintainer Damien Krotkine <dams@zarb.org> 1.961 2013-01-23T15:09:47Z * Add wait_one_response() for better pipeline management 1.960 2013-01-23T11:28:40Z * Make the new() name parameter safe to use with all redis- server versions 1.959 2013-01-22T14:46:42Z * __try_read_sock: test error conditions more thoroughly (issue #31) * Improve Test::SpawnRedisServer: multi-server support * tidyall the code and docs
2014-12-12Update 0.1802 to 0.2100mef2-7/+6
0.2100 2014-04-05 Added support for ::Replicated options: balancer_args, pool_type, and pool_args 0.2001 2014-03-12 Skip the replicated tests if the required deps are not installed. Removed the deprecated pckg option. Added a deprecation warning for the pass option. Updated the documentation. 0.2000 2014-03-11 Added support for database slaves via DBIx::Class::Storage::DBI::Replicated. Thanks to Al Newkirk for the idea and the initial implementation. 0.1901 2014-02-04 Added SQL::Translator prereq for tests to pass. 0.1900 2014-02-04 Added support for schema aliases. Added schema_loader_naming option. Can now provide password instead of pass, to be more DBIC friendly. Simplified tests. 0.1803 2013-10-06 Show the root cause when unable to load a schema.
2014-12-12Update 0.001 to 0.002mef2-7/+6
0.002 2013-09-11 - Move repository to github - Update Metadata - Move AUTHOR tests to xt/ - Adjust requirements to recent environments (Perl 5.14 is the new 5.8 ^^)
2014-12-12Update 0.74 to 0.77mef2-7/+6
0.77 2013-12-01 * Fix for perl 5.19.4 parsing of @{ foo { ... } } * Fix signature 0.76 2013-06-17 * Provide source repository info in metadata * Default Cached::Memcached dependency off on Windows due to known build problems Thanks to Alexandr Ciornii for both. 0.75 2013-01-29 - Bug fixes: * backport a sort order fix for Pg handles from Searchbuilder * Work around Pg's sub-second formatting and DateTime::Parser::ISO8601 * Don't attempt to filter, eq-check, validate, or otherwise munge functions - Tests: * Fix failures on 5.17.6, reported as [rt.cpan.org #82978] * Update test to account for the ported bug fix in f9439a0 - Cleanup: * remove a useless wrapper function - Documentation: * SPROUT points out that the second fix in 0.73 is actually a run-time error, of course
2014-12-12Update 1.68 to 1.70mef2-7/+6
------------------- 1.70 Sat Jan 25 06:44:12 PST 2014 - Minor patch to 1.69, as encoding function is only reliably supported by Perl newer than v5.8.1. - Patch internal method openFileWithEncoding(), so that older Perl version will not give an error. - Fixed a warning in fromFileGuessOS, introduced in 1.69. 1.69 Tue Jan 14 10:22:19 PST 2014 Fix a minor bug in pivot() related to colToSplitIsStringOrNumeric. Integer column names are allowed. However, fromFile by default does not take numeric column names, unless allowNumericHeader is set to 1. Patch fromFile(), checkHeader(), colIndex(), fromFileIsHeader(), fromFileGetTopLines() to support numeric column header. An integer is first interpreted as a column name. Therefore, accessing a column by its ordinal number may not be possible, if the number is used as a column name. In such case, first fetch the corresponding column name and access by name. Support file encoding methods in fromFile, fromCSV, fromTSV. E.g., fromCSV("filename, 1, undef, {encoding=> 'UTF-8'}) UTF-8 is the default encoding, can be controlled by $Data::Table::DEFAULTS{ENCODING}. Thanks to questions asked by Sergio Basto and Thomas Hofmann. If an integer is passed to colIndex(), it is interpreted as string first for column lookup. fromFile by default will allow numeric headers (but not all column headers can be numeric). support skip_empty in melt();
2014-12-12(pkgsrc) remove patch-lib_DBM_Deep.pod, upstream corrected.mef4-31/+14
(upstream) Update 2.009 to 2.0011 2.0011 Jan 12 16:00:00 2013 PDT - POD fixes by H. Merijn Brandt (The X<> tag - Thanks!)
2014-12-11Remove patches whose checksums were removed from distinfo duringwiz2-71/+0
last update.
2014-12-10Update to 1.833:wiz2-6/+6
1.833 9 Dec 2014 * More Silence compiler warnings * 1.832 breaks bleadperl C89 build RT #100812 1.832 8 Dec 2014 * Silence compiler warnings * C++ change from blead
2014-12-10Update to 1.46:wiz2-6/+6
1.46 2014-12-10 - Switched to a production version. (ISHIGAKI) 1.45_06 2014-11-26 - Silenced a compile-time warning (Unescaped left brace in regex is deprecated) in PerlData virtual table under bleadperl 1.45_05 2014-11-25 - Updated to SQLite 3.8.7.2 - Restored regexp support in PerlData virtual table by secure reimplementation using closure (DAMI++) 1.45_04 2014-10-28 *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - Changed to apply quotemeta() to parameters while building a query for a virtual table using PerlData for security. (RIBASUSHI++ and MAUKE++) (DAMI, ISHIGAKI) 1.45_03 2014-10-25 - Fixed regression of 0 as integer (ISHIGAKI) 1.45_02 2014-10-23 - Improved int overflow handling under 32bit strawberry perl (ISHIGAKI) 1.45_01 2014-10-22 - Updated to SQLite 3.8.7 (ISHIGAKI) - Resolved #76395 (hopefully): int values over 32 bit in length produce an error "datatype mismatch" (ISHIGAKI)
2014-12-10Update "phpmyadmin" package to version 4.3.1.tron3-50/+131
The major changes in version 4.3.* are: - Smart sorting for int keys - Confirmation message when dropping user(s) - Confirm dialog on accidentally leaving a page - Allow clicking an approximate row count to get a correct one - Support for editing binary fields in hexadecimal - MariaDB 10+ multi-master replication support - Allow saving query charts as images - Use aliases in SQL export for tables and columns - Export with table/column name changes - Dynamic process list - Drag and Drop SQL import - Preview SQL instead of executing it - Run SQL query: Allow rollback for InnoDB tables - Zeroconf PMA tables support - Regexp replace - Avoid session timeout when user is active - MySQL 5.7.5 compatibility - Avoid session timeout when user is active - Multiple-column foreign key relation - Charts for data in <x-axis, series,="" value=""> format - Range Search Capability - Improvements for the table editor (index creation) - PHP OpenSSL support for cookie encryption/decryption
2014-12-10Set PATH for postgresql SMF, helps 3rd party software invoked viafhajny5-0/+5
modules like PL/Perl.
2014-12-10Update redis to 2.8.18.fhajny3-14/+14
* [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo) * [FIX] A number of typos fixed inside comments. (Various authors) * [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff) * [FIX] Test framework improved to detect never terminating scripts, cleanup instances on crashes. (Salvatore Sanfilippo) * [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo) * [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff, Michael Grunder, Salvatore Sanfilippo) * [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now an Enterprise Grade product. (Salvatore Sanfilippo) * [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at http://redis.io/topics/replication. (Salvatore Sanfilippo). * [NEW] Transparent Huge Pages detection and reporting in logs and LATENCY DOCTOR output. (Salvatore Sanfilippo) * [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests, cmsgpack upgrade. (Matt Stancliff) * [NEW] Total and instantaneous Network bandwidth tracking in INFO. * [NEW] DEBUG POPULATE two args form implemented (old form still works). The second argument is the key prefix. Default is "key:" (Salvatore Sanfilippo) * [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, and warn about it if not. (Salvatore Sanfilippo)
2014-12-10Changes 3.8.7.4:adam7-22/+23
Bug fix: Add in a mutex that was omitted from the previous release.
2014-12-08Changes 3.8.7.3:adam7-22/+24
* Bug fix: Ensure the cached KeyInfo objects (an internal abstraction not visible to the application) do not go stale when operating in shared cache mode and frequently closing and reopening some database connections while leaving other database connections on the same shared cache open continuously. * Bug fix: Recognize that any column in the right-hand table of a LEFT JOIN can be NULL even if the column has a NOT NULL constraint. Do not apply optimizations that assume the column is never NULL.
2014-12-07Udate 0.00012 to 0.00013mef2-7/+6
0.00013 2014-02-27 - Pod fixes (RT#88875) - Fix deps (github#1)
2014-12-07Update 1.65 to 1.66mef2-7/+6
1.66 2014/08/20 - No changes since 1.65_02 1.65_02 - Stop unilaterally disabling the "UTF8" flag before executing queries - Make ->Fields case-sensitive in the column names it returns, as well as in the table name it takes. 1.65_01 - Make ->Fields only lookup information on the table requested, not all fields, for performance. It also is now case-sensitive in table name. - Omit calls to ->Fields entirely for PostgreSQL 9.1 and above
2014-12-07Update 0.001003 to 0.001004mef2-6/+6
0.001004 2014-11-30 21:50:34-06:00 America/Chicago - Fix bug that disallowed false values
2014-12-07Update 0.10 to 0.11mef2-7/+6
0.11 03 March 2014 - move to github - add meta to Makefile.PL, make pod tests respect RELEASE_TESTING env var - fix https://rt.cpan.org/Ticket/Display.html?id=93435
2014-12-07Update 2.024000 to 2.024001mef2-6/+6
2.024001 2014-11-25 19:16:41-06:00 America/Chicago - Fix ::DidYouMean to override source instead of resultset (Thanks ribasushi for the bug report!)
2014-12-07Update 1.001024 to 1.001026mef2-6/+6
1.001026 2014-12-01 16:43:10+00:00 Europe/London - bugfix: not relying on $src->from to be a string anymore, use $src->name or $src->source_name. mrf++ 1.001025 2014-11-30 00:58:13+00:00 Europe/London - optimization: add empty string as second arg to encode_base64 - rammo++ https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/1/commits
2014-12-07Use significantly smaller ".tar.xz" distribution file now that downloadstron2-6/+6
from the master site are working again.
2014-12-07Update "phpmyadmin" package to version 4.2.13.1. Changes since version 4.2.12:tron2-7/+7
- bug #4604 Query history not being deleted - bug #4057 db/table query string parameters no longer work - bug #4605 Unseen messages in tracking - bug #4606 Tracking report export as SQL dump does not work - bug #4607 Syntax error during db_copy operation - bug #4608 SELECT permission issues with relations and restricted access - bug #4612 [security] XSS vulnerability in redirection mechanism - bug #4611 [security] DOS attack with long passwords
2014-12-06+py-sqlalchemy-i18nrodent1-1/+2
2014-12-06Import py27-SQLAlchemy-i18n-1.0.1 as databases/py-sqlalchemy-i18n.rodent5-0/+83
Internationalization extension for SQLAlchemy models. Features: * Stores translations in separate tables. * Reflects translation table structures based on parent model table structure. * Supports forcing of given locale. * Good performance (uses proxy dicts and other advanced SQLAlchemy concepts for performance optimization).
2014-12-05Pipe mysqld_safe's stdout and stderr to syslog to avoid the problemschmonz6-10/+18
in PR pkg/48271. (There's a mysqld_safe switch to log to syslog, which would also work around the problem, at the expense mutually exclusivity with normal MySQL logging). Bump PKGREVISIONs.
2014-12-04- Update 1.2.12 to 1.3.3. No ChangeLog found.mef2-6/+7
- Add LICENSE as gnu-gpl-v3 (noted in pytdb.c)
2014-12-04Update 1.13 to 1.15mef3-10/+10
Release 1.15 Minor fixes to allow building on Windows. Fixed syntax error at compile time for some compilers Allow database names with special chars in the name. Change to ct_data_info() to flag an error in case the CS_IODESC returned doesn't include a valid text pointer - this happens if the text/image column is nullable and has not been initialized in the database. Release 1.14 Fix bad size handling for unicode data. Remove default charset setting to utf8 (this had been done in 1.11 as part of improved utf8 handling, but has negative side-effects. If unicode handling is needed then set "charset=utf8" as part of the connection string. Enforce the fact that utf8/unicode handling only works with OpenClient 15.x or later.
2014-12-04Update 1.31 to 1.50mef2-7/+6
--------------------- 1.50 2014-07-25 [BUG FIXES] The 80_odbc_diags.t test could fail if a driver fails a table does not exist test in the prepare instead of the execute. 1.49_4 2014-07-08 [BUG FIXES] Fixed sql_type_cast.t test which assumed column aliases which stay lowercase. Fixed 87_odbc_lob_read.t test which did not bow out of the test properly if the database was not MS SQL Server. [DOCUMENTATION] Revised the query notification example and documentation. Added a link to a better Query Notification article. 1.49_3 2014-05-01 [CHANGE IN BEHAVIOUR] As warned years ago, this release removes the odbc_old_unicode attribute. If you have a good reason to use it speak up now before the next non-development release. [BUG FIXES] Fix rt89255: Fails to create test table for tests using PostgreSQL odbc driver. Change test suite to fallback on PRECISION if COLUMN_SIZE is not found. [ENHANCEMENTS] Added support for MS SQL Server Query Notification. See the new section in the pod. Added a currently undocumented (and experimental) odbc_describe_param method on a statement handle which takes a parameter number as the only argument and returns an array of the data type, parameter size, decimal digits and nullable (as per SQLDescribeParam). [DOCUMENTATION] Added FAQ on truncated column names with freeTDS. [MISCELLANEOUS] I have removed the "experimental" tag for odbc_getdiaffield and odbc_getdiagrec methods. 1.49_2 2014-04-26 [BUG FIXES] Change to data_sources in 1.49_1 could lead to a compile error since data_sources was not returning a value if an error occurred. 1.49_1 2014-04-25 [BUG FIXES] If you had a lot of DSNs on Windows (more than 280 but it depends on the length of their names) and called the data_sources method it could crash your script. Code internally changed to stop putting the DSNs returned on the stack. [CHANGE IN BEHAVIOUR] As warned years ago, the private data_sources method has been removed - use DBI one instead. [MISCELLANEOUS] Added FAQ entry of maximum number of allowed parameters. List just of date for old changes, see ChangeLog in source, thank you. 1.48 2014-03-03 1.47 2014-02-19 1.46_2 2013-12-17 1.46_1 2013-11-16 1.45 2013-10-28 1.44_4 2013-10-16 1.44_3 2013-10-11 1.44_3 2013-10-11 1.44_2 2013-09-07 1.44_1 2013-06-06 1.43 2013-03-06 1.42_5 2013-01-25 1.42_4 2013-01-21 1.42_3 2013-01-17 1.42_2 2012-12-17 1.42_1 2012-12-12 1.42_0 2012-11-28 1.41 2012-10-23 1.40_3 2012-10-08 1.40_2 2012-09-06 1.40_1 2012-09-04 1.39 2012-07-07 1.38_3 2012-06-25 1.38_2 2012-05-24 1.38_1 2012-05-19 1.37 2012-04-07 1.36_2 2012-03-31 1.36_1 2012-03-21 1.35 2012-03-06 1.34_7 2012-03-02 1.34_6 2012-02-27 1.34_5 2012-02-17 1.34_4 2012-02-05 1.34_3 2012-02-03 1.34_2 2012-01-25 1.34_1 2011-12-11 1.33 2011-12-01 1.32_5 2011-11-24 1.32_4 2011-11-22 1.32_3 2011-11-15 1.32_2 2011-10-22 1.32_1 2011-06-24
2014-12-04Update 0.44 to 0.46mef2-6/+6
0.46 - 2014-11-08, H.Merijn Brand * Column type CHAR should return 1 0.45 - 2014-10-23, H.Merijn Brand * Test unauthorized folder access (RT#99508). Requires DBD::File-0.43 * Fix DBI requirement phase (depend more on toolchain) (RT#99732)
2014-12-04(pkgsrc)mef3-10/+12
- Remove two patches (were adding freebsd1 support), FreeBSD seems to be supported now, (not verified, sorry). (upstream) - Update 2.047 to 2.059 --- 2.0.59 2014/04/17 Fix 0 ptr reference (crash) during search that occurred due to slightly different behavior of YAZ 5.0.22 / YAZ 5.0.23. --- 2.0.58 2014/03/06 Update OAI example README and allow Bib-1 attribute searches. Fix ICU indexing test. The code was not really broken, but the test program was. --- 2.0.57 2014/02/28 Deb/RPM/Win Zebra packages uses libyaz5 (rather than libyaz4). This adds SRU 2.0 support for Zebra. --- 2.0.56 2013/11/04 Updates for YAZ 5. Zebra compiles fine with YAZ 4 still. --- 2.0.55 2013/06/24 Addx + document zebraidx command "check", which checks consistency of register. Debian : idzebra-2.0-utils includes init.d script. Includes logrotate as well. The zebrasrv init script listens on port 2100. At this time, zebra.cfg, is not part of the package. Administrator must install or modify $CONFIG to point to a working zebra.cfg. RPM: idzebra-2.0 includes init.d script. Also includes logrotate. The zebrasrv init script listens on port 2100 (IPv4 + IPv6). At this time, zebra.cfg, is not part of the package. Administrator must install or modify $CONFIG to point to a working zebra.cfg. --- 2.0.54 2013/01/21 For mod_dom filter, allow type="adelete", which will not treat a failed delete as an error (such as a record ID that do not exist already). Log XML2/XSLT errors to yaz_log instead of stdout/stderr. Relay \-character in non-regexp searches. Was treated as backslash sequence before. --- 2.0.53 2012/12/03 Improve hit estimate for or-searches (typically truncation) Fix snippets for non-ICU / seqno not updated. Replace key_compare_it with key_compare. This is because key_compare_it throws exception on some CPUs with alignment constraints. ICU: support @attr 5=2, @attr 5=3 in searches. (left truncation and left+right truncation). --- 2.0.52 2012/05/31 Fix problem in dictionary due to increase max size of term. --- 2.0.51 2012/05/31 Fix buffer overrun for terms using ICU normalization. Increase max size of indexing term from 256 to 512. --- 2.0.50 2011/11/01 Fix a bug in zebra_begin_trans where Zebra could mark a transaction complete when it actually failed. This could happen if register files could not be opened. --- 2.0.49 2011/09/02 Scan: allow preferred position > number + 1 Fix bug #4592: dict_scan misses Fix snippets for complete fields, bug #4590. The snippet_add_complete_fields (chr-system) now takes the indexing term verbatim and makes that the display term. --- 2.0.48 2011/06/28 Utility idebra-abs2dom part of distribution and deb+RPM packages. Fix problem with scan and complete subfields (:p) . In some cases, the display scan terms, would be invalid.
2014-12-04Update 0.12 to 0.13mef2-7/+6
0.13 28 Feb 2014 - add tests for Search::QueryParser::SQL 0.010
2014-12-04Update 0.28 to 0.302mef2-8/+9
0.302 13 May 2014 - fix bug in find_related() where foreign table column name assumed to be same as local table, esp for one-to-many relationships 0.301 10 May 2014 - skip related sort_by unless explicitly passed in cxc-* params (fix for 0.29 r14454) 0.30 28 Feb 2014 - support for CXC 0.56 0.29 07 Oct 2013 - re-enable sort of related objects as long as they are o2m not m2m
2014-12-04Update 0.55 to 0.56mef2-7/+6
0.56 28 Feb 2014 - remove : character from rxOp param in internal Search::QueryParser::SQL constructor. This allows for finding url values like http://foo/bar which previously would be parsed as http=//foo/bar - add 'use_lower' feature to Module::Utils to support Search::QueryParser::SQL version 0.010.
2014-12-04Update 0.62 to 0.65mef2-7/+6
0.65 2014-08-04 11:00:00 - Make compose_namespaces and install model shortcuts optional 0.64 2014-07-22 23:00:00 - Fix Replicated trait that got busted when someone assumed Module::Runtime was a drop in replacement for Class::MOP::load_class 0.63 2014-05-05 22:56:43 - Make MooseX::MarkAsMethods a hard prerequisite (RT#94923) - Fix t/08helper.t with Data::Dumper >= 2.151 (RT#94599)
2014-12-04Update 0.51 to 0.54mef2-7/+6
------------------- 0.54 9th November 2013 * memory leak in CDS locking routines [RT #90134] 0.53 14th August 2013 * BerkeleyDB-0.52 fails to build on 5.18.1RC3 [RT #87771] * typo fixes [RT #86705] 0.52 7th May 2013 * Updates for BDB 6.0 - Added Blob support - Added BerkeleyDB::DbStream class to interface to Blobs - Added BlobThreshold & BlobDir option to BerkeleyDB::Env constructor - Added BlobThreshold & BlobDir option to Hash, Btree & Heap constructors - Added get_blob_threshold method to BerkeleyDB::Env - Added get_blob_dir method to BerkeleyDB::Env - Added get_blob_threshold method to the Hash, Btree & Heap - Added get_blob_dir method to the Hash, Btree & Heap * Added method $cursor->set_partial * Added method $cursor->partial_clear * $env->lock_detect dies due to incorrect version check [RT #84179] * (Memory leak in db_verify() method. (libdb < 4.2)) [RT #84409] * Fix a few croaks
2014-12-04Update 1.90 to 1.91mef2-8/+7
1.91 Fri Apr 11 06:22:38 CEST 2014 - perl5porters broke Async::Interrupt, BDB, EV, IO::AIO, OpenCL without warning by switching the meaning of USE_SOCKETS_AS_HANDLES in 5.18. What's so attractive about giving a shit about backwards compatibility - I will never understand. - make sure DBD.pm is installed to the correct directory. - support up to bdb 6.0. - (xthread) work around compile time bugs in ptw32.
2014-12-04Update 1.11 to 1.12mef2-7/+6
------------------- 1.12 June 12, 2013 - Fix detection of server startup in mod_perl 2, to avoid caching connections in the parent process. Perrin Harkins <perrin@elem.com>
2014-12-04Update to 0.002107wen2-7/+6
Upstream changes: 0.002107 2014-10-30 19:53:58-05:00 America/Chicago - Fix `export_method_aliases` (Thanks Denis Ibaev! See GH#7) 0.002106 2014-10-17 15:26:43-05:00 America/Chicago - Fix bug causing infinite recursion when you redefine a package (Thanks Graham Knop for fix, and Wes Malone for bug report!) - Simplify sub installer by using Sub::Exporter more correctly (Thanks RJBS!) - Stop calling ->table many times per ResultClass (Good catch RJBS!) 0.002105 2014-04-12 08:51:04-05:00 America/Chicago - Fix warnings in test (thanks for the report Zefram!) (Fixes RT#91976)