projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add automatic naming of unique constraints
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
Class
/
2006-05-28
Daniel Westermann...
Add automatic naming of unique constraints
tree
|
commitdiff
2006-05-26
Justin Guenther
Add a warning for DBD::Pg < 1.49
tree
|
commitdiff
2006-05-25
Justin Guenther
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-05-25
Justin Guenther
Changed txn_do docs/Cookbook example to use closures...
tree
|
commitdiff
2006-05-24
Matt S Trout
marked DBIx::Class::DB as deprecated and due to be...
tree
|
commitdiff
2006-05-24
Ash Berlin
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-05-23
Cory G Watson
Add support for +select and +as attributes to ResultSet
tree
|
commitdiff
2006-05-23
Matt S Trout
Merge 'resultset-new-refactor' into 'DBIx-Class-current'
tree
|
commitdiff
2006-05-23
Matt S Trout
fixed screwed merge of Storage::DBI (my fault :)
tree
|
commitdiff
2006-05-23
Matt S Trout
works. win.
tree
|
commitdiff
2006-05-23
Matt S Trout
Merge 'DBIx-Class-current' into 'resultset-new-refactor'
tree
|
commitdiff
2006-05-23
Marc Mims
Just the column name, please.
tree
|
commitdiff
2006-05-23
Matt S Trout
Sodding three-value for conditions
tree
|
commitdiff
2006-05-23
Ash Berlin
Added docs for quote_char, name_sep and offset RS attrib.
tree
|
commitdiff
2006-05-22
Luke Saunders
more torture test, cleaned up
tree
|
commitdiff
2006-05-22
Luke Saunders
join merging working properly. some torture tests
tree
|
commitdiff
2006-05-20
Matt S Trout
Merge 'datetime' into 'DBIx-Class-current'
tree
|
commitdiff
2006-05-20
Matt S Trout
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-05-20
Matt S Trout
added datetime parser for MSSQL (ta LTJake)
tree
|
commitdiff
2006-05-20
Matt S Trout
added datetime parser types for the dbs I can find...
tree
|
commitdiff
2006-05-19
Matt S Trout
Merge 'DBIx-Class-current' into 'datetime'
tree
|
commitdiff
2006-05-19
Justin Guenther
added ensure_class_loaded method to Componentized,...
tree
|
commitdiff
2006-05-19
Jess Robinson
zbys Postgres casecheck patch
tree
|
commitdiff
2006-05-18
Justin Guenther
fixed an out-of-date limitation for has_many prefetch...
tree
|
commitdiff
2006-05-18
Justin Guenther
fixed small error in the SYNOPSIS of ResultSetManager.pm
tree
|
commitdiff
2006-05-18
Justin Guenther
removed another couple extraneous $self->dbh calls
tree
|
commitdiff
2006-05-18
Justin Guenther
added bind information to exception thrown from DBIx...
tree
|
commitdiff
2006-05-18
Matt S Trout
Moved PK::Auto into core
tree
|
commitdiff
2006-05-18
Thomas Kratz
Moved UUIDColumns from DBIX-Class-current into it's...
tree
|
commitdiff
2006-05-18
Thomas Kratz
Undoing changes commited in revisions 1664-1671......
tree
|
commitdiff
2006-05-18
Thomas Kratz
Moved UUIDMaker.pm over from main DBIx::Class dist
tree
|
commitdiff
2006-05-18
Thomas Kratz
Moved UUIDColumns.pm over from main DBIx::Class dist
tree
|
commitdiff
2006-05-18
Matt S Trout
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-05-18
Jess Robinson
Add pod for params of inflate/deflate coderefs
tree
|
commitdiff
2006-05-17
Kieren Diment
optimised last_insert_id example for searching
tree
|
commitdiff
2006-05-17
Jess Robinson
Documentation updates
tree
|
commitdiff
2006-05-17
Matt S Trout
Merge 'DBIx-Class-current' into 'datetime'
tree
|
commitdiff
2006-05-17
Matt S Trout
Missing stuff for DateTime branch
tree
|
commitdiff
2006-05-15
Cory G Watson
Add profiling support
tree
|
commitdiff
2006-05-12
Matt S Trout
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-05-12
Luke Saunders
proper deep merging on join attrs
tree
|
commitdiff
2006-05-12
Matt S Trout
fixup for stringify that can be false in find_or_create...
tree
|
commitdiff
2006-05-12
Matt S Trout
performance fix for cascade_update
tree
|
commitdiff
2006-05-11
Justin Guenther
Fixed cookbook example to actually work
tree
|
commitdiff
2006-05-11
Justin Guenther
Added a couple examples to the cookbook
tree
|
commitdiff
2006-05-11
Luke Saunders
Merge 'DBIx-Class-current' into 'resultset-new-refactor'
tree
|
commitdiff
2006-05-11
Luke Saunders
can now handle prefetch on resultset with join of same...
tree
|
commitdiff
2006-05-10
Daniel Westermann...
- Fix error message for bad find usage
tree
|
commitdiff
2006-05-10
Daniel Westermann...
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-05-10
Daniel Westermann...
Row::update encapsulates this when passed a hashref...
tree
|
commitdiff
2006-05-10
Daniel Westermann...
Revert previous bugfix; will apply to trunk
tree
|
commitdiff
2006-05-10
Daniel Westermann...
Row::update encapsulates this when passed a hashref...
tree
|
commitdiff
2006-05-09
Aran Deltac
Fixes to _rs related docs.
tree
|
commitdiff
2006-05-09
Aran Deltac
Add search_rs to ResultSet and a new {$rel}_rs accessor...
tree
|
commitdiff
2006-05-09
Aran Deltac
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-05-09
Luke Saunders
failing test case and more resultset refactorage
tree
|
commitdiff
2006-05-09
Aran Deltac
Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that...
tree
|
commitdiff
2006-05-09
Marc Mims
- Factored out sql_maker arguments so they can be custo...
tree
|
commitdiff
2006-05-08
Matt S Trout
couple bugfixes
tree
|
commitdiff
2006-05-08
Marc Mims
Generalized the loading of subclasses for specfic ODBC...
tree
|
commitdiff
2006-05-08
Luke Saunders
better comments. resolution not done every time.
tree
|
commitdiff
2006-05-08
Luke Saunders
first version of refactored resultset
tree
|
commitdiff
2006-05-05
Jesper Krogh
Fix to make the Postgresql-code handle Schemas. This...
tree
|
commitdiff
2006-05-03
Marc Mims
- Corrected a minor typo in a comment.
tree
|
commitdiff
2006-05-03
Marc Mims
Load ::DBI::ODBC400 when a DB2/400 ODBC backend is...
tree
|
commitdiff
2006-05-03
Marc Mims
Automatic primary key class for DB2/400 over ODBC
tree
|
commitdiff
2006-05-03
Matt S Trout
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-05-01
Daniel Westermann...
Add missing comma in example ;)
tree
|
commitdiff
2006-05-01
Daniel Westermann...
Add example of multi-column foreign keys
tree
|
commitdiff
2006-04-30
Aran Deltac
No longer support unique constraints in Ordered.
tree
|
commitdiff
2006-04-30
Aran Deltac
Fix some errors with using unique constraints with...
tree
|
commitdiff
2006-04-29
Jess Robinson
Default to using sqlt on deploy, if available
tree
|
commitdiff
2006-04-29
Jess Robinson
Document create_ddl_dir method
tree
|
commitdiff
2006-04-29
Jess Robinson
add create_ddl_dir for creating versioned sql statement...
tree
|
commitdiff
2006-04-27
Matt S Trout
pod patch from ted
tree
|
commitdiff
2006-04-26
Aran Deltac
Document the exitance of the DBIx::Class::ResultSource...
tree
|
commitdiff
2006-04-26
Matt S Trout
Added InflateColumn::DateTime component
tree
|
commitdiff
2006-04-22
Matt S Trout
cycle tests and a weaken call
tree
|
commitdiff
2006-04-21
Matt S Trout
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-04-21
Matt S Trout
Make ordered use CASE (still doesn't pass tests, sigh)
tree
|
commitdiff
2006-04-21
Luke Saunders
removed duff ResultSourceProxy links
tree
|
commitdiff
2006-04-20
Nigel Metheringham
Trivial documentation fixes
tree
|
commitdiff
2006-04-19
Matt S Trout
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-04-19
Matt S Trout
nuked last remaining each uses. just because.
tree
|
commitdiff
2006-04-19
Matt S Trout
make set_from_related handle undef
tree
|
commitdiff
2006-04-19
Matt S Trout
fixup for Dumper brain damage
tree
|
commitdiff
2006-04-19
Matt S Trout
Fix to copy
tree
|
commitdiff
2006-04-19
Matt S Trout
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-04-19
Matt S Trout
fixup for search w/no args and cache
tree
|
commitdiff
2006-04-19
Daniel Westermann...
Minor POD update: Remove quotes for consistency
tree
|
commitdiff
2006-04-19
Daniel Westermann...
Merge 'find_changes' into 'DBIx-Class-current'
tree
|
commitdiff
2006-04-19
Daniel Westermann...
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-04-19
Will Hawes
remove icky ' = '
tree
|
commitdiff
2006-04-18
Daniel Westermann...
Rename
tree
|
commitdiff
2006-04-18
Daniel Westermann...
Typo
tree
|
commitdiff
2006-04-18
Daniel Westermann...
Minor cleanup
tree
|
commitdiff
2006-04-18
Daniel Westermann...
Add proxy methods and fill out Changes
tree
|
commitdiff
2006-04-18
Daniel Westermann...
Simplify arguments
tree
|
commitdiff
2006-04-18
Daniel Westermann...
No need to loop again
tree
|
commitdiff
2006-04-18
Daniel Westermann...
Return the hash, not a ref
tree
|
commitdiff
next