summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2001-04-18Add an INFO_FILES entry.jtb1-1/+2
2001-04-18Move to sha1 digests, and add distfile sizes.agc46-81/+127
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc94-210/+190
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-04-15<mysql/mysql.h> can be found in the mysql-client pkg:hubertf1-1/+2
noon% pkg_info -Fe /usr/pkg/include/mysql/mysql.h mysql-client-3.23.35 Add dependency on that!
2001-04-15fix fatal typo - INSTALhubertf1-4/+4
2001-04-13Update to 1.15. Notable changes:mjl2-4/+4
Added selectrow_arrayref, selectrow_hashref, selectall_hashref Added DBI->connect(..., { dbi_connect_method => 'method' }) Added $h->{ShowErrorStatement}=1 to cause the appending of the relevant Statement text to the RaiseError/PrintError text. Trace method uses warn() if it can't open the new file. Trace shows source line and filename during global destruction. Documentation: Documented $DBI::lasth (which has been there since day 1). Documented SQL_* names. Clarified and extended docs for $h->state Clarified fetchall_arrayref({}) docs Clarified type_info_all re lettercase and index values. Updated DBI::FAQ to 0.38 Added cute bind_columns example Extended docs on \%attr arg to data_sources method. Proxy: Removed debug messages from DBD::Proxy AUTOLOAD Added fix for problem using table_info Added better determination of where to put the pid file Added KNOWN ISSUES section to DBD::Proxy docs Known issues: Perl 5.005 and 5.006 both leak memory doing local($handle->{Foo}). Perl 5.004 doesn't. The leak is not a DBI or driver bug.
2001-04-10Note inclusion by odbc-postgresqljlam1-1/+2
2001-04-06Add a MAINTAINER field.jwise1-1/+2
2001-04-06Add a message file pointing users to the ODBC chapter of the PostgreSQLjwise1-0/+2
documentation.
2001-04-06Add and enable odbc-postgresql.jwise1-1/+2
2001-04-06Initial import of odbc-postgresql, the PostgreSQL 7 ODBC support.jwise3-0/+38
2001-04-06Also install odbctest programhubertf2-2/+4
2001-04-06Install some documentation.hubertf2-2/+10
2001-04-04Depend on freedts >= 0.50mjl1-2/+2
2001-04-04Update to 0.51. Changes since 0.50:mjl3-8/+9
removed all the old unittests from the samples directory endian detection fixed 'make check' and ctlib unittests TDS 7.0 fixes, numerics et al dead connection handling query timeout stuff
2001-04-04Add and enable myodbc-2.50.36agc1-1/+2
2001-04-04Initial import of myodbc, an ODBC driver for mysql, into the packagesagc4-0/+37
collection.
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-04-02databases/p5-MLDBM is a duplicate of devel/p5-MLDBM.agc5-12/+41
Merge the two packages into one, in the databases category.
2001-03-28RCS Id policewennmach3-3/+7
2001-03-28So _that's_ how to do that! :-)jwise1-3/+2
Use ${EXTRACT_ELEMENTS} instead of adding to ${EXTRACT_CMD} by hand.
2001-03-27Change BUILD_DEPENDS semantics:hubertf3-6/+7
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27add & enable xsqlmenuhubertf1-1/+2
2001-03-27Add xsqlmenu-2.10: X based GUI for MySQLhubertf6-0/+94
This is a powerful frontend for the MiniSQL or MySQL database engines, that allows the user to search the database through easy to use searchforms, select databases and tables from a menu, modify records just by clicking them in a browser and much more. Xsqlmenu supports having multiple tablewindows open at the same time (even from different databases !). Also free SQL SELECT statements are allowed (although they have a few restrictions to avoid confusion).
2001-03-26When using the included mit-pthreads, do not link against randombad4-9/+14
-lpthread found in library search path, use explicit path to library. Noticed by hubertf. When OPSYS == NetBSD, force use of included mit-pthreads. Bumb version to "nb1".
2001-03-26Build a shared library version as well...skrll5-29/+125
2001-03-26Depend on mysql-client>=3.23.35 because of library major bump.bad4-8/+8
2001-03-26Update to mysql-3.23.35.bad11-671/+79
Enable use of tcp_wrappers in the server. BDB and Innobase table types are not configured in, so no transaction support yet. The 3.23 release has several major features that are not present in previous versions. We have added new table types: MyISAM, a new ISAM library which is tuned for SQL and supports large files; BDB, which uses the Berkeley DB library from Sleepycat Software to implement transaction-safe tables; INNOBASE, which uses the Innobase database backend to implement transaction-safe tables. The 3.23 release also includes support for database replication between a master and many slaves, full-text indexing, and much more. For a detailed list of changes see appendix E of the online documentation at http://www.mysql.com/. The replication code and BerkeleyDB code is still not as tested and as the rest of the code, so we will probably need to do a couple of future releases of 3.23 with small fixes for this part of the code. As long as you don't use these features, you should be quite safe with MySQL 3.23! Note that the above doesn't mean that replication or Berkeley DB doesn't work; We have done a lot of testing of all code, including replication and BDB without finding any problems. It only means that not as many users uses this code as the rest of the code and because of this we are not yet 100 % confident in this code.
2001-03-26Fix configure script to not use "-Lyes/lib" when tcp_wrapper supportbad2-39/+48
is configured in. Work around the fact that our libtool doesn't seem to grok "-L dir" syntax.
2001-03-26Replace with hack to do the __RENAME hack for sigaction() in mit-pthreads.bad1-38/+26
Now, mysql-server doesn't require COMPAT_NETBSD13 anymore.
2001-03-26Update to mysql-3.23.35. Changes in the client library includebad7-41/+59
API/ABI changes, (backward compatible) changes to the client-server protocol and bug fixes. The 3.23 release has several major features that are not present in previous versions. We have added new table types: MyISAM, a new ISAM library which is tuned for SQL and supports large files; BDB, which uses the Berkeley DB library from Sleepycat Software to implement transaction-safe tables; INNOBASE, which uses the Innobase database backend to implement transaction-safe tables. The 3.23 release also includes support for database replication between a master and many slaves, full-text indexing, and much more. For a detailed list of changes see appendix E of the online documentation at http://www.mysql.com/. The replication code and BerkeleyDB code is still not as tested and as the rest of the code, so we will probably need to do a couple of future releases of 3.23 with small fixes for this part of the code. As long as you don't use these features, you should be quite safe with MySQL 3.23! Note that the above doesn't mean that replication or Berkeley DB doesn't work; We have done a lot of testing of all code, including replication and BDB without finding any problems. It only means that not as many users uses this code as the rest of the code and because of this we are not yet 100 % confident in this code.
2001-03-25Make pgsql's home directory configurable. This is useful e. g. in caseswennmach5-19/+31
where ${PREFIX} is mounted read-only etc. Checked with Johnny C. Lam, who suggested two additional changes.
2001-03-25Enable p5-MLDBMmjl1-1/+2
2001-03-25Initial import of p5-MLDBM, a Perl module store multidimensionalmjl4-0/+24
hash structures in tied hashes.
2001-03-25Enable p5-DBIx-Datasource, p5-DBIx-SearchBuildermjl1-1/+3
2001-03-25Initial import of p5-DBIx-SearchBuilder, a Perl extension formjl4-0/+23
easy SQL SELECT Statement generation.
2001-03-25Oops, typo in packlist path.mjl1-2/+2
2001-03-25Initial import of p5-DBIx-DataSource, a module that implementsmjl4-0/+28
create and drop functions for databases. Currently supported databases are MySQL and PostgreSQL.
2001-03-21Update to 0.1025mjl2-4/+4
* lib/DBD/CSV.pm (fetch_row): Now cleaning $! before calling $csv->getline(). Seems to return false errors otherwise in some cases. * Made Makefile.PL CPAN conformant. * Removed unnecessary stuff in Makefile.PL which verified the DBI installation. * lib/DBD/File.pm (STORE): Changed croak to die. * Minor fix in the docs * Minor compatibility fixes in the test suite for Perl 5.6.
2001-03-21Updated to 0.1017mjl2-4/+4
* Makefile.PL: Fixed portability issue with Darwin.
2001-03-10Enabled support for alpha platformswulf1-2/+2
2001-03-07${MD5_FILE} -> ${DIGEST_FILE}wiz1-2/+2
2001-03-05Update of p5-pgsql to 1.9.0. Update provided by Damon Brodie injtb4-22/+21
PR pkg/11597. Revision history for Perl extension Pg. 1.9.0 Apr 04 2000 - remove compile errors with perl5.6 - remove old-style interface - change return value in case of failure from -1 to undef - for building the module it is required to set the environment variables POSTGRES_INCLUDE and POSTGRES_LIB 1.8.2 Mar 31 1999 - bug-fix in Makefile.PL for $POSTGRES_HOME not defined - bug-fix in doQuery() spotted by Christopher Hutton <crhutton@welcomecard.com> - minor changes to be compliant with libpq - use PQsetdbLogin (using the provided userid/password) instead of PQsetdb
2001-03-05Remove build system hack that causes build to fail for new libtool.skrll3-9/+23
2001-03-04turn KERBEROS into a binary switchassar1-2/+2
2001-02-26change default group from ingres to pgsql, to match behaviour of otherlukem1-2/+2
applications (uname == gname), and because we've removed the default ingres group anyway.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf2-12/+12
XXX need to teach pkglint to be more picky about this
2001-02-23NOT_FOR_PLATFORM alpha, since IEEE math there isn't up to it.wiz1-1/+4
2001-02-21Upgrade to 3.2.9. Install C++ library as well (not java, since thisfvdl6-178/+371
depends on java being installed, it should probably be in a seperate pkg). Changelog is at http://www.sleepycat.com/update/3.2.9/if.3.2.9.html
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0