Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLMaker.pm
2016-09-30 Peter Rabbitson Tighten up select list processing in ::SQLMaker
2016-09-27 Peter Rabbitson Add an extra RV to the relationship resolver
2016-04-28 Peter Rabbitson Centralize remaining uses of Sub::Name within _Util
2016-02-26 Peter Rabbitson Switch the main dev branch back to 'master'
2015-11-04 Peter Rabbitson Replace \D with [^0-9] in sensitive spots
2015-10-15 Peter Rabbitson Clarify comments/documentation regarding DBIC/SQLA...
2015-09-23 Peter Rabbitson Normalize _parse_rs_attrs - no functional changes
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-15 Peter Rabbitson Put in place deprecation forgotten for several years
2014-07-31 Peter Rabbitson Ensure proper behavior when quoting is *disabled* ...
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-22 Dagfinn Ilmari Man... Refactor _recurse_fields to return the bind values
2014-01-19 Peter Rabbitson Fix ridiculous regex anchor mistake from 66137dffe
2013-08-22 Peter Rabbitson OCD - undo some incorrect changes of non-typos from...
2013-08-08 David Steinbrunner typo fixes
2013-04-19 Brendan Byrd Support for $val === [ {}, $val ] in literal SQL +...
2013-04-17 Dagfinn Ilmari Man... Factor out ORDER BY direction detection/stripping
2013-03-10 Peter Rabbitson Consider unselected order_by during complex subqueried...
2013-01-21 Peter Rabbitson Some cleanups around loading/use of DBIx::Class::Except...
2013-01-21 Peter Rabbitson Move the *preliminary* multicol IN support to the sqlmaker
2013-01-12 Peter Rabbitson Remove SQLA namespace pollution fixer - this is no...
2013-01-12 Peter Rabbitson Deprecate emulate_limit() - can not be sanely supported...
2012-11-04 Peter Rabbitson Remove code which migrated into the core of SQLA
2012-11-03 Matt Phillips Let SQLMaker rs_attr 'for' support string literals
2011-12-05 Peter Rabbitson Fix and test first_skip/skip_first limit dialects
2011-10-25 Peter Rabbitson This atrocity will be removed from sqla, do not use...
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...