projects
/
dbsrgits/DBIx-Class-Historic.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
probably added date support
[dbsrgits/DBIx-Class-Historic.git]
/
lib
/
2006-06-16
Matt S Trout
probably added date support
tree
|
commitdiff
2006-06-16
Matt S Trout
fuckheaded failure to check defined before regexing
tree
|
commitdiff
2006-06-16
Brandon L. Black
further changes to the Sybase / MSSQL storage stuff
tree
|
commitdiff
2006-06-14
Jess Robinson
Fix documentation of search_related
tree
|
commitdiff
2006-06-12
Justin Guenther
Fixed incorrect ordering of POD sections
tree
|
commitdiff
2006-06-12
Justin Guenther
fixed wrong debugging hook call query_begin() to query_...
tree
|
commitdiff
2006-06-12
Brandon L. Black
author list correction/update
tree
|
commitdiff
2006-06-11
Brandon L. Black
bugfix: must set connect_info properly before setting...
tree
|
commitdiff
2006-06-09
Justin Guenther
formatting fixes for ResultSet.pm
tree
|
commitdiff
2006-06-09
David Kamholz
Merge 'trunk' into 'DBIx-Class-current'
tree
|
commitdiff
2006-06-09
David Kamholz
fix for prefetch bug in _merge_attr
tree
|
commitdiff
2006-06-09
Justin Guenther
Updated version and Changes for 0.06999_02
tree
|
commitdiff
2006-06-09
Justin Guenther
added code and tests for Componentized::ensure_class_fo...
tree
|
commitdiff
2006-06-09
Brandon L. Black
NoBindVars + Sybase + MSSQL stuff
tree
|
commitdiff
2006-06-09
Brandon L. Black
only rebless S::DBI if it is still S::DBI and not a...
tree
|
commitdiff
2006-06-08
Justin Guenther
Added `use' statement for DBD::Pg
tree
|
commitdiff
2006-06-08
Jess Robinson
Fix insert overloading example
tree
|
commitdiff
2006-06-08
Brandon L. Black
bugfix for join-types in nested joins using the from...
tree
|
commitdiff
2006-06-07
Luke Saunders
Merge 're_refactor_bugfix' into 'DBIx-Class-current'
tree
|
commitdiff
2006-06-07
Luke Saunders
obscure prefetch problem fixed
tree
|
commitdiff
2006-06-07
Cory G Watson
Fix typo in warning
tree
|
commitdiff
2006-06-07
Luke Saunders
prefetch bugfix work-in-progress
tree
|
commitdiff
2006-06-06
Luke Saunders
Merge 're_refactor_bugfix' into 'DBIx-Class-current'
tree
|
commitdiff
2006-06-06
Luke Saunders
branch cleanage
tree
|
commitdiff
2006-06-06
Justin Guenther
Added code ...
tree
|
commitdiff
2006-06-06
Justin Guenther
Fixed 'DBIx/Class/DB.pm did not return a true value...
tree
|
commitdiff
2006-06-06
Justin Guenther
Updated docs to reflect the addition of PK::Auto to...
tree
|
commitdiff
2006-06-06
Luke Saunders
tightened up deep search_related
tree
|
commitdiff
2006-06-06
Luke Saunders
fixed search with joins from related resultset
tree
|
commitdiff
2006-06-06
Aran Deltac
Slight wording change to new_related() POD.
tree
|
commitdiff
2006-06-06
Brandon L. Black
POD clarification and content bugfixing + a few code...
tree
|
commitdiff
2006-06-05
Luke Saunders
Merge 're_refactor_bugfix' into 'DBIx-Class-current'
tree
|
commitdiff
2006-06-05
Luke Saunders
fixed some formatting issues
tree
|
commitdiff
2006-06-05
Luke Saunders
fixed find on related resultset bug
tree
|
commitdiff
2006-06-03
Jess Robinson
Added "The DBIX::Class way" by Adam Jacob
tree
|
commitdiff
2006-06-02
Luke Saunders
fixed a bug with search on related resultset
tree
|
commitdiff
2006-06-02
Jesse Sheidlower
fixed trivial perldoc error
tree
|
commitdiff
2006-06-02
Thomas Kratz
Moved Validation.pm from DBIC-current into DBIx-Class...
tree
|
commitdiff
2006-06-01
Robert Sedlacek
Test if value is blessed before ->isa
tree
|
commitdiff
2006-05-31
Nigel Metheringham
POD::Coverage additions
tree
|
commitdiff
2006-05-31
Nigel Metheringham
Initial work on getting POD coverage testing working
tree
|
commitdiff
2006-05-30
Cory G Watson
Fix column_info stomping, test coming...
tree
|
commitdiff
2006-05-30
Matt S Trout
fixed debugfh
tree
|
commitdiff
2006-05-29
Aran Deltac
POD for InflateColumn::DateTime.
tree
|
commitdiff
2006-05-28
Aran Deltac
Added Ordered as an additional change in 0.06999_01...
tree
|
commitdiff
2006-05-28
Daniel Westermann...
Changes for 0.06999_01 release
tree
|
commitdiff
2006-05-28
Daniel Westermann...
Merge 'find_compat' into 'DBIx-Class-current'
tree
|
commitdiff
2006-05-28
Daniel Westermann...
Fix POD for name_unique_constraint
tree
|
commitdiff
2006-05-28
Daniel Westermann...
Add automatic naming of unique constraints
tree
|
commitdiff
2006-05-28
Daniel Westermann...
Another minor cleanup
tree
|
commitdiff
2006-05-28
Daniel Westermann...
Minor cleanup
tree
|
commitdiff
2006-05-27
Daniel Westermann...
Fix for extraneous warning in 65multipk
tree
|
commitdiff
2006-05-27
Daniel Westermann...
First pass at verifying query uniqueness: Recursively...
tree
|
commitdiff
2006-05-27
Daniel Westermann...
Relax _unique_queries for *_related
tree
|
commitdiff
2006-05-27
Justin Guenther
Merge 'DBIx-Class-current' into 'find_compat'
tree
|
commitdiff
2006-05-26
Justin Guenther
Add a warning for DBD::Pg < 1.49
tree
|
commitdiff
2006-05-26
Daniel Westermann...
Update naming for consistency with CDBICompat _build_qu...
tree
|
commitdiff
2006-05-26
Daniel Westermann...
Refactor query building and verification so the warning...
tree
|
commitdiff
2006-05-26
Daniel Westermann...
Minor update to find_or_create docs re: how it searches
tree
|
commitdiff
2006-05-26
Daniel Westermann...
Use stricter find in update_or_create again
tree
|
commitdiff
2006-05-26
Daniel Westermann...
Restore stricter find, but with compat warnings. find_...
tree
|
commitdiff
2006-05-26
Daniel Westermann...
Hack for now, constraint in find if a key is specified
tree
|
commitdiff
2006-05-26
Daniel Westermann...
Revert to old find and update_or_create algorithms...
tree
|
commitdiff
2006-05-25
Daniel Westermann...
Merge 'DBIx-Class-current' into 'find_compat'
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-25
Matt S Trout
Merge 'DBIx-Class-current' into 'find_compat'
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-24
Luke Saunders
moved my name to correct place in list
tree
|
commitdiff
2006-05-24
Daniel Westermann...
First pass: take what the user provides if we can't...
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-19
Jess Robinson
Update VERSION
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
next