dbsrgits/DBIx-Class.git
2006-08-23 Brandon L.... added source_info method for source-level metadata...
2006-08-22 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-08-22 Daniel Westermann... use ref instead of eval to check limit syntax (to avoid...
2006-08-21 Brandon L.... bugfix to Oracle columns_info_for
2006-08-21 Michael Leuchtenburg Change _cond_for_update_delete to handle more complicat...
2006-08-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-08-20 Christopher... remove_columns now deletes columns from _columns fixing...
2006-08-18 Jess Robinson 0.07001 released
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-18 Jess Robinson Update to 0.07001
2006-08-17 Jess Robinson Added recent Changes
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.... Alg::C3 req bump to 0.04
2006-08-14 Brandon L.... 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.... backport the DBIx::Class::Storage::DBI::DESTROY fix...
2006-08-09 Brandon L.... bump Alg::C3 req to 0.03
2006-08-08 Brandon L.... adding draft of pod index generator based on zby script
2006-08-08 Nigel Metheringham Test for search_rs destructive effects on attributes...
2006-08-08 Matt S Trout tweaked search_rs to not be destructive to passed
2006-08-08 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-08-08 Daniel Westermann... Remove extraneous sources for aliasing test; same effec...
2006-08-08 Brandon L.... using ->rows here was not a reliable thing to do
2006-08-08 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-08-08 Brandon L.... misc warnings/croak/Carp::Clan fixups
2006-08-08 Brandon L.... A few dbd-specific dbh_do usage improvements
2006-08-08 Brandon L.... more dbh_do/txn_do improvements
2006-08-08 Brandon L.... saner usage of dbh_do in Storage::DBI
2006-08-08 Brandon L.... misc POD updates related to Storage/Storage::DBI
2006-08-08 Brandon L.... further code/pod shuffling between Storage/Storage...
2006-08-08 Brandon L.... reshuffling the division of labor between Storage and...
2006-08-08 Brandon L.... move txn_do to Storage
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-03 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-08-02 Marcus Ramberg change to use utf8::decode/encode
2006-08-01 Bogdan Lucaciu sheesh, i contributed 3 lines of docs
2006-08-01 Bogdan Lucaciu Documentation patch, related to joins, aliases and...
2006-07-31 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-07-31 Brandon L.... added Cwd 3.19 + Alg::C3 0.02 to requirements
2006-07-28 Daniel Westermann... Minor test cleanup (I think I'm losing my mind)
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-28 Daniel Westermann... Add previous changes for 0.07001
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... Merge 'trunk' into 'DBIx-Class-current'
2006-07-27 Daniel Westermann... FAQ update: Minor correction from Richard Jolly, mentio...
2006-07-27 Brandon L.... Merge 'storage_exceptions' into 'DBIx-Class-current'
2006-07-27 Brandon L.... Merge 'storage_exceptions' into 'DBIx-Class-current'
2006-07-27 Brandon L.... add a couple of tests for the new exception stuff
2006-07-27 Brandon L.... allow exception_action to suppress things, clean up...
2006-07-26 Matt S Trout bugfix for pathological prefetch case
2006-07-26 Brandon L.... very minor cleanups to columns_info_for
2006-07-24 Brandon L.... 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-24 Brandon L.... Storage holds a weakref to $schema now
2006-07-23 Brandon L.... version bump to 0.07999_01, where I guess it will sit...
2006-07-23 Brandon L.... Merge 'trunk' into 'DBIx-Class-current'
2006-07-23 Brandon L.... force/assume RaiseError/PrintError
2006-07-23 Matt S Trout yeah, yeah, yeah
2006-07-23 Brandon L.... better DESTROY handling
2006-07-23 Brandon L.... further refinements to storage_exceptions
2006-07-23 Brandon L.... Merge 'DBIx-Class-current' into 'storage_exceptions'
2006-07-23 Brandon L.... Merge 'column_info_from_storage' into 'DBIx-Class-current'
2006-07-23 Brandon L.... infect the storage subdrivers
2006-07-23 Brandon L.... that was stupid
2006-07-23 Brandon L.... first draft of storage exception stuff
2006-07-23 Matt S Trout Merge 'DBIx-Class-current' into 'trunk'
2006-07-22 Dan Sully Avoid a FC5 performance hit by using a named hash and...
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-20 Brandon L.... Merge 'DBIx-Class-current' into 'column_info_from_storage'
2006-07-20 Brandon L.... Merge 'DBIx-Class-current' into 'storage_exceptions'
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...
next