Changes for version 1.12 - 2013-06-25
- column alias can be specified by ArrayRef in SQL::Maker#select (songmu)
- join condition accepts HashRef. eg. {'user.id' => 'user_item.user_id'} (songmu)
- switch to Minilla (songmu)
- add document about \%opt for insert() method (songmu)
- cares skip quoting asterisk after table. eg. 'foo.*' => '"foo".*' (songmu)
Modules
Yet another SQL builder
condition object for SQL::Maker
insert multiple rows at once on MySQL
INSERT ... ON DUPLICATE KEY UPDATE
SQL Types wrapper
dynamic SQL generator
provides set functions
Provides
in lib/SQL/Maker/Select/Oracle.pm
in lib/SQL/Maker/Util.pm