17 years agoMerge 'inflate' into 'DBIx-Class-current'
Matt S Trout [Mon, 19 Jun 2006 04:07:59 +0000]
Merge 'inflate' into 'DBIx-Class-current'

17 years agostore deflated value when handed to store_deflated_column
Matt S Trout [Sun, 18 Jun 2006 23:07:59 +0000]
store deflated value when handed to store_deflated_column

17 years agofix the fix of the fix of the fix
David Kamholz [Sun, 18 Jun 2006 23:00:00 +0000]
fix the fix of the fix of the fix

17 years agohopefully actually fix inflate this time
David Kamholz [Sun, 18 Jun 2006 22:23:20 +0000]
hopefully actually fix inflate this time

17 years agofixup for deflated value handed to inflated accessor
Matt S Trout [Sun, 18 Jun 2006 21:50:11 +0000]
fixup for deflated value handed to inflated accessor

17 years agofix stupid bug
David Kamholz [Sun, 18 Jun 2006 21:36:47 +0000]
fix stupid bug

17 years agoInflateColumn re-refactor
David Kamholz [Sun, 18 Jun 2006 21:04:10 +0000]
InflateColumn re-refactor

17 years agoAdded small create test that passes and existing DateTime object
Christopher H. Laco [Sun, 18 Jun 2006 20:20:40 +0000]
Added small create test that passes and existing DateTime object
Tweaked is() tests to make older Test::More happy with DateTime stringification

17 years agoswitched CDBICompat::AttributeAPI to using 'real' methods
Matt S Trout [Sun, 18 Jun 2006 14:42:20 +0000]
switched CDBICompat::AttributeAPI to using 'real' methods

17 years agoupdate to InflateColumn (docs and trivial patch)
David Kamholz [Sat, 17 Jun 2006 01:33:10 +0000]
update to InflateColumn (docs and trivial patch)

17 years agoinflate refactor
David Kamholz [Sat, 17 Jun 2006 00:15:40 +0000]
inflate refactor

17 years agoprobably added date support
Matt S Trout [Fri, 16 Jun 2006 23:02:57 +0000]
probably added date support

17 years agofuckheaded failure to check defined before regexing
Matt S Trout [Fri, 16 Jun 2006 21:54:53 +0000]
fuckheaded failure to check defined before regexing

17 years agofurther changes to the Sybase / MSSQL storage stuff
Brandon L. Black [Fri, 16 Jun 2006 20:45:16 +0000]
further changes to the Sybase / MSSQL storage stuff

17 years agoFix documentation of search_related
Jess Robinson [Wed, 14 Jun 2006 21:23:29 +0000]
Fix documentation of search_related

17 years agoFixed incorrect ordering of POD sections
Justin Guenther [Mon, 12 Jun 2006 16:11:21 +0000]
Fixed incorrect ordering of POD sections

17 years agofixed wrong debugging hook call query_begin() to query_start() in Storage::DBI
Justin Guenther [Mon, 12 Jun 2006 16:05:07 +0000]
fixed wrong debugging hook call query_begin() to query_start() in Storage::DBI

17 years agoRe-enabled POD::Coverage tests as they are now running cleanly
Nigel Metheringham [Mon, 12 Jun 2006 14:02:49 +0000]
Re-enabled POD::Coverage tests as they are now running cleanly

17 years agoauthor list correction/update
Brandon L. Black [Mon, 12 Jun 2006 13:41:58 +0000]
author list correction/update

17 years agobugfix: must set connect_info properly before setting any ->sql_maker things
Brandon L. Black [Sun, 11 Jun 2006 21:25:59 +0000]
bugfix: must set connect_info properly before setting any ->sql_maker things

17 years agofeh
Matt S Trout [Sat, 10 Jun 2006 00:55:46 +0000]
feh

17 years agotimestamp. yes I missed it for the dist.
Matt S Trout [Fri, 9 Jun 2006 23:07:17 +0000]
timestamp. yes I missed it for the dist.

17 years agoformatting fixes for ResultSet.pm
Justin Guenther [Fri, 9 Jun 2006 22:45:54 +0000]
formatting fixes for ResultSet.pm

17 years agoMerge 'trunk' into 'DBIx-Class-current'
David Kamholz [Fri, 9 Jun 2006 22:37:33 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r12287@haferschleim (orig r1900):  jester | 2006-06-02 21:28:09 +0200
fixed trivial perldoc error
r12293@haferschleim (orig r1906):  castaway | 2006-06-03 13:18:55 +0200
Added "The DBIX::Class way" by Adam Jacob

r12508@haferschleim (orig r1952):  castaway | 2006-06-08 14:55:46 +0200
Fix insert overloading example

17 years agofix for prefetch bug in _merge_attr
David Kamholz [Fri, 9 Jun 2006 22:36:40 +0000]
fix for prefetch bug in _merge_attr

17 years agoUpdated version and Changes for 0.06999_02
Justin Guenther [Fri, 9 Jun 2006 21:38:58 +0000]
Updated version and Changes for 0.06999_02

17 years agoadded code and tests for Componentized::ensure_class_found and load_optional_class
Justin Guenther [Fri, 9 Jun 2006 21:04:50 +0000]
added code and tests for Componentized::ensure_class_found and load_optional_class

17 years agoNoBindVars + Sybase + MSSQL stuff
Brandon L. Black [Fri, 9 Jun 2006 19:45:28 +0000]
NoBindVars + Sybase + MSSQL stuff

17 years agoonly rebless S::DBI if it is still S::DBI and not a subclass
Brandon L. Black [Fri, 9 Jun 2006 18:19:33 +0000]
only rebless S::DBI if it is still S::DBI and not a subclass

17 years agoAdded `use' statement for DBD::Pg
Justin Guenther [Thu, 8 Jun 2006 22:47:58 +0000]
Added `use' statement for DBD::Pg

17 years agoFix insert overloading example
Jess Robinson [Thu, 8 Jun 2006 12:55:46 +0000]
Fix insert overloading example

17 years agostopped test relying on order of unordered search
Luke Saunders [Thu, 8 Jun 2006 09:29:43 +0000]
stopped test relying on order of unordered search

17 years agobugfix for join-types in nested joins using the from attribute (+ test)
Brandon L. Black [Thu, 8 Jun 2006 03:28:24 +0000]
bugfix for join-types in nested joins using the from attribute (+ test)

17 years agoMerge 're_refactor_bugfix' into 'DBIx-Class-current'
Luke Saunders [Wed, 7 Jun 2006 23:39:32 +0000]
Merge 're_refactor_bugfix' into 'DBIx-Class-current'

17 years agoobscure prefetch problem fixed
Luke Saunders [Wed, 7 Jun 2006 23:31:44 +0000]
obscure prefetch problem fixed

17 years agoFix typo in warning
Cory G Watson [Wed, 7 Jun 2006 21:01:47 +0000]
Fix typo in warning

17 years agoprefetch bugfix work-in-progress
Luke Saunders [Wed, 7 Jun 2006 16:30:49 +0000]
prefetch bugfix work-in-progress

17 years agoMerge 're_refactor_bugfix' into 'DBIx-Class-current'
Luke Saunders [Wed, 7 Jun 2006 05:49:10 +0000]
Merge 're_refactor_bugfix' into 'DBIx-Class-current'

17 years agobranch cleanage
Luke Saunders [Tue, 6 Jun 2006 23:49:10 +0000]
branch cleanage

17 years agoadded last patch to Changes
Justin Guenther [Tue, 6 Jun 2006 23:06:59 +0000]
added last patch to Changes

17 years agoAdded code ...
Justin Guenther [Tue, 6 Jun 2006 22:48:05 +0000]
Added code & tests for warning about incorrect component order in load_components. e.g., load_components(qw/Core UTF8Columns/)

17 years agoFixed 'DBIx/Class/DB.pm did not return a true value' error
Justin Guenther [Tue, 6 Jun 2006 22:29:14 +0000]
Fixed 'DBIx/Class/DB.pm did not return a true value' error

17 years agoUpdated docs to reflect the addition of PK::Auto to load_components
Justin Guenther [Tue, 6 Jun 2006 22:02:34 +0000]
Updated docs to reflect the addition of PK::Auto to load_components

17 years agotightened up deep search_related
Luke Saunders [Tue, 6 Jun 2006 20:48:37 +0000]
tightened up deep search_related

17 years agoMerge 'DBIx-Class-current' into 're_refactor_bugfix'
Luke Saunders [Tue, 6 Jun 2006 18:07:12 +0000]
Merge 'DBIx-Class-current' into 're_refactor_bugfix'

r735@grumpyjack (orig r1897):  phaylon | 2006-06-01 16:16:18 +0100
Test if value is blessed before ->isa
r736@grumpyjack (orig r1899):  tomk | 2006-06-02 20:14:43 +0100
Moved Validation.pm from DBIC-current into DBIx-Class-Validate

r752@grumpyjack (orig r1922):  blblack | 2006-06-06 01:14:28 +0100
0.06999_01 Changes fixup (forgotten entry for connect_info stuff)
r753@grumpyjack (orig r1926):  blblack | 2006-06-06 13:30:40 +0100
POD clarification and content bugfixing + a few code formatting fixes
r754@grumpyjack (orig r1927):  blblack | 2006-06-06 13:31:03 +0100
new specific test for connect_info coderefs
r755@grumpyjack (orig r1928):  bluefeet | 2006-06-06 15:21:03 +0100
Slight wording change to new_related() POD.
r756@grumpyjack (orig r1929):  captainL | 2006-06-06 16:03:46 +0100
fixed search with joins from related resultset
r757@grumpyjack (orig r1930):  dwc | 2006-06-06 16:46:11 +0100
Revert change to test for deprecated find usage and swallow warnings

17 years agoRevert change to test for deprecated find usage and swallow warnings
Daniel Westermann-Clark [Tue, 6 Jun 2006 15:46:11 +0000]
Revert change to test for deprecated find usage and swallow warnings

17 years agofixed search with joins from related resultset
Luke Saunders [Tue, 6 Jun 2006 15:03:46 +0000]
fixed search with joins from related resultset

17 years agoSlight wording change to new_related() POD.
Aran Deltac [Tue, 6 Jun 2006 14:21:03 +0000]
Slight wording change to new_related() POD.

17 years agonew specific test for connect_info coderefs
Brandon L. Black [Tue, 6 Jun 2006 12:31:03 +0000]
new specific test for connect_info coderefs

17 years agoPOD clarification and content bugfixing + a few code formatting fixes
Brandon L. Black [Tue, 6 Jun 2006 12:30:40 +0000]
POD clarification and content bugfixing + a few code formatting fixes

17 years ago0.06999_01 Changes fixup (forgotten entry for connect_info stuff)
Brandon L. Black [Tue, 6 Jun 2006 00:14:28 +0000]
0.06999_01 Changes fixup (forgotten entry for connect_info stuff)

17 years agoMerge 're_refactor_bugfix' into 'DBIx-Class-current'
Luke Saunders [Mon, 5 Jun 2006 17:58:38 +0000]
Merge 're_refactor_bugfix' into 'DBIx-Class-current'

resultset bugfix changes

17 years agofixed some formatting issues
Luke Saunders [Mon, 5 Jun 2006 09:55:00 +0000]
fixed some formatting issues

17 years agofixed find on related resultset bug
Luke Saunders [Mon, 5 Jun 2006 09:45:38 +0000]
fixed find on related resultset bug

17 years agoAdded "The DBIX::Class way" by Adam Jacob
Jess Robinson [Sat, 3 Jun 2006 11:18:55 +0000]
Added "The DBIX::Class way" by Adam Jacob

17 years agofixed a bug with search on related resultset
Luke Saunders [Fri, 2 Jun 2006 20:07:43 +0000]
fixed a bug with search on related resultset

17 years agoadded failing test case
Luke Saunders [Fri, 2 Jun 2006 19:29:48 +0000]
added failing test case

17 years agofixed trivial perldoc error
Jesse Sheidlower [Fri, 2 Jun 2006 19:28:09 +0000]
fixed trivial perldoc error

17 years agoMoved Validation.pm from DBIC-current into DBIx-Class-Validate
Thomas Kratz [Fri, 2 Jun 2006 19:14:43 +0000]
Moved Validation.pm from DBIC-current into DBIx-Class-Validate

17 years agoTest if value is blessed before ->isa
Robert Sedlacek [Thu, 1 Jun 2006 15:16:18 +0000]
Test if value is blessed before ->isa

17 years agoPOD::Coverage additions
Nigel Metheringham [Wed, 31 May 2006 21:58:16 +0000]
POD::Coverage additions

17 years agoInitial work on getting POD coverage testing working
Nigel Metheringham [Wed, 31 May 2006 12:13:21 +0000]
Initial work on getting POD coverage testing working

17 years agoTest for earlier column_info overwriting (r1890)
Cory G Watson [Tue, 30 May 2006 23:53:55 +0000]
Test for earlier column_info overwriting (r1890)

17 years agonuke uuid test (uuid not in core no more, lenore)
Matt S Trout [Tue, 30 May 2006 21:09:25 +0000]
nuke uuid test (uuid not in core no more, lenore)

17 years agoFix column_info stomping, test coming...
Cory G Watson [Tue, 30 May 2006 21:05:56 +0000]
Fix column_info stomping, test coming...

17 years agofixed debugfh
Matt S Trout [Tue, 30 May 2006 19:30:52 +0000]
fixed debugfh

18 years agoPOD for InflateColumn::DateTime.
Aran Deltac [Mon, 29 May 2006 05:49:45 +0000]
POD for InflateColumn::DateTime.

18 years agoRenamed AutoInflate::DateTime to InfalteColumn::DateTime in Changes.
Aran Deltac [Sun, 28 May 2006 19:26:44 +0000]
Renamed AutoInflate::DateTime to InfalteColumn::DateTime in Changes.

18 years agoAdded Ordered as an additional change in 0.06999_01. Added myself (bluefeet) as...
Aran Deltac [Sun, 28 May 2006 19:24:11 +0000]
Added Ordered as an additional change in 0.06999_01.  Added myself (bluefeet) as a contributor in Class.pm.

18 years agoAdded test reorganization under 0.06999_01 in Changes file.
Aran Deltac [Sun, 28 May 2006 18:11:16 +0000]
Added test reorganization under 0.06999_01 in Changes file.

18 years agoChanges for 0.06999_01 release
Daniel Westermann-Clark [Sun, 28 May 2006 17:39:55 +0000]
Changes for 0.06999_01 release

18 years agoMerge 'find_compat' into 'DBIx-Class-current'
Daniel Westermann-Clark [Sun, 28 May 2006 01:06:02 +0000]
Merge 'find_compat' into 'DBIx-Class-current'

18 years agoRemove tabs from recent Changes
Daniel Westermann-Clark [Sun, 28 May 2006 01:32:24 +0000]
Remove tabs from recent Changes

18 years agoFix POD for name_unique_constraint
Daniel Westermann-Clark [Sun, 28 May 2006 01:31:20 +0000]
Fix POD for name_unique_constraint

18 years agoAdd automatic naming of unique constraints
Daniel Westermann-Clark [Sun, 28 May 2006 01:30:16 +0000]
Add automatic naming of unique constraints

18 years agoAnother minor cleanup
Daniel Westermann-Clark [Sun, 28 May 2006 00:06:02 +0000]
Another minor cleanup

18 years agoMinor cleanup
Daniel Westermann-Clark [Sun, 28 May 2006 00:00:08 +0000]
Minor cleanup

18 years agoFix for extraneous warning in 65multipk
Daniel Westermann-Clark [Sat, 27 May 2006 23:39:20 +0000]
Fix for extraneous warning in 65multipk

18 years agoFirst pass at verifying query uniqueness: Recursively collapse AST, acculumulating...
Daniel Westermann-Clark [Sat, 27 May 2006 23:33:15 +0000]
First pass at verifying query uniqueness: Recursively collapse AST, acculumulating values at the leafs.  If we get exactly one value for each unique column, we know the query is unique.

18 years agoRelax _unique_queries for *_related
Daniel Westermann-Clark [Sat, 27 May 2006 22:06:35 +0000]
Relax _unique_queries for *_related

18 years agoMerge 'DBIx-Class-current' into 'find_compat'
Justin Guenther [Fri, 26 May 2006 19:59:01 +0000]
Merge 'DBIx-Class-current' into 'find_compat'

18 years agoAdd a warning for DBD::Pg < 1.49
Justin Guenther [Fri, 26 May 2006 18:59:01 +0000]
Add a warning for DBD::Pg < 1.49

18 years agohopefully fixup pg tests (thanks to zby, all bugs mine)
Matt S Trout [Fri, 26 May 2006 14:36:38 +0000]
hopefully fixup pg tests (thanks to zby, all bugs mine)

18 years agoUpdate naming for consistency with CDBICompat _build_query method
Daniel Westermann-Clark [Fri, 26 May 2006 14:35:01 +0000]
Update naming for consistency with CDBICompat _build_query method

18 years agoRefactor query building and verification so the warnings come from find
Daniel Westermann-Clark [Fri, 26 May 2006 04:56:36 +0000]
Refactor query building and verification so the warnings come from find

18 years agoMerge 'DBIx-Class-current' into 'find_compat'
Justin Guenther [Fri, 26 May 2006 00:27:00 +0000]
Merge 'DBIx-Class-current' into 'find_compat'

r9327@fortuna (orig r1836):  jguenther | 2006-05-25 19:27:00 -0400
squashed a couple unnecessary warnings in the CDBI-compat tests

18 years agoMinor update to find_or_create docs re: how it searches
Daniel Westermann-Clark [Fri, 26 May 2006 04:35:59 +0000]
Minor update to find_or_create docs re: how it searches

18 years agoUse stricter find in update_or_create again
Daniel Westermann-Clark [Fri, 26 May 2006 04:14:48 +0000]
Use stricter find in update_or_create again

18 years agoRestore stricter find, but with compat warnings. find_related and friends cause...
Daniel Westermann-Clark [Fri, 26 May 2006 04:09:26 +0000]
Restore stricter find, but with compat warnings.  find_related and friends cause extraneous warnngs; not sure how to deal with this yet.

18 years agoHack for now, constraint in find if a key is specified
Daniel Westermann-Clark [Fri, 26 May 2006 00:16:45 +0000]
Hack for now, constraint in find if a key is specified

18 years agoRevert to old find and update_or_create algorithms for now
Daniel Westermann-Clark [Fri, 26 May 2006 00:05:07 +0000]
Revert to old find and update_or_create algorithms for now

18 years agosquashed a couple unnecessary warnings in the CDBI-compat tests
Justin Guenther [Thu, 25 May 2006 23:27:00 +0000]
squashed a couple unnecessary warnings in the CDBI-compat tests

18 years agoAdd a test for a search on a partial key, followed by a find
Daniel Westermann-Clark [Thu, 25 May 2006 23:03:12 +0000]
Add a test for a search on a partial key, followed by a find

18 years agoMerge 'DBIx-Class-current' into 'find_compat'
Daniel Westermann-Clark [Thu, 25 May 2006 23:00:39 +0000]
Merge 'DBIx-Class-current' into 'find_compat'

r9322@fortuna (orig r1831):  jguenther | 2006-05-25 17:12:00 -0400
Squashed an extraneous warning in 82cascade_copy.t and fixed up 26dumper.t
r9323@fortuna (orig r1832):  jguenther | 2006-05-25 17:17:57 -0400
Changed tests to use DBICTest->init_schema() instead of DBICTest::init_schema()

18 years agoChanged tests to use DBICTest->init_schema() instead of DBICTest::init_schema()
Justin Guenther [Thu, 25 May 2006 21:17:57 +0000]
Changed tests to use DBICTest->init_schema() instead of DBICTest::init_schema()

18 years agoSquashed an extraneous warning in 82cascade_copy.t and fixed up 26dumper.t
Justin Guenther [Thu, 25 May 2006 21:12:00 +0000]
Squashed an extraneous warning in 82cascade_copy.t and fixed up 26dumper.t

18 years agoMerge 'DBIx-Class-current' into 'find_compat'
Daniel Westermann-Clark [Thu, 25 May 2006 19:19:39 +0000]
Merge 'DBIx-Class-current' into 'find_compat'

r9296@fortuna (orig r1806):  bluefeet | 2006-05-25 12:16:28 -0400
Added TODO about changes to the rows attribute.
r9298@fortuna (orig r1808):  bluefeet | 2006-05-25 12:53:55 -0400
 r1808@moss (orig r1807):  jguenther | 2006-05-25 09:53:12 -0700
 Changed txn_do docs/Cookbook example to use closures, and made their content more consistent

r9300@fortuna (orig r1810):  bluefeet | 2006-05-25 13:04:25 -0400
 r1655@moss (orig r1654):  bluefeet | 2006-05-17 20:58:32 -0700
 Removed BasicRels and reorganized where the various init/setup code resides.

r9302@fortuna (orig r1812):  matthewt | 2006-05-25 14:19:21 -0400
piss off
r9303@fortuna (orig r1813):  bluefeet | 2006-05-25 14:24:20 -0400
 r1656@moss (orig r1655):  bluefeet | 2006-05-17 22:15:24 -0700
 Delete basicrels tests. Modify run tests to use new syntax.  Remove helperrels test wrappers.

r9305@fortuna (orig r1815):  bluefeet | 2006-05-25 14:34:59 -0400
Delete t/run/ and t/helperrels/ so that the reorganize_tests branch can merge in easly.
r9306@fortuna (orig r1816):  bluefeet | 2006-05-25 14:35:46 -0400
 r1657@moss (orig r1656):  bluefeet | 2006-05-17 22:28:10 -0700
 Move helperrels/26sqlt.t, and all t/run/*.tl scripts, to t/*.t

r9307@fortuna (orig r1817):  bluefeet | 2006-05-25 14:36:02 -0400
 r1658@moss (orig r1657):  bluefeet | 2006-05-17 23:44:53 -0700
 Fixes to tests so that they pass.

r9308@fortuna (orig r1818):  bluefeet | 2006-05-25 14:36:18 -0400

r9309@fortuna (orig r1819):  bluefeet | 2006-05-25 14:36:23 -0400
 r1795@moss (orig r1794):  bluefeet | 2006-05-24 12:50:31 -0700
 Move relationships out of Relationships.pm and in to the respective classes.  Removed references to PK::Auto.

r9310@fortuna (orig r1820):  bluefeet | 2006-05-25 14:36:42 -0400
 r1796@moss (orig r1795):  bluefeet | 2006-05-24 12:52:08 -0700
 Move population code from Schema to DBICTest.

r9311@fortuna (orig r1821):  bluefeet | 2006-05-25 14:36:50 -0400

r9312@fortuna (orig r1822):  bluefeet | 2006-05-25 14:36:55 -0400
 r1799@moss (orig r1798):  bluefeet | 2006-05-24 14:53:03 -0700
 Incorporate changes in -current.

r9313@fortuna (orig r1823):  bluefeet | 2006-05-25 14:37:10 -0400

r9314@fortuna (orig r1824):  bluefeet | 2006-05-25 14:37:16 -0400

r9315@fortuna (orig r1825):  bluefeet | 2006-05-25 14:37:23 -0400

r9318@fortuna (orig r1828):  bluefeet | 2006-05-25 14:39:07 -0400
 r1828@moss (orig r1827):  bluefeet | 2006-05-25 11:38:50 -0700
 Remove basicrels, helperrels, and run on t/.

18 years agoMerge 'reorganize_tests' into 'DBIx-Class-current'
Aran Deltac [Thu, 25 May 2006 16:38:50 +0000]
Merge 'reorganize_tests' into 'DBIx-Class-current'

r1828@moss (orig r1827):  bluefeet | 2006-05-25 11:38:50 -0700
Remove basicrels, helperrels, and run on t/.

18 years agoMerge 'DBIx-Class-current' into 'reorganize_tests'
Aran Deltac [Thu, 25 May 2006 16:34:59 +0000]
Merge 'DBIx-Class-current' into 'reorganize_tests'

18 years agoMerge 'reorganize_tests' into 'DBIx-Class-current'
Aran Deltac [Thu, 25 May 2006 18:37:23 +0000]
Merge 'reorganize_tests' into 'DBIx-Class-current'