Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2001 00:22:50 -0700 (PDT)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/dbiwrapper Makefile distinfo pkg-comment pkg-descr pkg-plist
Message-ID:  <200107160722.f6G7MoZ32131@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
vanilla     2001/07/16 00:22:50 PDT

  Modified files:
    databases            Makefile 
  Added files:
    databases/dbiwrapper Makefile distinfo pkg-comment pkg-descr 
                         pkg-plist 
  Log:
  DBIWrapper is the generic database Object for accessing
  the DBI database interface.  It provides the lowest level
  of functionality needed by any program wanting to access
  databases via the DBI.  Currently, DBIWrapper is only
  aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD
  modules and how to work with them correctly.
  
  Support for transactions on MySQL is now checked for and
  if found to be available, the AutoCommit flag is turned
  off so that transactions will be used.
  
  PR:		ports/28563
  Submitted by:	Pete Fritchman
  
  Revision  Changes    Path
  1.130     +2 -1      ports/databases/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107160722.f6G7MoZ32131>