dbsrgits/DBIx-Class.git
2006-07-07 David Kamholz utf8columns fix
2006-07-06 Justin Guenther fixed a typo in a regexp
2006-07-06 Justin Guenther removed extra =over command
2006-07-06 Matt S Trout made tests respect debug
2006-07-06 Matt S Trout env var
2006-07-06 David Kamholz insanify test
2006-07-06 David Kamholz fix test
2006-07-06 David Kamholz Merge 'trunk' into 'DBIx-Class-current'
2006-07-06 Matt S Trout fixup to resultset?
2006-07-06 David Kamholz small fix
2006-07-06 David Kamholz more treelike tests
2006-07-06 David Kamholz get rid of no longer necessary weaken
2006-07-06 Justin Guenther added test for incorrect alias _2 in join collapsing
2006-07-06 Matt S Trout rename _parent_rs to _parent_source
2006-07-06 Jess Robinson Initial version, work-in-progress, funky FAQ
2006-07-05 Justin Guenther updated my contact info
2006-07-05 David Kamholz fix typo
2006-07-05 Nigel Metheringham Added note to belongs_to documentation
2006-07-04 Justin Guenther Updated $VERSION and Changes for 0.06999_05
2006-07-04 David Kamholz update Changes
2006-07-04 Matt S Trout Merge 'resultset_cleanup' into 'DBIx-Class-current'
2006-07-04 Matt S Trout sodding SQLT tests
2006-07-04 Matt S Trout reverted commit that should have gone on branches/subselect
2006-07-04 Matt LeBlanc SQL::Abstract compatability
2006-07-04 David Kamholz small fix
2006-07-04 David Kamholz rename _resolve to _resolved_attrs; fix multiple join...
2006-07-03 David Kamholz fix SQLite pragma in test suite
2006-07-03 David Kamholz various additional ResultSet cleanups
2006-07-03 David Kamholz represent page as a normal resultset attribute; use...
2006-07-03 David Kamholz fix subclassing gotcha introduced with source_name
2006-07-02 Daniel Westermann... 03podcoverage.t: all_modules is not exported until...
2006-06-30 Matt S Trout tweak quotes test to output text on failure
2006-06-29 Matt S Trout and fix the bloody thing
2006-06-29 Matt S Trout fixup to txn_do to allow use as a classmethod
2006-06-29 Jess Robinson Upgrade to v0.06999_04
2006-06-29 Matt S Trout corrected $^O string
2006-06-29 Matt S Trout disable warning tests on AS perl
2006-06-29 Brandon L.... improvement to mysql version checking
2006-06-29 Matt S Trout updated changes
2006-06-29 Brandon L.... update my own contrib entry
2006-06-28 Brandon L.... TreeLike test reverted to what it used to look like
2006-06-27 Cory G Watson Fix BEGIN WORK/COMMIT/ROLLBACK debug statements lost...
2006-06-27 Matt S Trout disabled mysql column info tests pending a fix
2006-06-26 David Kamholz update MANIFEST.SKIP
2006-06-26 David Kamholz updates Changes file and version for _03
2006-06-26 Matt S Trout quoting fixups (hate windows shell. hate)
2006-06-25 David Kamholz updated Changes for new inflate implementation
2006-06-25 Matt S Trout fixup to tests for non-*n?x platforms
2006-06-25 Jess Robinson Improve on_connect_do docs
2006-06-24 Justin Guenther Merge 'sqlt_tests_refactor' into 'DBIx-Class-current'
2006-06-24 Ash Berlin Merge 'trunk' into 'DBIx-Class-current'
2006-06-24 Ash Berlin Pod fix
2006-06-24 Ash Berlin Pod fix
2006-06-23 Justin Guenther cleared up docs a bit in 86sqlt.t
2006-06-23 Justin Guenther refactored SQL::Translator tests to only test certain...
2006-06-23 Matt S Trout adjusted inflate_datetime test count
2006-06-22 Jess Robinson Docs for timestamp
2006-06-22 Matt S Trout fixup to sqlite.sql
2006-06-22 Matt S Trout added support for timestamps to InflateColumn::DateTime
2006-06-22 Jess Robinson New Event field
2006-06-22 Jess Robinson Only ensure_connected if deployment_statements isnt...
2006-06-22 Jess Robinson Tests for inflating timestamp fields to DateTime
2006-06-22 Justin Guenther changed relationship helpers to only call ensure_class_...
2006-06-21 Matt S Trout Merge 'many_to_many' into 'DBIx-Class-current'
2006-06-21 Matt S Trout fix Componentised, Relationship::Base
2006-06-21 Justin Guenther Merge 'many_to_many' into 'DBIx-Class-current'
2006-06-21 Aran Deltac Merge 'many_to_many' into 'DBIx-Class-current'
2006-06-21 Matt S Trout Merge 'DBIx-Class-current' into 'many_to_many'
2006-06-21 Jesse Sheidlower docced where attribute in resultset
2006-06-20 Brandon L.... add some pod coverage
2006-06-20 Brandon L.... fix broken test
2006-06-19 Justin Guenther docs clarification for set_$rel
2006-06-19 Jess Robinson Update docs for new m2m accessors
2006-06-19 Matt S Trout updated InflateColumn::DateTime docs and Changes
2006-06-19 Luke Saunders added entry to Changes for recent merge alterations
2006-06-19 Luke Saunders changed join merging behaviour. some code cleanup.
2006-06-19 Justin Guenther added many_to_many set_$rel helper and tests
2006-06-19 Jess Robinson Fix typo.. *test test test*!
2006-06-19 Jess Robinson deployment_statements ensures_connected, this to stop...
2006-06-19 Justin Guenther fixed up 90ensure_class_loaded.t
2006-06-18 Justin Guenther Initial fix for ensure_class_loaded, and added some...
2006-06-18 Matt S Trout Merge 'inflate' into 'DBIx-Class-current'
2006-06-18 Matt S Trout store deflated value when handed to store_deflated_column
2006-06-18 David Kamholz fix the fix of the fix of the fix
2006-06-18 David Kamholz hopefully actually fix inflate this time
2006-06-18 Matt S Trout fixup for deflated value handed to inflated accessor
2006-06-18 David Kamholz fix stupid bug
2006-06-18 David Kamholz InflateColumn re-refactor
2006-06-18 Christopher... Added small create test that passes and existing DateTi...
2006-06-18 Matt S Trout switched CDBICompat::AttributeAPI to using 'real' methods
2006-06-17 Justin Guenther fixed up sqlt tests a bit and tried fixing 2 failing...
2006-06-17 Justin Guenther added more many_to_many tests and changed add_to_rel...
2006-06-17 Justin Guenther fixed new many_to_many accessors and added tests and...
2006-06-17 Matt S Trout Merge 'DBIx-Class-current' into 'many_to_many'
2006-06-17 David Kamholz update to InflateColumn (docs and trivial patch)
2006-06-17 David Kamholz inflate refactor
2006-06-16 Matt S Trout probably added date support
2006-06-16 Matt S Trout fuckheaded failure to check defined before regexing
2006-06-16 Brandon L.... further changes to the Sybase / MSSQL storage stuff
2006-06-14 Jess Robinson Fix documentation of search_related
next