summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz18-62/+62
Patch provided by Sergey Svishchev in private mail.
2007-02-22Use standard CPAN homepage.wiz1-3/+3
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz4-8/+8
From Sergey Svishchev in private mail.
2007-02-19Install some documentation under PREFIX/share/doc/PKGBASEdsainty2-2/+9
2007-02-19+ palm-db-toolsdsainty1-1/+2
2007-02-19PalmOS Flat-File Database Tools. Conversion utilities for the PalmOSdsainty8-0/+109
flat-file database programs "MobileDB", "JFile" v3.x, "List", and the open source "DB".
2007-02-18Update ruby-activerecord to 1.15.2.minskim3-31/+21
Changes: * Pass a range in :conditions to use the SQL BETWEEN operator. #6974 [dcmanges] Student.find(:all, :conditions => { :grade => 9..12 }) * Don't create instance writer methods for class attributes. [Rick] * When dealing with SQLite3, use the table_info pragma helper, so that the bindings can do some translation for when sqlite3 breaks incompatibly between point releases. [Jamis Buck] * SQLServer: don't choke on strings containing 'null'. #7083 [Jakob S] * Consistently use LOWER() for uniqueness validations (rather than mixing with UPPER()) so the database can always use a functional index on the lowercased column. #6495 [Si] * MySQL: SET SQL_AUTO_IS_NULL=0 so 'where id is null' doesn't select the last inserted id. #6778 [Jonathan Viney, timc] * Fixtures use the table name and connection from set_fixture_class. #7330 [Anthony Eden] * SQLServer: quote table name in indexes query. #2928 [keithm@infused.org]
2007-02-18Update to 1.45:wiz2-6/+6
1.45 Tue Sep 26 11:08:20 EDT 2006 * Postgres fixes: ** fix "$rec->Create();" ** fix "$rec->Create( IntegerColumn => '' );" ** fix "$rec->SetIntegerColumn( '' );" ** add test * Cache changes ** cleanup ::Record::Cachable ** use cache in: $a->LoadByCols(...); $b->LoadById( $a->id ); ** add cache tests 1.44 * DBIx::SearchBuilder::Handle::DatabaseVersion enhancements
2007-02-18Update to 1.05:wiz2-6/+6
1.05 11/3/2006 - MP2/AuthDBI: Add missing Apache2::Access Submitted by: Adam Prime x443 1.04 10/23/2006 - MP1: Undefined subroutine &Apache2::Const::OK called at .... (The rest of them) d'oh! Seconded by: Kjetil Kjernsmo Submitted by: BOWMANBS 1.03 08/21/2006 - MP1: Undefined subroutine &Apache2::Const::OK called at Apache/AuthDBI.pm line 906. Submitted by: [Philip.Garrett@manheim.com] Reviewed by: Kevin A. McGrail (ThoughtWorthy Media, Inc.) - http://rt.cpan.org/Ticket/Display.html?id=20809 avoid a warnings caused by debug statements Reported by: Vladimir S. Tikhonjuk 1.02 08/02/2006 - http://rt.cpan.org/Ticket/Display.html?id=20808 s/denug/debug/ typo in Apache::AuthDBI Submitted by: Vladimir S. Tikhonjuk
2007-02-16checkin distinfo missed in previous (some time ago) commitabs1-7/+7
2007-02-16On NetBSD, building with jdk 1.1.8 results in a segmentation fault, sorillig1-1/+8
use a newer JDK here.
2007-02-15Made the code a bit shorter.rillig1-21/+14
2007-02-15Fixed the deprecated share/doc/html. PKGREVISION++rillig2-384/+383
2007-02-08update to 1.0-beta1drochner3-11/+48
changes: "lots of new features", too much to list here
2007-02-08Changes 8.0.12:adam3-7/+8
* Remove overly-restrictive check for type length in constraints and functional indexes
2007-02-08Changes 8.1.8:adam3-7/+9
* Remove overly-restrictive check for type length in constraints and functional indexes
2007-02-08Changes 8.2.3:adam3-8/+11
* Remove overly-restrictive check for type length in constraints and functional indexes * Fix optimization so MIN/MAX in subqueries can again use indexes
2007-02-07+ p5-DBD-PgPPrillig1-1/+2
2007-02-07Imported p5-DBD-PgPP.rillig4-0/+31
DBD::PgPP is a Pure Perl client interface for the PostgreSQL database. This module implements network protocol between server and client of PostgreSQL, thus you don't need external PostgreSQL client library like libpq for this module to work. It means this module enables you to connect to PostgreSQL server from some operation systems which PostgreSQL is not ported. How nifty! Packaged by Francisco Valladolid Hdez.
2007-02-06Needs intltool.joerg1-2/+2
2007-02-05+ p5-Net-MySQLrillig1-1/+2
2007-02-05Imported p5-Net-MySQL.rillig4-0/+34
Net::MySQL is a Pure Perl client interface for the MySQL database. This module implements network protocol between server and client of MySQL, thus you don't need external MySQL client library like libmysqlclient for this module to work. It means this module enables you to connect to MySQL server from some operation systems which MySQL is not ported. How nifty! Since this module's final goal is to completely replace DBD::mysql, API is made similar to that of DBI. From perl you activate the interface with the statement Packaged by Francisco Valladolid Hdez.
2007-02-05Changes 8.0.11:adam3-7/+10
* Remove security vulnerabilities that allowed connected users to read backend memory * Fix rare bug wherein btree index page splits could fail due to choosing an infeasible split point * Fix for rare Assert() crash triggered by UNION * Tighten security of multi-byte character processing for UTF8 sequences over three bytes long
2007-02-05Changes 8.1.7:adam3-7/+46
* Remove security vulnerabilities that allowed connected users to read backend memory * Fix rare bug wherein btree index page splits could fail due to choosing an infeasible split point * Improve "VACUUM" performance for databases with many tables * Fix autovacuum to avoid leaving non-permanent transaction IDs in non-connectable databases This bug affects the 8.1 branch only. * Fix for rare Assert() crash triggered by UNION * Tighten security of multi-byte character processing for UTF8 sequences over three bytes long * Fix bogus "permission denied" failures occurring on Windows due to attempts to fsync already-deleted files * Fix possible crashes when an already-in-use PL/pgSQL function is updated
2007-02-05Changes 8.2.2:adam6-14/+19
* Remove security vulnerabilities that allowed connected users to read backend memory * Fix not-so-rare-anymore bug wherein btree index page splits could fail due to choosing an infeasible split point * Fix Borland C compile scripts * Properly handle to_char('CC') for years ending in 00 Year 2000 is in the twentieth century, not the twenty-first. * "/contrib/tsearch2" localization improvements * Fix incorrect permission check in information_schema.key_column_usage view * Improve "VACUUM" performance for databases with many tables * Fix for rare Assert() crash triggered by UNION * Fix potentially incorrect results from index searches using ROW inequality conditions * Tighten security of multi-byte character processing for UTF8 sequences over three bytes long * Fix bogus "permission denied" failures occurring on Windows due to attempts to fsync already-deleted files * Fix bug that could cause the statistics collector to hang on Windows * Fix possible crashes when an already-in-use PL/pgSQL function is updated * Improve PL/pgSQL handling of domain types * Fix possible errors in processing PL/pgSQL exception blocks
2007-02-01update to 2.2.6drochner12-509/+1536
This switches to the new stable branch, too many changes to list.
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz1-1/+3
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2007-01-30Modular Xorg support.joerg1-2/+2
2007-01-30No X11 here.joerg1-2/+1
2007-01-30Fix build on platforms which don't define ulong by default likejoerg2-1/+19
DragonFly.
2007-01-30Changes 1.2.18:adam6-51/+29
* Bug fixes
2007-01-28Update ruby-mysql package to 2.7.3.taca4-33/+14
2006-12-20 version 2.7.3 - BUG: Mysql#query with block is stopped when last query failed. 2006-10-28 version 2.7.2 - BUG: Mysql::Stmt#result_metadata don't return nil. (Thanks to Hidetoshi) - BUG: Mysql#close check mysql_errno. - BUG: multistatement Mysql#query with block ignore error. - extconf.rb for Visual C++. (Thanks to Shugo Maeda) - support MySQL BIT type. - add Mysql::Field::TYPE_BIT, TYPE_NEWDECIMAL.
2007-01-28Update ruby-activerecord to 1.15.1, required by rails-1.2.1.minskim3-10/+23
Too many changes since 1.14.1. See ${RUBY_DOCDIR}/activerecord/CHANGELOG.
2007-01-26Add libgda-mysql.dillo1-1/+2
2007-01-26Initial import of MySQL provider for libgda.dillo3-0/+27
2007-01-26Modifications for upcoming libgda-mysql package.dillo3-2/+28
2007-01-26Update icons location of KDE apps. Bump PKGREVISIONmarkd4-36/+38
2007-01-24Do not install glade3-specific files. When glade3 is not found,wiz2-1/+15
they would be installed into /16x16 and /22x22. glade3 is not yet in pkgsrc.
2007-01-23rc.d usage can be found in NetBSD and pkgsrc documentation and is not mysqlghen2-26/+2
specific.
2007-01-22Should build only shared libraries, pointed out in PR 34860.obache1-2/+5
Bump PKGREVISION.
2007-01-22Fix mismatch of option name, definition v.s. usage.obache1-5/+5
Pointed out in PR 34860.
2007-01-21Update to 0.65:wiz3-11/+11
For Release 0.65 ---------------- - Tables contents are now displayed as a grid and as a form with a toggle option (Vivien) - Various other GUI improvements (Vivien) - Translations: - New Arabic translation (Djihed Afifi) - es (Francisco Javier F. Serrador) - en_GB (David Lodge) - nl (Wouter Bolsterlee)
2007-01-21Update to 2.99.2:wiz4-97/+98
libgnomedb 2.99.2, 2006-12-22 ----------------------------- - C# bindings corrections (Daniel) - Change version to 2.99.x to become 3.0.x when the API/ABI is declared stable (Murray) - Lots of corrections and small improvements (Stian, Vivien) - Doc. improvements (Vivien) - Glade3 support (Daniel) - Code cleanups (Vivien) - Improved code to make bindings easier (Murray) - Improved sample application (Vivien) - New plugin to display pictures from BLOB or encoded strings (Vivien) - Translations: - new Arabic transtation (Djihed Afifi) - fi (Ilkka) - en_GB (David Lodge) - es (Francisco Javier) - en_CA (Adam Weinberger)
2007-01-21Update to 2.99.2; for details see libgda update.wiz2-5/+4
2007-01-21Update to 2.99.2.wiz11-244/+202
Bump API depends, because of shlib name change, and all its dependencies will depend on the new API in a few minutes. libgda 2.99.2, 2006-12-22 ------------------------- - Make all the providers compile again (Vivien) - C# bindings corrections (Daniel) - MySQL provider fixes (Vivien, Stian) - API renaming to avoid using the G namespace (Murray) - Code cleanups (Murray) - Change version to 2.99.x to become 3.0.x when the API/ABI is declared stable (Murray) - Lots of corrections and small improvements (Stian, Vivien) - Make connections keep track of the current transaction status (Vivien) - Doc. improvements (Vivien) - 64 bits corrections (Bas) - Improved code to make bindings easier (Murray) - Translations: - new Arabic transtation (Djihed Afifi) - it (Marco Ciampa)
2007-01-20Update to 2.3.3:wiz2-8/+8
- self->statement was not checked while fetching data, which could lead to crashes if you used the pysqlite API in unusual ways. Closing the cursor and continuing to fetch data was enough. - Converters are stored in a converters dictionary. The converter name is uppercased first. The old upper-casing algorithm was wrong and was replaced by a simple call to the Python string's upper() method instead. - Applied patch by Glyph Lefkowitz that fixes the problem with subsequent SQLITE_SCHEMA errors. - Improvement to the row type: rows can now be iterated over and have a keys() method. This improves compatibility with both tuple and dict a lot. - A bugfix for the subsecond resolution in timestamps. - Corrected the way the flags PARSE_DECLTYPES and PARSE_COLNAMES are checked for. Now they work as documented. - gcc on Linux sucks. It exports all symbols by default in shared libraries, so if symbols are not unique it can lead to problems with symbol lookup. pysqlite used to crash under Apache when mod_cache was enabled because both modules had the symbol cache_init. I fixed this by applying the prefix pysqlite_ almost everywhere. Sigh.
2007-01-18Update to 0.76. From the changelog:schmonz3-14/+13
* manpage spelling fixes, from Claus Assmann <ca+tinycdb (at) esmtp.org>. * little mods to allow compiling tinycdb by C++ compiler, from Olly Betts <olly (at) survex.com>. * use program_invocation_short_name on GLIBC, (modified) patch from Dmitry V. Levin <ldv (at) altlinux.org> * manpage fix (cdb_findnext() prototype), from Dmitry V. Levin <ldv (at) altlinux.org> * (somewhat silly) GCC-4.x "signedness" warnings fix, modified patch from Dmitry V. Levin <ldv (at) altlinux.org> * more signed vs unsigned char* fixes in various places * Makefile: always build libnss_cdb.so with libcdb_pic.a, no nss-shared target: to avoid extra dependency from /usr/lib/. * Makefile: use map files for lib*.so, with explicit list of exported symbols. This, in particular, avoids exporting of libcdb symbols by libnss_cdb.so. * mark all internal routines as internal_function (defined as __attribute__((visibility("hidden"))) for GCC) * Makefile: add tests-shared, to use cdb-shared for testing * Makefile: allow to specify which binary (shared vs static) to install in install target, by using INSTALLPROG variable * Makefile: pass -DNSSCDB_DIR=... to compiler when building .lo files, to allow setting of system config dir (/etc by default) on command line. For nss_cdb module. * Makefile: use $(CP) instead of cp, to be able to specify `cp' options (CP="cp -p") * Use unlink(tmpname) + open(O_CREAT|O_EXCL) instead of open(O_CREAT|O_TRUNC) when creating the new CDB file. And use O_NOFOLLOW if defined. This also works around some (probably) possible symlink attacks. * Add -p perms option for cdb utility, to specify mode (permission bits) for newly created .cdb file (default is 0666&umask(), -p forces the given mode). * allow tmpname (cdb -t) to be `-', to mean no temp file gets created. Also check if tmpname is the same as database name and don't try to rename() if it is. * rewrite nss_cdb-Makefile a bit: simplify it, and use more sane permission scheme for /etc/shadow * fixed a typo in cdb_seek.c, -- it segfaulted if passed NULL dlenp pointer. Thanks Daiki for the patch. Closes: #383417 * use MAP_FAILED to test mmap() return value, instead of hardcoded -1. * libcdb-dev replaces tinycdb<0.76
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz2-3/+4
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2007-01-15Update databases/lbdb to 0.34tonio2-6/+6
lbdb (0.34) unstable; urgency=medium * vcquery: avoid free() on unallocated memory if fullname is not set. Thanks to Gregor Jasny <gjasny@web.de> for finding and providing a patch. * vcquery: Use value of concatenated N fields if FN field is missing. Thanks to Gregor Jasny <gjasny@web.de> for providing a patch. lbdb (0.33) unstable; urgency=low * Add SORT_OUTPUT=reverse_comment to do reverse sort by the third column (most recent m_inmail timestamp at the top). Thanks to Marco d'Itri for this suggestion. * Comment out LDAP_NICKS in lbdb.rc because this should only be an example and if it is set there it overrides other LDAP settings.
2007-01-14*BSD dosen't have strndup.obache3-3/+19
Pointed out by Yasushi Oshima in PR 33160. Bump PKGREVISION.