Flavio S. Glock wrote:

I'm working on a module that translates datetime sets into SQL statements.
I'd appreciate to have your feedback on it.

Here is a preliminary version:

http://www.ipct.pucrs.br/flavio/perl/DateTime-Format-SQL-0.00_07.tar.gz

This is the example in the synopsis:

  use DateTime::Format::SQL;
  use DateTime::Event::Recurrence;

  my $set = DateTime::Event::Recurrence->monthly;
  my $formatter = DateTime::Format::SQL->factory;
  print $formatter->format_set( set => $set,
                                table_name => 'MY_RECURRENCE',
                                lazy => 1 );

- Flavio S. Glock

Reply via email to