in reply to Re: RFC: Module namespace suggestion
in thread RFC: Module namespace suggestion

Thanks for your response. I think this could be included on DBI, but now it relies on SQL::Tokenizer to, well, extract tokens from a SQL query, but it is pure Perl and uses only regular expressions, so would be slow for most people.

Maybe I could call it DBIx::NamedPlaceholder for instance, to people start using it, and then propose make it a patch into DBI.

Would this be a good plan?

Igor 'izut' Sutton
your code, your rules.

Replies are listed 'Best First'.
Re^3: RFC: Module namespace suggestion
by dragonchild (Archbishop) on Feb 14, 2007 at 18:33 UTC
    That sounds completely reasonable. Alternately, you could called it DBIx::Placeholder::Named, but your solution is just fine.

    My criteria for good software:
    1. Does it work?
    2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

      DBIx::Placeholder::Named is really fine. I'll refactor it soon to adapt the new name, then release it at CPAN.

      Thanks for your support.

      Igor 'izut' Sutton
      your code, your rules.