The following module was proposed for inclusion in the Module List: modid: SQL::Abstract::Complete DSLIP: Rdphp description: Generate complete SQL from Perl data userid: GRYPHON (Gryphon Shafer) chapterid: 7 (Database_Interfaces) communities:
similar: SQL::Abstract rationale: This module was inspired by the excellent SQL::Abstract, from which in inherits. However, in trying to use the module, I found that what I really wanted to do was generate complete SELECT statements including joins and group by clauses. So, I set out to create a more complete abstract SQL generation module. (SQL::Abstract has to keep it's first $table argument inflexible for backwards compatibility reasons.) This module only changes the select() method and adds a small new wrinkle to new(). Everything else from SQL::Abstract is inherited as-is. enteredby: GRYPHON (Gryphon Shafer) enteredon: Fri Jan 18 22:05:33 2013 GMT The resulting entry would be: SQL::Abstract:: ::Complete Rdphp Generate complete SQL from Perl data GRYPHON Thanks for registering, -- The PAUSE PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=46900000_115b13e97c05a409&SUBMIT_pause99_add_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=46900000_115b13e97c05a409&SUBMIT_pause99_add_mod_insertit=1 Peek at the current permissions: https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=me&pause99_peek_perms_query=SQL%3A%3AAbstract%3A%3AComplete