I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class /
2006-10-21 Matt S Trout I hate you all.
2006-10-18 Scott McWhirter Hide documentation for deprecated modules from PAUSE.
2006-10-18 Sebastian Willert Changed DBIC::Schema->load_classes to be taint-safe...
2006-10-14 Jess Robinson Add find_or_new / in_storage example
2006-10-14 Jess Robinson Funky hashref inflating example
2006-10-14 Jess Robinson Fix typo
2006-10-14 Jess Robinson Added resultsetcolumn question to FAQ
2006-10-14 Jess Robinson Add func example for resultsetcolumn
2006-10-14 Jess Robinson Added examples for ResultSetColumn
2006-10-14 Jess Robinson Minor consistency, layout and grammar updates
2006-10-07 Matt S Trout fixup to work round an aliasing bug
2006-10-04 Dan Sully Make UTF-8 columns work under Perl <= 5.8.0
2006-09-15 Ash Berlin Fixed incorect class name in sqlt examples
2006-09-15 Jess Robinson Fixup limit syntax finding for DB2
2006-09-12 Brandon L. Black Backported column_info_from_storage accessor from ...
2006-09-09 Kieren Diment mention of reference impl in Example.pod and changed...
2006-09-08 Cory G Watson More degphatification.
2006-09-08 Cory G Watson De 'gphatify' Statistics.pm per mst's request *grin*
2006-09-08 Kieren Diment updated all to use PK::Auto
2006-09-07 Nigel Metheringham Missed fallback from changeset [2751]
2006-09-07 Nigel Metheringham Added FAQ/Cookbook entry on Stringification. Contribut...
2006-09-03 Jess Robinson Update populate docs
2006-08-31 Brandon L. Black document storage_type
2006-08-28 Justin Guenther fixed a bug in ResultSet where passing an empty $cond...
2006-08-25 Matt S Trout fixes to many-many
2006-08-24 Justin Guenther documented storage accessor in Schema
2006-08-24 Justin Guenther fixed set_$rel (from many_to_many) to accept a listref
2006-08-24 K J Cheetham Documentation fixes.
2006-08-23 Justin Guenther More Relationship docs clarifications/fixes
2006-08-23 Justin Guenther Fixed typos in new Relationship docs, and made style...
2006-08-23 Justin Guenther Cleaned up and clarified Relationship docs
2006-08-22 Daniel Westermann... use ref instead of eval to check limit syntax (to avoid...
2006-08-21 Brandon L. Black bugfix to Oracle columns_info_for
2006-08-21 Michael Leuchtenburg Change _cond_for_update_delete to handle more complicat...
2006-08-20 Christopher H. Laco remove_columns now deletes columns from _columns fixing...
2006-08-18 Jess Robinson Allow deploy to supply a directory for the SQL file...
2006-08-18 Jess Robinson Assume scalar refs need fetching in PK::Auto (to allow...
2006-08-16 Jesse Sheidlower minor doc clarifications
2006-08-14 Ash Berlin Changed the docs for relationship attributes, and added...
2006-08-14 Brandon L. Black added sth method to Storage::DBI::NoBindVars, updated...
2006-08-11 Cory G Watson Move unless to next line to prevent stabbings.
2006-08-10 Michael Leuchtenburg Support default aliases in many_to_many accessors....
2006-08-10 Michael Leuchtenburg Support for relationship attributes in many_to_many...
2006-08-09 Brandon L. Black backport the DBIx::Class::Storage::DBI::DESTROY fix...
2006-08-08 Matt S Trout tweaked search_rs to not be destructive to passed
2006-08-08 Brandon L. Black using ->rows here was not a reliable thing to do
2006-08-07 Daniel Westermann... Fix two aliasing bugs: remove the alias when provided...
2006-08-04 Jess Robinson Cookbook inflate_result example from avinash40
2006-08-04 David Kamholz fix think-o
2006-08-04 David Kamholz pass on errors in component_class except when the file...
2006-08-02 Marcus Ramberg change to use utf8::decode/encode
2006-08-01 Bogdan Lucaciu Documentation patch, related to joins, aliases and...
2006-07-28 Daniel Westermann... Add missing quote to example. I looked over this last...
2006-07-28 Daniel Westermann... Typo in scalar ref example
2006-07-28 Daniel Westermann... Pass attrs to find from update_or_create (reported...
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
2006-07-27 Jess Robinson Documentation improvements
2006-07-27 Jess Robinson Add some new docs
2006-07-27 David Kamholz small cleanup to ResultSourceProxy
2006-07-27 David Kamholz add result_class to ResultSourceProxy; move _ident_cond...
2006-07-27 Daniel Westermann... FAQ update: Minor correction from Richard Jolly, mentio...
2006-07-26 Matt S Trout bugfix for pathological prefetch case
2006-07-26 Brandon L. Black very minor cleanups to columns_info_for
2006-07-24 Brandon L. Black next::method, not next::columns_info_for
2006-07-24 Jess Robinson 1) Add an explicit error to columns_info_for if the...
2006-07-21 Jess Robinson Minor fixes to deploy / sqltargs, and more glossary
2006-07-20 David Kamholz fix oversight with source_name (regular accessor, not...
2006-07-19 Matt S Trout and once more, with feeling
2006-07-19 Matt S Trout Callback now gets args
2006-07-18 Marc Mims Use _sql_maker_opts, now.
2006-07-18 Jess Robinson Localise Data::Dumper global vars in example
2006-07-17 Matt S Trout minor fixup to _merge_attr
2006-07-16 Matt S Trout bah.
2006-07-16 Jess Robinson More docs
2006-07-16 Jess Robinson Improve docs for searching, as, and some cookbook examples
2006-07-16 Jess Robinson More FAQ!
2006-07-15 Daniel Westermann... Disable _is_unique_query check in single() since it...
2006-07-15 Matt S Trout skip empty queries to eliminate spurious warnings on...
2006-07-14 Matt S Trout fixup for RowNum limit syntax with functions
2006-07-14 Matt S Trout fixups to ORDER BY, tweaks to deepen some copies in...
2006-07-13 Ash Berlin POD'd result_class func
2006-07-13 David Kamholz utf8columns fixup
2006-07-13 Ash Berlin POD change so it makes more sens when looking at with...
2006-07-12 David Kamholz fix from attr issue
2006-07-12 Jess Robinson Make "no_comments", the default for deploy
2006-07-12 Brandon L. Black Prevent S::A::L caching of $dbh
2006-07-11 David Kamholz change _parent_from to from
2006-07-11 Marc Mims Was replaced by ODBC.pm and ODBC/DB2_400_SQL.pm
2006-07-11 David Kamholz Merge 'resultset_2_electric_boogaloo' into 'DBIx-Class...
2006-07-11 David Kamholz Merge 'resultset_2_electric_boogaloo' into 'DBIx-Class...
2006-07-11 David Kamholz put count back in test
2006-07-11 Matt S Trout all present and correct. I think.
2006-07-11 Ash Berlin Doced {add_drop_table} option to deploy
2006-07-11 Matt S Trout pass through self attrs to rel_rs (for order_by, group_...
2006-07-11 David Kamholz miscellaneous cleanup and removal of dead code
2006-07-11 David Kamholz fixation
2006-07-11 David Kamholz almost working
2006-07-11 David Kamholz move _resolved_attrs and friends to be next to related_...
2006-07-11 David Kamholz Merge 'DBIx-Class-current' into 'resultset_2_electric_b...
2006-07-11 David Kamholz kinda unbroke things
next