projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix is_deferrable and respcet sqltargs properly
[dbsrgits/DBIx-Class.git]
/
lib
/
2008-03-17
Ash Berlin
Fix is_deferrable and respcet sqltargs properly
tree
|
commitdiff
2008-03-15
Michael G Schwern
Simplify and speed up the accessor_name_for() code.
tree
|
commitdiff
2008-03-15
Dagfinn Ilmari Man...
Eliminate remaining uses of $self->dbh_do($self->can...
tree
|
commitdiff
2008-03-15
Michael G Schwern
Reduce the number of times $self->_dbh is called inside...
tree
|
commitdiff
2008-03-15
Michael G Schwern
Eliminate expensive calls to can() in some very hot...
tree
|
commitdiff
2008-03-15
Michael G Schwern
Add missing method to NoObjectIndex.
tree
|
commitdiff
2008-03-14
Michael G Schwern
A little performance hack to speed up efficiency. ...
tree
|
commitdiff
2008-03-14
Michael G Schwern
Better emulation of add_constructor, unfortunately...
tree
|
commitdiff
2008-03-14
Michael G Schwern
Reorder the accessor_name_for() check to get the more...
tree
|
commitdiff
2008-03-14
Michael G Schwern
Improve add_constructor() support to handle ORDER BY...
tree
|
commitdiff
2008-03-14
Michael G Schwern
Move has_a() code out of ColumnCase. That should be...
tree
|
commitdiff
2008-03-14
Michael G Schwern
Move code having to do with adding columns out of Colum...
tree
|
commitdiff
2008-03-14
Michael G Schwern
Move the code to create accessors out of ColumnCase...
tree
|
commitdiff
2008-03-13
Michael G Schwern
Document that DeepAbstractSearch will work.
tree
|
commitdiff
2008-03-13
Michael G Schwern
Make Class::DBI::Plugin::DeepAbstractSearch work.
tree
|
commitdiff
2008-03-12
Michael G Schwern
Fix lazy loading when the object has been deleted
tree
|
commitdiff
2008-03-11
Matt S Trout
Merge 'oracle_sequence' into 'trunk'
tree
|
commitdiff
2008-03-11
Ash Berlin
Make throw_exception in RS a bit more forgiving too
tree
|
commitdiff
2008-03-11
Ash Berlin
Fix errors from resultset components (and move tests...
tree
|
commitdiff
2008-03-11
Michael G Schwern
Fixed a heisenbug where looking at a column group would...
tree
|
commitdiff
2008-03-11
Michael G Schwern
No reason to store an empty hash ref for each column
tree
|
commitdiff
2008-03-07
Michael G Schwern
Make meta_info() 'args' work.
tree
|
commitdiff
2008-03-07
Michael G Schwern
Fix the merge with txn_scope_guard() and put the necess...
tree
|
commitdiff
2008-03-07
Michael G Schwern
Merge 'trunk' into 'cdbicompat_integration'
tree
|
commitdiff
2008-03-06
Jess Robinson
Random pod/doc pokage
tree
|
commitdiff
2008-03-04
Luke Saunders
manual merge for deferrable changes from trunk
tree
|
commitdiff
2008-03-04
Luke Saunders
Merge 'trunk' into 'versioned_enhancements'
tree
|
commitdiff
2008-03-04
Luke Saunders
improved docs and added env var to skip version checks...
tree
|
commitdiff
2008-03-04
Aaron Trevena
Applied fixes to replication connect_info method
tree
|
commitdiff
2008-03-04
Aaron Trevena
Applied fixes to replication connect_info method
tree
|
commitdiff
2008-03-04
Ash Berlin
is_deferrable patch from Debolaz
tree
|
commitdiff
2008-03-01
Ash Berlin
Fix versioning test so it works with SQLT 0.09.
v0.08010
tree
|
commitdiff
2008-02-29
Ash Berlin
Merge 'trunk' into 'cdbicompat_integration'
tree
|
commitdiff
2008-02-28
Ash Berlin
Todo tests for txn_rollback and scope_guard
tree
|
commitdiff
2008-02-28
Luke Saunders
removed startup comment if no action required
tree
|
commitdiff
2008-02-28
Luke Saunders
lowercased column names of versions table
tree
|
commitdiff
2008-02-28
Luke Saunders
cleaned up get_db_version
tree
|
commitdiff
2008-02-28
Luke Saunders
hack bugfix for sqlt_type weirdness
tree
|
commitdiff
2008-02-28
Luke Saunders
changed versioning table from SchemaVersions to dbix_cl...
tree
|
commitdiff
2008-02-27
Luke Saunders
fixed behaviour or is_foreign_key_constraint and unique...
tree
|
commitdiff
2008-02-27
Luke Saunders
increased sqlt rev dep
tree
|
commitdiff
2008-02-26
Ash Berlin
Merge 'trunk' into 'versioned_enhancements'
tree
|
commitdiff
2008-02-24
Michael G Schwern
Remove the now redudant ObjIndexStubs.
tree
|
commitdiff
2008-02-24
Michael G Schwern
Add NoObjectIndex which turns the live object index...
tree
|
commitdiff
2008-02-24
Michael G Schwern
Fix the DESTROY/discard_changes() infinite recursion...
tree
|
commitdiff
2008-02-24
Michael G Schwern
Fix the pod coverage failure.
tree
|
commitdiff
2008-02-24
Michael G Schwern
Greatly speed up result_source_instance() and all the...
tree
|
commitdiff
2008-02-24
Michael G Schwern
Ensure that has_many() loads the foreign class.
tree
|
commitdiff
2008-02-21
Michael G Schwern
Add in a warning if a column is declared as TEMP but...
tree
|
commitdiff
2008-02-21
Michael G Schwern
Merge 'trunk' into 'cdbicompat_integration'
tree
|
commitdiff
2008-02-14
Michael G Schwern
Implement cascade => "None"
tree
|
commitdiff
2008-02-14
Michael G Schwern
Put the stringification back, older versions of DateTim...
tree
|
commitdiff
2008-02-14
Luke Saunders
fixed versioned loading split bug
tree
|
commitdiff
2008-02-14
Michael G Schwern
Expand the CDBICompat docs to show of it's features...
tree
|
commitdiff
2008-02-14
Michael G Schwern
Emulate $CDBI::Weaken_Not_Available and CDBI::Plugin...
tree
|
commitdiff
2008-02-13
Ash Berlin
Fix typo
tree
|
commitdiff
2008-02-13
Michael G Schwern
Fix create() in the same way as update() so it throws...
tree
|
commitdiff
2008-02-13
Michael G Schwern
Test that DateTime objects can safely be updated twice...
tree
|
commitdiff
2008-02-13
Michael G Schwern
Fix update() so it throws out inflated values, too
tree
|
commitdiff
2008-02-13
Michael G Schwern
POD mistake.
tree
|
commitdiff
2008-02-13
Michael G Schwern
Document the relationship declaration limitation.
tree
|
commitdiff
2008-02-13
Michael G Schwern
Remove the big, out of date list of CDBICompat components
tree
|
commitdiff
2008-02-13
Michael G Schwern
Emulate that CDBI throws out all changed columns and...
tree
|
commitdiff
2008-02-13
Michael G Schwern
Emulate that Class::DBI inflates immediately
tree
|
commitdiff
2008-02-13
Michael G Schwern
Hash access no works despite lack of existing accessor...
tree
|
commitdiff
2008-02-13
Michael G Schwern
When emulating $obj->{column} do not call any custom...
tree
|
commitdiff
2008-02-13
Michael G Schwern
Fix the POD coverage test.
tree
|
commitdiff
2008-02-12
Michael G Schwern
Merge HasA, HasMany and MightHave into one file, Relati...
tree
|
commitdiff
2008-02-12
Michael G Schwern
Remove stray $DB::single
tree
|
commitdiff
2008-02-10
Ash Berlin
Add txn_scope_guard method/object
tree
|
commitdiff
2008-02-09
Øystein Torget
Merge 'trunk' into 'versioned_enhancements'
tree
|
commitdiff
2008-02-09
Luke Saunders
sanified layout of Versioned.pm and documented changes
tree
|
commitdiff
2008-02-05
Øystein Torget
Added Øystein Torget to the list of contributers
tree
|
commitdiff
2008-02-01
Jess Robinson
Sanitise filename of sqlite backup file
tree
|
commitdiff
2008-02-01
Ash Berlin
Fallback to SQL->SQL to diff for old producers
tree
|
commitdiff
2008-01-30
Ash Berlin
Merge 'trunk' into 'versioned_enhancements'
tree
|
commitdiff
2008-01-25
Tom Hukins
Fix a typo and a couple of links.
tree
|
commitdiff
2008-01-24
Jess Robinson
Version 0.08009
tree
|
commitdiff
2008-01-24
Jess Robinson
Oops, fix joining manual to be correct
tree
|
commitdiff
2008-01-22
Marc Mims
Added build_datetime_parser method for MSSQL over ODBC.
tree
|
commitdiff
2008-01-20
Matt S Trout
made search_rs smarter about when to preserve the cache...
tree
|
commitdiff
2008-01-18
Matt S Trout
added strict and warnings to HashRefInflator, fixed...
tree
|
commitdiff
2008-01-17
Michael G Schwern
Make the hash-key warning dependent on DBIC_CDBICOMPAT_...
tree
|
commitdiff
2008-01-17
Michael G Schwern
Make freeze/thaw and dclone work as functions on CDBICo...
tree
|
commitdiff
2008-01-16
Michael G Schwern
freeze/thaw/dclone as functions can't be made to reliab...
tree
|
commitdiff
2008-01-16
Michael G Schwern
Merge 'trunk' into 'cdbicompat_integration'
tree
|
commitdiff
2008-01-16
Michael G Schwern
mst pointed out that my $val = $obj->{col}; $obj-...
tree
|
commitdiff
2008-01-16
Michael G Schwern
Allow CDBI objects to be accessed like hashes as people...
tree
|
commitdiff
2008-01-11
Ash Berlin
Merge 'trunk' into 'versioned_enhancements'
tree
|
commitdiff
2008-01-11
Nigel Metheringham
Copied documentation for id ...
tree
|
commitdiff
2008-01-07
Tom Hukins
Fix class name typo
tree
|
commitdiff
2008-01-03
Jess Robinson
Apply patch from billisdog to ensure we rebless to...
tree
|
commitdiff
2008-01-03
Yuval Kogman
pod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server
tree
|
commitdiff
2008-01-03
Yuval Kogman
introduce set_inflated_columns
tree
|
commitdiff
2008-01-02
Marc Mims
Added Storage::DBI subclass for MSSQL auto PK over...
tree
|
commitdiff
2008-01-02
Chris Prather
move dbicadmin to JSON::Any
tree
|
commitdiff
2007-12-20
Ash Berlin
Add proper thaw hooks so schema gets re-attached
tree
|
commitdiff
2007-12-11
Wallace Reis
minor doc fix
tree
|
commitdiff
2007-11-25
Luke Saunders
upgrade will only produce a diff between the DB and...
tree
|
commitdiff
2007-11-24
Ash Berlin
Change diffing code to use $sqlt_schema. Sort tables...
tree
|
commitdiff
next