Next | Query returned 28 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2006-03-13 13:18:23 by Adrian Portelli | Files touched by this commit (3) | Package updated
Log message:
Update to 4.80
> 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-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-01-24 14:37:45 by Adrian Portelli | Files touched by this commit (2)
Log message:
Update to version 4.71

> 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-09 21:35:33 by Adrian Portelli | Files touched by this commit (3)
Log message:
Update to adodb-4.7.0
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 23:48:40 by Adrian Portelli | Files touched by this commit (3) | Package updated
Log message:
- Update adodb to 4.63
- 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-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-23 17:33:11 by Alistair G. Crooks | Files touched by this commit (108)
Log message:
Add RMD160 digests in addition to SHA1 ones.
   2004-04-20 11:49:33 by Juan Romero Pardines | Files touched by this commit (4) | Imported package
Log message:
Initial import of adodb-4.00, from pkgsrc-wip packaged by Adrian
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.


Next | Query returned 28 messages, browsing 21 to 30 | previous