summaryrefslogtreecommitdiff
path: root/databases/adodb
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-03-16Bump PKGREVISION from default PHP version change to 5.4.obache1-2/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-09-16Bump PKGREVISION from PHP_VERSION_DEFAULT changes.obache1-6/+4
2010-02-18php4 support is gone.joerg1-5/+1
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-11/+1
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-30/+41
their files via a custom do-install target.
2007-11-25Update to 4.96aadrianp3-25/+46
Works with both php4 and php5. Postgresql driver's ServerInfo() function now works properly. Added a new session handler, in adodb-session2.php. ADODB_ACTIVE_RECORD, added find() method, and new constructor method ODBC_DB2 driver now works properly New BindDate() and BindTimeStamp() functions in connection object New SetTransactionMode()
2007-06-10Wants php4, so disallow php5 and bump revision.joerg1-2/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-06-11Update to 4.81adrianp2-7/+7
Fixed variable ref errors in adodb-ado5.inc.php in _query(). Mysqli setcharset fix using method_exists(). The adodb-perf.inc.php CreateLogTable() code now works for user-defined table names. Error in ibase_blob_open() fixed. See http://phplens.com/lens/lensforum/msgs.php?id=14997 Active Record ============ Now we only update fields that have changed, using $this->_original. We do not include auto_increment fields in replace(). Thx Travis Cline Added ADODB_ACTIVE_CACHESECS.
2006-03-13Update to 4.80adrianp3-10/+18
> 4.80 8 Mar 2006 > > Added activerecord support. > > Added mysql $conn->compat323 = true if you want MySQL 3.23 compat enabled. Fixes GetOne() Select-Limit problems. > > Added adodb-xmlschema03.inc.php to support XML Schema version 3 and updated adodb-datadict.htm docs. > > 4.72 21 Feb 2006 > > Added 'new' DSN parameter for NConnect(). > > Pager now sanitizes $PHP_SELF to protect against XSS. Thx to James Bercegay and others. > > ADOConnection::MetaType changed to setup $rs->connection correctly. > > New native DB2 driver contributed by Larry Menard, Dan Scott, Andy Staudacher, Bharat Mediratta. > > The mssql CreateSequence() did not BEGIN TRANSACTION correctly. Fixed. Thx Sean Lee. > > The _adodb_countrecs() function in adodb-lib.inc.php has been revised to handle more ORDER BY variations.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-24Update to version 4.71adrianp2-7/+7
> Recommended that all postgresql users upgrade to this version. > Fixes important postgresql security issues problems related > to binary strings. Thx to Andy Staudacher. http://secunia.com/advisories/18575/ > > Also several DSN bugs fixed, including one introduced in 4.70 > that corrupts underscores in the DSN, and in PHP5 DSN's did > not work. Added support for PDO DSN connections. > > Misc bug fixes.
2006-01-09Update to adodb-4.7.0adrianp3-8/+15
No available changelog Does include a fix for a known security issue: http://secunia.com/advisories/17418/ "disclose system information, execute arbitrary SQL code, and potentially compromise a vulnerable system."
2005-06-04- Update adodb to 4.63adrianp3-27/+73
- There are a massive amount of changes/updates/bugfixes as the pkgsrc version was quite old (4.00) - For the full details referr to: http://phplens.com/lens/adodb/docs-adodb.htm#changes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-04-20Initial import of adodb-4.00, from pkgsrc-wip packaged by Adrianxtraeme4-0/+194
Portelli. ADOdb stands for Active Data Objects Data Base. It currently supports MySQL, PostgreSQL, Interbase, Informix, Oracle, MS SQL 7, Foxpro, Access, ADO, Sybase, DB2 and generic ODBC. The Sybase, Informix and PostgreSQL drivers are community contributions. We hope more people will contribute drivers to support more databases. Unique Features of ADOdb - Easy for Windows programmers to understand. Makes porting ASP code to PHP easy because many of the conventions are similar to Microsoft's ADO. - We provide support code to handle inserts and updates which can be adapted to multiple databases quickly. Methods are provided for date handling, string concatenation and string quoting characters for differing databases. - A metatype system is built in so that we can figure out that types such as CHAR, TEXT and STRING are equivalent in different databases. - Easy to port because all the database dependent code are stored in stub functions. You do not need to port the core logic of the classes. - SQL to popup menu (<SELECT>) support included - PHP4 Session support.