take more care in mangling SELECT when applying subquery limits
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLMaker.pm
2011-05-11 Brian Phillips take more care in mangling SELECT when applying subquer...
2011-05-02 Naveed Massjouni Added documentation for the -ident/-value operators...
2011-05-02 Peter Rabbitson Throw away the error prone _strip_cond_qualifiers
2011-04-11 Arthur Axel 'fREW... Parameterize pagination
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-04-01 Rafael Kitover Comprehensive MSAccess support over both DBD::ODBC...
2011-03-31 Arthur Axel 'fREW... fix from => $rs->as_query
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Fixup SQLA monkeypatch in anticipation of new SQLA...
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-01-20 Daniel Ruoso use $self->{from_bind} for extra binds transport
2011-01-20 Daniel Ruoso makes search_related on extended rels without the optim...
2011-01-20 Daniel Ruoso First attempt to make extended_rels work.
2011-01-05 Peter Rabbitson Fix bind transport for group_by (this code is so fuckin...
2010-12-27 Peter Rabbitson Clean up from/select bind value handling (RT#61025)
2010-12-23 Peter Rabbitson Deprecate -nest with strong prejudice
2010-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
2010-12-02 Peter Rabbitson Support for -value op in search (for pg arrays and...
2010-11-24 Rafael Kitover Quote table name when inserting DEFAULT VALUES
2010-10-23 Peter Rabbitson -ident implementation
2010-10-14 Peter Rabbitson Set name_sep by default (even if unused). Simplify...
2010-10-04 Peter Rabbitson Remove a stack frame from the SQLA Carp overrides
2010-08-27 Peter Rabbitson Fix RT#58554 (make sure FOR X is always the last part...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...