Revision history for DBIx-Perlish
0.17 Tue Feb 20 10:26:21 2007
Added autogrouping when aggregates were seen in the return statement.
0.16 Fri Feb 16 21:49:06 2007
Column descriptors can be embedded in strings.
More tests.
More docs.
Pod coverage test fix.
Added support for defined() as IS NOT NULL.
Added support for tab->id <- @ary syntax.
0.15 Fri Feb 16 10:26:44 2007
sql() is now prototyped.
Implemented union {} and intersect {}.
String concatenation is now supported.
0.14 Tue Feb 13 16:32:50 2007
Added post-if parse-time simple conditionals.
Added interpolation of scalars in regular expresions.
Added special handling of sysdate() in Oracle.
Verbatim sql() in inserts.
Verbatim sql() in query subs.
Support expressions in return statements.
0.13 Fri Feb 9 12:28:20 2007
Added an ability to return complete table (tab.*).
Added two ways to specify table names at run-time.
Added an ability to use $hash{const} and $hash->{const} as values.
More tests.
More docs.
0.12 Wed Feb 7 13:24:19 2007
Documentation and makefile cleanup.
0.11 Wed Feb 7 12:38:38 2007
Sub-queries can refer to tables in the outer scope.
Translate "lc" and "uc" to "lower" and "upper", respectively.
Added support to EXISTS-style sub-queries.
Added support for SELECT DISTINCT.
Added support for special labels syntax.
0.10 Tue Feb 6 09:46:58 2007
Added support for simple funcalls.
PadWalker module is now optional.
Terms can stand by themselves.
0.09 Mon Feb 5 14:27:52 2007
Added db_update().
0.08 Mon Feb 5 12:16:22 2007
Added support of subselects on threaded perls.
Regexes on older versions of SQLite made to work.
Implemented db_insert().
0.07 Sun Feb 4 23:18:07 2007
Added regex support for SQLite.
Added support for "OR".
0.06 Sun Feb 4 19:07:15 2007
Db_delete & delete implemented.
Native regexes are used if supported by RDBMS.
Case-insensitive regex matching supported.
0.05 Sat Feb 3 23:28:15 2007
Subselects with <- syntax added.
0.04 Thu Feb 1 13:08:29 2007
More docs.
Added OO interface.
Added init().
Fixed parsing of the constants in perl 5.8.4.
Added support for return ($u->id, foo => $z->name).
Added suppression of some warnings.
0.03 Thu Feb 1 13:08:29 2007
More docs.
Introduce $SQL & @BIND_VALUES globals (for debugging).
0.02 Thu Feb 1 10:06:49 2007
Binary comparison operators work.
Four binary arithmetic operators work.
last unless 5..20 works.
First cut at working db_fetch {}.
0.01 Fri Jan 26 14:54:23 2007
Initial release.