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-24
Anders Nor...
Document the auto_savepoint option for connect_info
commit
|
commitdiff
|
tree
|
snapshot
2008-03-24
Anders Nor...
Initial commit of auto_savepoint + some fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-03-23
Cory G Watson
Remove unnecessary passing of $self->dbh as a separate...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-23
Cory G Watson
Merge 0.09's savepoint branch
commit
|
commitdiff
|
tree
|
snapshot
2008-03-22
Wallace Reis
pod fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-03-19
Ash Berlin
Tests for error propogation of multi create errors
commit
|
commitdiff
|
tree
|
snapshot
2008-03-17
Ash Berlin
Fix test to reflect correct default state for deferrabl...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-17
Ash Berlin
Fix is_deferrable and respcet sqltargs properly
commit
|
commitdiff
|
tree
|
snapshot
2008-03-15
Michael G Schwern
Simplify and speed up the accessor_name_for() code.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-15
Dagfinn Ilmari...
Eliminate remaining uses of $self->dbh_do($self->can...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-15
Dagfinn Ilmari...
$dbh->doe doesn't take (Raise|Print)Error attributes...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-15
Michael G Schwern
Missing requires of Test::NoWarnings
commit
|
commitdiff
|
tree
|
snapshot
2008-03-15
Michael G Schwern
Reduce the number of times $self->_dbh is called inside...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-15
Michael G Schwern
Forgot to require Test::Warn
commit
|
commitdiff
|
tree
|
snapshot
2008-03-15
Michael G Schwern
Eliminate expensive calls to can() in some very hot...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-15
Michael G Schwern
Add missing method to NoObjectIndex.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-14
Michael G Schwern
A little performance hack to speed up efficiency. ...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-14
Michael G Schwern
Better emulation of add_constructor, unfortunately...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-14
Michael G Schwern
Reorder the accessor_name_for() check to get the more...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-14
Michael G Schwern
Improve add_constructor() support to handle ORDER BY...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-14
Michael G Schwern
Move has_a() code out of ColumnCase. That should be...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-14
Michael G Schwern
Move code having to do with adding columns out of Colum...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-14
Michael G Schwern
Move the code to create accessors out of ColumnCase...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-14
Michael G Schwern
Fix the skip condition.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Michael G Schwern
Detabify
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Michael G Schwern
Make this test depend on having DeepAbstractSearch...
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Michael G Schwern
Fix podcoverage test for the new SQLTransformer.pm
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Michael G Schwern
Document that DeepAbstractSearch will work.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Michael G Schwern
Make Class::DBI::Plugin::DeepAbstractSearch work.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Michael G Schwern
Test lazy loading with a deleted object.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-13
Michael G Schwern
Test the behavior of construct() with temp columns.
commit
|
commitdiff
|
tree
|
snapshot
2008-03-12
Michael G Schwern
Fix lazy loading when the object has been deleted
commit
|
commitdiff
|
tree
|
snapshot
2008-03-11
Matt S Trout
Merge 'oracle_sequence' into 'trunk'
commit
|
commitdiff
|
tree
|
snapshot
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
next