| Summary: | Update Port: databases/p5-DBIx-SQLEngine 0.028->0.93 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Aaron Dalton <aaron> | ||||
| Component: | Individual Port(s) | Assignee: | Aaron Dalton <aaron> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->aaron Submitter has GNATS access State Changed From-To: open->feedback Awaiting maintainers feedback State Changed From-To: feedback->closed Committed after maintainer timeout. |
- Update from v0.028 to v0.93 - Update pkg-plist HISTORY Version 0.93 2004-11-?? Released as DBIx-SQLEngine-0.93. 2004-11-29 Rearranged some documentation in top-level module's POD. 2004-11-29 Removed test config logic from Makefile and adjusted flow of test.pl and test_cfg.pl. 2004-11-29 Fixed case-insensitive matching of "from" in sql_limit of several drivers; thanks to Michael Kroll for pointing out the issue. Version 0.92 2004-11-28 Released as DBIx-SQLEngine-0.92. 2004-11-21 Added incomplete implementation of RecordSet::NextPrev class. 2004-11-21 Moved table-specific Record code into new Record::Table class. 2004-11-21 Sketched out interface for a new Record::PKey object. 2004-11-16 Modified Record class factory to use new Class::MixinFactory distribution. 2004-11-16 Eliminated unnecessary extra level in Record namespace for mixins. 2004-11-16 Moved Record::Set to a new RecordSet namespace to allow new mixins. 2004-11-16 Fixed SQLite definition for sequential fields, thanks to Ron Savage. 2004-11-13 Adjusted Related.pod docs for Rosetta based on email from Darren Duncan. 2004-11-13 Fixed test.config.pl to not die when run for the first time. Version 0.91 2004-11-12 Released as DBIx-SQLEngine-0.91. 2004-11-12 Replaced compile-time @MIXINS in Record hierarchy with run-time NEXT method. 2004-11-12 Ran coverage tests and added test cases and documentation for missing items. We're now at over 90% for POD coverage, but still under 60% overall. 2004-11-12 Changed test_core/examplep.t to case-insensitive regex to compensate for case mangling on VMS file system, thanks to pitch from Peter (Stig) Edwards. 2004-11-09 Additional work on driver tests. 2004-11-09 Bumped up version number in preparation for a 1.0 release soon. 2004-11-08 Moved common behaviors of CSV and AnyData drivers to new shared trait named PerlDBLib. Added driver class for XBase. 2004-11-08 Additional work on test scripts. 2004-11-06 Added test.pl and reorganized test scripts for better driver testing. 2004-11-06 Reorganized ReadMe.pod and clipped credits from end of SQLEngine.pod. Other minor documentation cleanups. 2004-10-08 Fixed problem with define_named_connections and array reference reported via CPAN RT ticket 7464. 2004-06-06 Applied Driver::Oracle patch from Michael Kroll that should improve optimization of queries with rownum limits.