projects
/
dbsrgits/DBIx-Class-Historic.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
dbsrgits/DBIx-Class-Historic.git
2008-03-11
Ash Berlin
Make throw_exception in RS a bit more forgiving too
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Ash Berlin
Fix errors from resultset components (and move tests...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Ash Berlin
test to make sure the errors in components of resultset...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Ash Berlin
Fix depend on Time::Piece for cdbi
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Matt S Trout
fix Date::Simple req in t/cdbi-t/04-lazy.t
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Matt S Trout
moved t/cdbi-t/08-inheritcols.t to use CDBICompat
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Matt S Trout
moving t/cdbi-t/hasa_without_loading.t to CDBICompat...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Matt S Trout
Merge 'cdbicompat_integration' into 'trunk'
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Michael G Schwern
Fixed a heisenbug where looking at a column group would...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Michael G Schwern
No reason to store an empty hash ref for each column
commit
|
commitdiff
|
tree
|
snapshot
2008-03-10
Marcus Ramberg
proper skip
commit
|
commitdiff
|
tree
|
snapshot
2008-03-07
Michael G Schwern
Wrap columns() in an array ref for better is_deeply...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-07
Michael G Schwern
Make meta_info() 'args' work.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-07
Michael G Schwern
Fix the skip for DBD::Multi
commit
|
commitdiff
|
tree
|
snapshot
2008-03-07
Michael G Schwern
Fix the merge with txn_scope_guard() and put the necess...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-07
Michael G Schwern
Merge 'trunk' into 'cdbicompat_integration'
commit
|
commitdiff
|
tree
|
snapshot
2008-03-06
Jess Robinson
Random pod/doc pokage
commit
|
commitdiff
|
tree
|
snapshot
2008-03-05
Luke Saunders
added entry in Changes for versioning branch
commit
|
commitdiff
|
tree
|
snapshot
2008-03-05
Luke Saunders
Merge 'versioned_enhancements' into 'trunk'
commit
|
commitdiff
|
tree
|
snapshot
2008-03-04
Luke Saunders
manual merge for deferrable changes from trunk
commit
|
commitdiff
|
tree
|
snapshot
2008-03-04
Luke Saunders
Merge 'trunk' into 'versioned_enhancements'
commit
|
commitdiff
|
tree
|
snapshot
2008-03-04
Luke Saunders
improved docs and added env var to skip version checks...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-04
Aaron Trevena
roughly DTRT - please to be making less awful
commit
|
commitdiff
|
tree
|
snapshot
2008-03-04
Aaron Trevena
works but shouldn't
commit
|
commitdiff
|
tree
|
snapshot
2008-03-04
Aaron Trevena
Applied fixes to replication connect_info method
commit
|
commitdiff
|
tree
|
snapshot
2008-03-04
Aaron Trevena
Applied fixes to replication connect_info method
commit
|
commitdiff
|
tree
|
snapshot
2008-03-04
Ash Berlin
is_deferrable patch from Debolaz
commit
|
commitdiff
|
tree
|
snapshot
2008-03-01
Ash Berlin
Fix versioning test so it works with SQLT 0.09.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-29
Ash Berlin
Merge 'trunk' into 'cdbicompat_integration'
commit
|
commitdiff
|
tree
|
snapshot
2008-02-28
Ash Berlin
Todo tests for txn_rollback and scope_guard
commit
|
commitdiff
|
tree
|
snapshot
2008-02-28
Luke Saunders
removed startup comment if no action required
commit
|
commitdiff
|
tree
|
snapshot
2008-02-28
Luke Saunders
lowercased column names of versions table
commit
|
commitdiff
|
tree
|
snapshot
2008-02-28
Luke Saunders
cleaned up get_db_version
commit
|
commitdiff
|
tree
|
snapshot
2008-02-28
Luke Saunders
hack bugfix for sqlt_type weirdness
commit
|
commitdiff
|
tree
|
snapshot
2008-02-28
Luke Saunders
changed versioning table from SchemaVersions to dbix_cl...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Luke Saunders
fixed behaviour or is_foreign_key_constraint and unique...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-27
Luke Saunders
increased sqlt rev dep
commit
|
commitdiff
|
tree
|
snapshot
2008-02-26
Ash Berlin
Merge 'trunk' into 'versioned_enhancements'
commit
|
commitdiff
|
tree
|
snapshot
2008-02-24
Michael G Schwern
Remove the now redudant ObjIndexStubs.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-24
Michael G Schwern
Add NoObjectIndex which turns the live object index...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-24
Michael G Schwern
Fix the DESTROY/discard_changes() infinite recursion...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-24
Michael G Schwern
Fix the pod coverage failure.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-24
Michael G Schwern
Greatly speed up result_source_instance() and all the...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-24
Michael G Schwern
The infinite loop with sub DESTROY { $_[0]->discard_cha...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-24
Michael G Schwern
Ensure that has_many() loads the foreign class.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Michael G Schwern
Add in a warning if a column is declared as TEMP but...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-21
Michael G Schwern
Merge 'trunk' into 'cdbicompat_integration'
commit
|
commitdiff
|
tree
|
snapshot
2008-02-14
Michael G Schwern
Implement cascade => "None"
commit
|
commitdiff
|
tree
|
snapshot
2008-02-14
Michael G Schwern
cascade delete test from Class-DBI 3.0.17
commit
|
commitdiff
|
tree
|
snapshot
2008-02-14
Michael G Schwern
Put the stringification back, older versions of DateTim...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-14
Luke Saunders
fixed versioned loading split bug
commit
|
commitdiff
|
tree
|
snapshot
2008-02-14
Michael G Schwern
Expand the CDBICompat docs to show of it's features...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-14
Michael G Schwern
Emulate $CDBI::Weaken_Not_Available and CDBI::Plugin...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Ash Berlin
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Forgot to set up the relationship between Actor and...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Fix create() in the same way as update() so it throws...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Fix the test to skip if MyFoo won't load.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Test that DateTime objects can safely be updated twice...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Quiet a warning
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Fix update() so it throws out inflated values, too
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
POD mistake.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Document the relationship declaration limitation.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Remove the big, out of date list of CDBICompat components
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Emulate that CDBI throws out all changed columns and...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Emulate that Class::DBI inflates immediately
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Hash access no works despite lack of existing accessor...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Localize the warning tests.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
When emulating $obj->{column} do not call any custom...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-13
Michael G Schwern
Fix the POD coverage test.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-12
Michael G Schwern
Merge HasA, HasMany and MightHave into one file, Relati...
commit
|
commitdiff
|
tree
|
snapshot
2008-02-12
Michael G Schwern
Remove stray $DB::single
commit
|
commitdiff
|
tree
|
snapshot
2008-02-12
Michael G Schwern
Not going to do DeepAbstractSearch after all.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-12
Michael G Schwern
Test "like" in search_where()
commit
|
commitdiff
|
tree
|
snapshot
2008-02-12
Michael G Schwern
Original tests from Class::DBI::Plugin::DeepAbstractSearch
commit
|
commitdiff
|
tree
|
snapshot
2008-02-10
Ash Berlin
Add txn_scope_guard method/object
commit
|
commitdiff
|
tree
|
snapshot
2008-02-09
Øystein Torget
Merge 'trunk' into 'versioned_enhancements'
commit
|
commitdiff
|
tree
|
snapshot
2008-02-09
Luke Saunders
sanified layout of Versioned.pm and documented changes
commit
|
commitdiff
|
tree
|
snapshot
2008-02-05
Øystein Torget
Added Øystein Torget to the list of contributers
commit
|
commitdiff
|
tree
|
snapshot
2008-02-01
Jess Robinson
Sanitise filename of sqlite backup file
commit
|
commitdiff
|
tree
|
snapshot
2008-02-01
Ash Berlin
Fallback to SQL->SQL to diff for old producers
commit
|
commitdiff
|
tree
|
snapshot
2008-01-30
Ash Berlin
Merge 'trunk' into 'versioned_enhancements'
commit
|
commitdiff
|
tree
|
snapshot
2008-01-25
Tom Hukins
Fix a typo and a couple of links.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-24
Jess Robinson
0.08009 released
commit
|
commitdiff
|
tree
|
snapshot
2008-01-24
Jess Robinson
Version 0.08009
commit
|
commitdiff
|
tree
|
snapshot
2008-01-24
Jess Robinson
Oops, fix joining manual to be correct
commit
|
commitdiff
|
tree
|
snapshot
2008-01-22
Marc Mims
Added build_datetime_parser method for MSSQL over ODBC.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-20
Matt S Trout
made search_rs smarter about when to preserve the cache...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-18
Matt S Trout
added strict and warnings to HashRefInflator, fixed...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-17
Michael G Schwern
Make the hash-key warning dependent on DBIC_CDBICOMPAT_...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-17
Michael G Schwern
Make freeze/thaw and dclone work as functions on CDBICo...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Michael G Schwern
Merge 'trunk' into 'cdbicompat_integration'
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Michael G Schwern
And fix the check in the dbicadmin test to look for...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Michael G Schwern
Declare dep on JSON::Any rather than JSON.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Michael G Schwern
freeze/thaw/dclone as functions can't be made to reliab...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Michael G Schwern
Merge 'trunk' into 'cdbicompat_integration'
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Michael G Schwern
mst pointed out that my $val = $obj->{col}; $obj-...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Michael G Schwern
Allow CDBI objects to be accessed like hashes as people...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-11
Ash Berlin
Merge 'trunk' into 'versioned_enhancements'
commit
|
commitdiff
|
tree
|
snapshot
2008-01-11
Nigel Metheringham
Copied documentation for id ...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Tom Hukins
Fix class name typo
commit
|
commitdiff
|
tree
|
snapshot
next