X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=41eacb1789e1c127906179e25363d81a824791fb;hb=ec6415a9f63389db5a76f593c2d1686015ca95cd;hp=b32efe40b4117d779d44b0c1a2624adaa388cb37;hpb=4e803ec9430d2876f4e0e3345ce148a8b9b47c7f;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index b32efe4..41eacb1 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -195,7 +195,8 @@ resultset is used as an iterator it only fetches rows off the statement handle as requested in order to minimise memory usage. It has auto-increment support for SQLite, MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in production on at least the first four, and is fork- -and thread-safe out of the box (although your DBD may not be). +and thread-safe out of the box (although +L). This project is still under rapid development, so large new features may be marked EXPERIMENTAL - such APIs are still usable but may have edge bugs. @@ -295,6 +296,8 @@ hobbs: Andrew Rodland ilmari: Dagfinn Ilmari MannsEker +initself: Mike Baas + jasonmay: Jason May jesper: Jesper Krogh