The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for DBIx::RoboQuery

0.020     2012-06-29T23:05:40Z

  - Ensure $resultset->columns() preserves SELECT order

0.019     2012-06-09T17:31:46Z

  - Add bound_params() and bound_values() methods to both classes
    for inspection.

0.018     2012-05-13T05:17:22Z

  - Include transformations in 'fetch' time for array()
    for consistency with hash() (and documentation (and future changes)).

0.017     2012-05-08T23:55:41Z

  [Enhancements]
  - Add 'row_count' attribute
  - Time query operations (available as a hashref via the 'times' method)

  [Tests]
  - Rewrite t/synopsis.t to work without Pod::Eventual::Simple

0.016     2011-10-28T03:27:23Z

  - Fix heredoc in Synopis POD (and fix synopsis tests)

0.015     2011-10-27T17:20:18Z

  - Merge 'template_options' hashref into args to Template->new

0.014     2011-10-27T00:21:05Z

  - Add bind() method for binding params and inserting placeholders
  - Remove (installation) dependency on Module::Build

0.013     2011-07-14T23:20:50Z

  - Superficial dist/release changes
  - Add ideas to Pod TODO lists

0.012025  2011-01-07T05:52:58Z

  - Initial release