Fold column_info() into columns_info()
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / FilterColumn.pm
2016-07-25 Peter Rabbitson Fold column_info() into columns_info()
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-02 Peter Rabbitson Fix another ::FilterColumn bug sigh...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-07-22 Peter Rabbitson Avoid ResultSourceProxy calls whenever possible
2014-07-19 Peter Rabbitson is_X_value functions introduced in 3705e3b28 migrated...
2014-06-04 Peter Rabbitson Do not skip running from_storage filter when a NULL...
2014-06-04 Peter Rabbitson Teach FC about literals
2014-06-04 Peter Rabbitson A number of equivalent-logic ::FC refactors
2014-06-04 Peter Rabbitson Rename some variables and reformat the FC/IC codepaths...
2014-06-04 Peter Rabbitson Clarify FC/IC conflict exception
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-09-16 Nigel Metheringham FilterColumn tweaks - docs and parameter tests
2010-07-09 hakim Docpatch for ::FilterColumn (component loading)
2010-05-11 Peter Rabbitson Comment weird looking code
2010-05-10 Peter Rabbitson Maintain full coherence between filtered cache and...
2010-05-07 Arthur Axel "fREW... no filter and inflate column
2010-05-06 Peter Rabbitson Play nicer with lower-level methods
2010-05-05 Arthur Axel "fREW... test caching
2010-04-28 Arthur Axel "fREW... doc, removal of source stuff, and Changes
2010-04-15 Arthur Axel "fREW... initial stab at incomplete docs
2010-04-15 Arthur Axel "fREW... use result source for filtering instead of result
2010-04-15 Arthur Axel "fREW... method and arg rename
2010-04-15 Arthur Axel "fREW... better namiology
2010-04-14 Arthur Axel "fREW... useless var
2010-04-14 Arthur Axel "fREW... working filter column impl
2010-04-14 Arthur Axel "fREW... basic tests and a tiny fix
2010-04-13 Arthur Axel "fREW... change names wrap accessors
2010-04-13 Arthur Axel "fREW... branch for FilterColumn