Justin Guenther [Sat, 17 Jun 2006 05:53:41 +0000]
fixed new many_to_many accessors and added tests and docs
Matt S Trout [Sat, 17 Jun 2006 02:17:58 +0000]
Merge 'DBIx-Class-current' into 'many_to_many'
r9175@cain (orig r1889): matthewt | 2006-05-30 19:30:52 +0000
fixed debugfh
r9176@cain (orig r1890): gphat | 2006-05-30 21:05:56 +0000
Fix column_info stomping, test coming...
r9177@cain (orig r1891): matthewt | 2006-05-30 21:09:25 +0000
nuke uuid test (uuid not in core no more, lenore)
r9198@cain (orig r1892): gphat | 2006-05-30 23:53:55 +0000
Test for earlier column_info overwriting (r1890)
r9199@cain (orig r1893): nigel | 2006-05-31 12:13:21 +0000
Initial work on getting POD coverage testing working
r9200@cain (orig r1894): nigel | 2006-05-31 21:58:16 +0000
POD::Coverage additions
r9203@cain (orig r1897): phaylon | 2006-06-01 15:16:18 +0000
Test if value is blessed before ->isa
r9226@cain (orig r1899): tomk | 2006-06-02 19:14:43 +0000
Moved Validation.pm from DBIC-current into DBIx-Class-Validate
r9889@cain (orig r1918): captainL | 2006-06-05 17:58:38 +0000
resultset bugfix changes
r9893@cain (orig r1922): blblack | 2006-06-06 00:14:28 +0000
0.06999_01 Changes fixup (forgotten entry for connect_info stuff)
r9897@cain (orig r1926): blblack | 2006-06-06 12:30:40 +0000
POD clarification and content bugfixing + a few code formatting fixes
r9898@cain (orig r1927): blblack | 2006-06-06 12:31:03 +0000
new specific test for connect_info coderefs
r9899@cain (orig r1928): bluefeet | 2006-06-06 14:21:03 +0000
Slight wording change to new_related() POD.
r9900@cain (orig r1929): captainL | 2006-06-06 15:03:46 +0000
fixed search with joins from related resultset
r9901@cain (orig r1930): dwc | 2006-06-06 15:46:11 +0000
Revert change to test for deprecated find usage and swallow warnings
r9905@cain (orig r1934): jguenther | 2006-06-06 22:02:34 +0000
Updated docs to reflect the addition of PK::Auto to load_components
r9906@cain (orig r1935): jguenther | 2006-06-06 22:29:14 +0000
Fixed 'DBIx/Class/DB.pm did not return a true value' error
r9907@cain (orig r1936): jguenther | 2006-06-06 22:48:05 +0000
Added code & tests for warning about incorrect component order in load_components. e.g., load_components(qw/Core UTF8Columns/)
r9908@cain (orig r1937): jguenther | 2006-06-06 23:06:59 +0000
added last patch to Changes
r9910@cain (orig r1939): captainL | 2006-06-06 23:50:48 +0000
r759@grumpyjack (orig r1932): captainL | 2006-06-06 21:48:37 +0100
tightened up deep search_related
r9911@cain (orig r1940): captainL | 2006-06-06 23:53:40 +0000
r764@grumpyjack (orig r1938): captainL | 2006-06-07 00:49:10 +0100
branch cleanage
r9913@cain (orig r1942): gphat | 2006-06-07 21:01:47 +0000
Fix typo in warning
r9916@cain (orig r1945): captainL | 2006-06-07 23:39:10 +0000
r767@grumpyjack (orig r1941): captainL | 2006-06-07 17:30:49 +0100
prefetch bugfix work-in-progress
r9917@cain (orig r1946): captainL | 2006-06-07 23:39:19 +0000
r769@grumpyjack (orig r1943): captainL | 2006-06-08 00:31:44 +0100
obscure prefetch problem fixed
r9918@cain (orig r1947): captainL | 2006-06-07 23:39:32 +0000
r9919@cain (orig r1948): blblack | 2006-06-08 03:28:24 +0000
bugfix for join-types in nested joins using the from attribute (+ test)
r9920@cain (orig r1949): captainL | 2006-06-08 09:29:43 +0000
stopped test relying on order of unordered search
r9925@cain (orig r1954): jguenther | 2006-06-08 22:47:58 +0000
Added `use' statement for DBD::Pg
r9926@cain (orig r1955): blblack | 2006-06-09 18:19:33 +0000
only rebless S::DBI if it is still S::DBI and not a subclass
r9927@cain (orig r1956): blblack | 2006-06-09 19:45:28 +0000
NoBindVars + Sybase + MSSQL stuff
r9928@cain (orig r1957): jguenther | 2006-06-09 21:04:50 +0000
added code and tests for Componentized::ensure_class_found and load_optional_class
r9929@cain (orig r1958): jguenther | 2006-06-09 21:38:58 +0000
Updated version and Changes for 0.06999_02
r9930@cain (orig r1959): ningu | 2006-06-09 22:36:40 +0000
fix for prefetch bug in _merge_attr
r9931@cain (orig r1960): ningu | 2006-06-09 22:37:33 +0000
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
r9932@cain (orig r1961): jguenther | 2006-06-09 22:45:54 +0000
formatting fixes for ResultSet.pm
r9933@cain (orig r1962): matthewt | 2006-06-09 23:07:17 +0000
timestamp. yes I missed it for the dist.
r9934@cain (orig r1963): matthewt | 2006-06-10 00:55:46 +0000
feh
r10031@cain (orig r1964): blblack | 2006-06-11 21:25:59 +0000
bugfix: must set connect_info properly before setting any ->sql_maker things
r10033@cain (orig r1966): blblack | 2006-06-12 13:41:58 +0000
author list correction/update
r10034@cain (orig r1967): nigel | 2006-06-12 14:02:49 +0000
Re-enabled POD::Coverage tests as they are now running cleanly
r10035@cain (orig r1968): jguenther | 2006-06-12 16:05:07 +0000
fixed wrong debugging hook call query_begin() to query_start() in Storage::DBI
r10036@cain (orig r1969): jguenther | 2006-06-12 16:11:21 +0000
Fixed incorrect ordering of POD sections
r10037@cain (orig r1970): castaway | 2006-06-14 21:23:29 +0000
Fix documentation of search_related
r10043@cain (orig r1971): blblack | 2006-06-16 20:45:16 +0000
further changes to the Sybase / MSSQL storage stuff
r10044@cain (orig r1972): matthewt | 2006-06-16 21:54:53 +0000
fuckheaded failure to check defined before regexing
r10045@cain (orig r1973): matthewt | 2006-06-16 23:02:57 +0000
probably added date support
Matt S Trout [Fri, 16 Jun 2006 23:02:57 +0000]
probably added date support
Matt S Trout [Fri, 16 Jun 2006 21:54:53 +0000]
fuckheaded failure to check defined before regexing
Brandon L. Black [Fri, 16 Jun 2006 20:45:16 +0000]
further changes to the Sybase / MSSQL storage stuff
Jess Robinson [Wed, 14 Jun 2006 21:23:29 +0000]
Fix documentation of search_related
Justin Guenther [Mon, 12 Jun 2006 16:11:21 +0000]
Fixed incorrect ordering of POD sections
Justin Guenther [Mon, 12 Jun 2006 16:05:07 +0000]
fixed wrong debugging hook call query_begin() to query_start() in Storage::DBI
Nigel Metheringham [Mon, 12 Jun 2006 14:02:49 +0000]
Re-enabled POD::Coverage tests as they are now running cleanly
Brandon L. Black [Mon, 12 Jun 2006 13:41:58 +0000]
author list correction/update
Brandon L. Black [Sun, 11 Jun 2006 21:25:59 +0000]
bugfix: must set connect_info properly before setting any ->sql_maker things
Matt S Trout [Sat, 10 Jun 2006 00:55:46 +0000]
feh
Matt S Trout [Fri, 9 Jun 2006 23:07:17 +0000]
timestamp. yes I missed it for the dist.
Justin Guenther [Fri, 9 Jun 2006 22:45:54 +0000]
formatting fixes for ResultSet.pm
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
David Kamholz [Fri, 9 Jun 2006 22:36:40 +0000]
fix for prefetch bug in _merge_attr
Justin Guenther [Fri, 9 Jun 2006 21:38:58 +0000]
Updated version and Changes for 0.06999_02
Justin Guenther [Fri, 9 Jun 2006 21:04:50 +0000]
added code and tests for Componentized::ensure_class_found and load_optional_class
Brandon L. Black [Fri, 9 Jun 2006 19:45:28 +0000]
NoBindVars + Sybase + MSSQL stuff
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
Justin Guenther [Thu, 8 Jun 2006 22:47:58 +0000]
Added `use' statement for DBD::Pg
Jess Robinson [Thu, 8 Jun 2006 12:55:46 +0000]
Fix insert overloading example
Luke Saunders [Thu, 8 Jun 2006 09:29:43 +0000]
stopped test relying on order of unordered search
Brandon L. Black [Thu, 8 Jun 2006 03:28:24 +0000]
bugfix for join-types in nested joins using the from attribute (+ test)
Luke Saunders [Wed, 7 Jun 2006 23:39:32 +0000]
Merge 're_refactor_bugfix' into 'DBIx-Class-current'
Luke Saunders [Wed, 7 Jun 2006 23:31:44 +0000]
obscure prefetch problem fixed
Cory G Watson [Wed, 7 Jun 2006 21:01:47 +0000]
Fix typo in warning
Luke Saunders [Wed, 7 Jun 2006 16:30:49 +0000]
prefetch bugfix work-in-progress
Luke Saunders [Wed, 7 Jun 2006 05:49:10 +0000]
Merge 're_refactor_bugfix' into 'DBIx-Class-current'
Luke Saunders [Tue, 6 Jun 2006 23:49:10 +0000]
branch cleanage
Justin Guenther [Tue, 6 Jun 2006 23:06:59 +0000]
added last patch to Changes
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/)
Justin Guenther [Tue, 6 Jun 2006 22:29:14 +0000]
Fixed 'DBIx/Class/DB.pm did not return a true value' error
Justin Guenther [Tue, 6 Jun 2006 22:02:34 +0000]
Updated docs to reflect the addition of PK::Auto to load_components
Luke Saunders [Tue, 6 Jun 2006 20:48:37 +0000]
tightened up deep search_related
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
Daniel Westermann-Clark [Tue, 6 Jun 2006 15:46:11 +0000]
Revert change to test for deprecated find usage and swallow warnings
Luke Saunders [Tue, 6 Jun 2006 15:03:46 +0000]
fixed search with joins from related resultset
Aran Deltac [Tue, 6 Jun 2006 14:21:03 +0000]
Slight wording change to new_related() POD.
Brandon L. Black [Tue, 6 Jun 2006 12:31:03 +0000]
new specific test for connect_info coderefs
Brandon L. Black [Tue, 6 Jun 2006 12:30:40 +0000]
POD clarification and content bugfixing + a few code formatting fixes
Brandon L. Black [Tue, 6 Jun 2006 00:14:28 +0000]
0.06999_01 Changes fixup (forgotten entry for connect_info stuff)
Justin Guenther [Mon, 5 Jun 2006 20:04:10 +0000]
Added preliminary tests for new helpers
Luke Saunders [Mon, 5 Jun 2006 17:58:38 +0000]
Merge 're_refactor_bugfix' into 'DBIx-Class-current'
resultset bugfix changes
Luke Saunders [Mon, 5 Jun 2006 09:55:00 +0000]
fixed some formatting issues
Luke Saunders [Mon, 5 Jun 2006 09:45:38 +0000]
fixed find on related resultset bug
Jess Robinson [Sat, 3 Jun 2006 11:18:55 +0000]
Added "The DBIX::Class way" by Adam Jacob
Luke Saunders [Fri, 2 Jun 2006 20:07:43 +0000]
fixed a bug with search on related resultset
Luke Saunders [Fri, 2 Jun 2006 19:29:48 +0000]
added failing test case
Jesse Sheidlower [Fri, 2 Jun 2006 19:28:09 +0000]
fixed trivial perldoc error
Thomas Kratz [Fri, 2 Jun 2006 19:14:43 +0000]
Moved Validation.pm from DBIC-current into DBIx-Class-Validate
Robert Sedlacek [Thu, 1 Jun 2006 15:16:18 +0000]
Test if value is blessed before ->isa
Nigel Metheringham [Wed, 31 May 2006 21:58:16 +0000]
POD::Coverage additions
Nigel Metheringham [Wed, 31 May 2006 12:13:21 +0000]
Initial work on getting POD coverage testing working
Cory G Watson [Tue, 30 May 2006 23:53:55 +0000]
Test for earlier column_info overwriting (r1890)
Matt S Trout [Tue, 30 May 2006 21:09:25 +0000]
nuke uuid test (uuid not in core no more, lenore)
Cory G Watson [Tue, 30 May 2006 21:05:56 +0000]
Fix column_info stomping, test coming...
Matt S Trout [Tue, 30 May 2006 19:30:52 +0000]
fixed debugfh
Aran Deltac [Mon, 29 May 2006 07:23:49 +0000]
Merge 'DBIx-Class-current' into 'many_to_many'
r1716@moss (orig r1715): matthewt | 2006-05-19 17:34:58 -0700
r8698@cain (orig r1666): tomk | 2006-05-18 15:56:54 +0000
Moved UUIDColumns.pm over from main DBIx::Class dist
r8699@cain (orig r1667): tomk | 2006-05-18 15:59:52 +0000
Moved UUIDMaker.pm over from main DBIx::Class dist
r8707@cain (orig r1675): tomk | 2006-05-18 16:49:41 +0000
Undoing changes commited in revisions 1664-1671... Sorry for the fuck up
r8718@cain (orig r1681): jguenther | 2006-05-18 18:32:06 +0000
added bind information to exception thrown from DBIx::Class::Storage::DBI::_execute()
r8731@cain (orig r1684): jguenther | 2006-05-18 21:55:45 +0000
removed another couple extraneous $self->dbh calls
r8732@cain (orig r1685): jguenther | 2006-05-18 22:11:20 +0000
fixed small error in the SYNOPSIS of ResultSetManager.pm
r8733@cain (orig r1686): jguenther | 2006-05-18 22:34:31 +0000
fixed an out-of-date limitation for has_many prefetch mentioned in Cookbook.pm
r8741@cain (orig r1694): castaway | 2006-05-19 12:42:20 +0000
Update VERSION
r8742@cain (orig r1695): castaway | 2006-05-19 13:03:20 +0000
Oops, fix bookmark thingy here too
r8743@cain (orig r1696): castaway | 2006-05-19 13:12:22 +0000
.. And correct the number of tests
r1719@moss (orig r1718): matthewt | 2006-05-19 17:53:52 -0700
r1656@cain (orig r1519): matthewt | 2006-04-26 03:19:25 +0000
Added InflateColumn::DateTime component
r1720@moss (orig r1719): matthewt | 2006-05-19 17:54:25 -0700
r8669@cain (orig r1643): matthewt | 2006-05-17 00:22:06 +0000
Missing stuff for DateTime branch
r1721@moss (orig r1720): matthewt | 2006-05-19 17:54:29 -0700
r1722@moss (orig r1721): matthewt | 2006-05-19 17:54:33 -0700
r1723@moss (orig r1722): matthewt | 2006-05-19 17:54:37 -0700
r8762@cain (orig r1713): matthewt | 2006-05-20 00:33:14 +0000
added datetime parser types for the dbs I can find them for
r1724@moss (orig r1723): matthewt | 2006-05-19 17:54:41 -0700
r8763@cain (orig r1714): matthewt | 2006-05-20 00:34:39 +0000
added datetime parser for MSSQL (ta LTJake)
r1725@moss (orig r1724): matthewt | 2006-05-19 17:54:44 -0700
r1726@moss (orig r1725): matthewt | 2006-05-19 18:14:38 -0700
futz changes, fix populate. I'm a retard.
r1731@moss (orig r1730): claco | 2006-05-20 13:40:55 -0700
Added delete_related tests to verify it only deletes related records
r1763@moss (orig r1762): matthewt | 2006-05-23 10:42:15 -0700
Sodding three-value for conditions
r1764@moss (orig r1763): semifor | 2006-05-23 11:17:16 -0700
Just the column name, please.
r1768@moss (orig r1767): matthewt | 2006-05-23 14:25:28 -0700
r5824@cain (orig r1577): captainL | 2006-05-08 15:30:56 +0000
first version of refactored resultset
r1769@moss (orig r1768): matthewt | 2006-05-23 14:25:36 -0700
r5825@cain (orig r1578): captainL | 2006-05-08 16:05:40 +0000
better comments. resolution not done every time.
r1770@moss (orig r1769): matthewt | 2006-05-23 14:25:39 -0700
r5839@cain (orig r1592): captainL | 2006-05-09 15:53:19 +0000
failing test case and more resultset refactorage
r1771@moss (orig r1770): matthewt | 2006-05-23 14:27:23 -0700
r5885@cain (orig r1610): captainL | 2006-05-11 10:44:44 +0000
can now handle prefetch on resultset with join of same name
r1772@moss (orig r1771): matthewt | 2006-05-23 14:27:26 -0700
r5887@cain (orig r1612): captainL | 2006-05-11 12:21:49 +0000
merged recent -current changes into this branch
r1773@moss (orig r1772): matthewt | 2006-05-23 14:27:47 -0700
r5905@cain (orig r1618): captainL | 2006-05-12 11:38:30 +0000
proper deep merging on join attrs
r1774@moss (orig r1773): matthewt | 2006-05-23 14:27:49 -0700
r8824@cain (orig r1745): captainL | 2006-05-22 13:12:18 +0000
join merging working properly. some torture tests
r1775@moss (orig r1774): matthewt | 2006-05-23 14:27:53 -0700
r8827@cain (orig r1748): captainL | 2006-05-22 15:06:16 +0000
more torture test, cleaned up
r1776@moss (orig r1775): matthewt | 2006-05-23 14:27:56 -0700
r8828@cain (orig r1749): captainL | 2006-05-22 15:23:44 +0000
arg. bugfix
r1777@moss (orig r1776): matthewt | 2006-05-23 14:27:59 -0700
r1778@moss (orig r1777): matthewt | 2006-05-23 14:28:04 -0700
r8844@cain (orig r1765): matthewt | 2006-05-23 21:23:01 +0000
works. win.
r1779@moss (orig r1778): matthewt | 2006-05-23 14:28:08 -0700
r8845@cain (orig r1766): matthewt | 2006-05-23 21:23:49 +0000
fixed screwed merge of Storage::DBI (my fault :)
r1781@moss (orig r1780): gphat | 2006-05-23 14:48:56 -0700
Add support for +select and +as attributes to ResultSet
r1792@moss (orig r1791): captainL | 2006-05-24 07:06:35 -0700
added changes from resultset-new-refactor
r1793@moss (orig r1792): captainL | 2006-05-24 07:09:13 -0700
moved my name to correct place in list
r1797@moss (orig r1796): bluefeet | 2006-05-24 13:08:16 -0700
r1762@moss (orig r1761): ash | 2006-05-23 08:36:07 -0700
Added docs for quote_char, name_sep and offset RS attrib.
r1801@moss (orig r1800): matthewt | 2006-05-24 16:30:34 -0700
marked DBIx::Class::DB as deprecated and due to be removed by 1.0
r1807@moss (orig r1806): bluefeet | 2006-05-25 09:16:28 -0700
Added TODO about changes to the rows attribute.
r1809@moss (orig r1808): bluefeet | 2006-05-25 09:53:55 -0700
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
r1811@moss (orig r1810): bluefeet | 2006-05-25 10:04:25 -0700
r1655@moss (orig r1654): bluefeet | 2006-05-17 20:58:32 -0700
Removed BasicRels and reorganized where the various init/setup code resides.
r1813@moss (orig r1812): matthewt | 2006-05-25 11:19:21 -0700
piss off
r1814@moss (orig r1813): bluefeet | 2006-05-25 11:24:20 -0700
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.
r1816@moss (orig r1815): bluefeet | 2006-05-25 11:34:59 -0700
Delete t/run/ and t/helperrels/ so that the reorganize_tests branch can merge in easly.
r1817@moss (orig r1816): bluefeet | 2006-05-25 11:35:46 -0700
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
r1818@moss (orig r1817): bluefeet | 2006-05-25 11:36:02 -0700
r1658@moss (orig r1657): bluefeet | 2006-05-17 23:44:53 -0700
Fixes to tests so that they pass.
r1819@moss (orig r1818): bluefeet | 2006-05-25 11:36:18 -0700
r1820@moss (orig r1819): bluefeet | 2006-05-25 11:36:23 -0700
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.
r1821@moss (orig r1820): bluefeet | 2006-05-25 11:36:42 -0700
r1796@moss (orig r1795): bluefeet | 2006-05-24 12:52:08 -0700
Move population code from Schema to DBICTest.
r1822@moss (orig r1821): bluefeet | 2006-05-25 11:36:50 -0700
r1823@moss (orig r1822): bluefeet | 2006-05-25 11:36:55 -0700
r1799@moss (orig r1798): bluefeet | 2006-05-24 14:53:03 -0700
Incorporate changes in -current.
r1824@moss (orig r1823): bluefeet | 2006-05-25 11:37:10 -0700
r1825@moss (orig r1824): bluefeet | 2006-05-25 11:37:16 -0700
r1826@moss (orig r1825): bluefeet | 2006-05-25 11:37:23 -0700
r1829@moss (orig r1828): bluefeet | 2006-05-25 11:39:07 -0700
r1828@moss (orig r1827): bluefeet | 2006-05-25 11:38:50 -0700
Remove basicrels, helperrels, and run on t/.
r1832@moss (orig r1831): jguenther | 2006-05-25 14:12:00 -0700
Squashed an extraneous warning in 82cascade_copy.t and fixed up 26dumper.t
r1833@moss (orig r1832): jguenther | 2006-05-25 14:17:57 -0700
Changed tests to use DBICTest->init_schema() instead of DBICTest::init_schema()
r1837@moss (orig r1836): jguenther | 2006-05-25 16:27:00 -0700
squashed a couple unnecessary warnings in the CDBI-compat tests
r1846@moss (orig r1845): matthewt | 2006-05-26 07:36:38 -0700
hopefully fixup pg tests (thanks to zby, all bugs mine)
r1848@moss (orig r1847): jguenther | 2006-05-26 11:59:01 -0700
Add a warning for DBD::Pg < 1.49
r1872@moss (orig r1856): dwc | 2006-05-27 18:30:16 -0700
Add automatic naming of unique constraints
r1873@moss (orig r1857): dwc | 2006-05-27 18:31:20 -0700
Fix POD for name_unique_constraint
r1874@moss (orig r1858): dwc | 2006-05-27 18:32:24 -0700
Remove tabs from recent Changes
r1876@moss (orig r1860): dwc | 2006-05-28 10:09:20 -0700
r9272@fortuna (orig r1790): dwc | 2006-05-24 01:57:22 -0400
First pass: take what the user provides if we can't determine a unique query
r1877@moss (orig r1861): dwc | 2006-05-28 10:09:28 -0700
r1878@moss (orig r1862): dwc | 2006-05-28 10:09:35 -0700
r1879@moss (orig r1863): dwc | 2006-05-28 10:09:41 -0700
r1880@moss (orig r1864): dwc | 2006-05-28 10:09:49 -0700
r1881@moss (orig r1865): dwc | 2006-05-28 10:09:55 -0700
r9326@fortuna (orig r1835): dwc | 2006-05-25 19:03:12 -0400
Add a test for a search on a partial key, followed by a find
r1882@moss (orig r1866): dwc | 2006-05-28 10:10:02 -0700
r9328@fortuna (orig r1837): dwc | 2006-05-25 20:05:07 -0400
Revert to old find and update_or_create algorithms for now
r1883@moss (orig r1867): dwc | 2006-05-28 10:10:10 -0700
r9329@fortuna (orig r1838): dwc | 2006-05-25 20:16:45 -0400
Hack for now, constraint in find if a key is specified
r1884@moss (orig r1868): dwc | 2006-05-28 10:10:17 -0700
r9330@fortuna (orig r1839): dwc | 2006-05-26 00:09:26 -0400
Restore stricter find, but with compat warnings. find_related and friends cause extraneous warnngs; not sure how to deal with this yet.
r1885@moss (orig r1869): dwc | 2006-05-28 10:10:23 -0700
r9331@fortuna (orig r1840): dwc | 2006-05-26 00:14:48 -0400
Use stricter find in update_or_create again
r1886@moss (orig r1870): dwc | 2006-05-28 10:10:29 -0700
r9332@fortuna (orig r1841): dwc | 2006-05-26 00:35:59 -0400
Minor update to find_or_create docs re: how it searches
r1887@moss (orig r1871): dwc | 2006-05-28 10:10:35 -0700
r1888@moss (orig r1872): dwc | 2006-05-28 10:10:42 -0700
r9334@fortuna (orig r1843): dwc | 2006-05-26 00:56:36 -0400
Refactor query building and verification so the warnings come from find
r1889@moss (orig r1873): dwc | 2006-05-28 10:10:48 -0700
r9339@fortuna (orig r1844): dwc | 2006-05-26 10:35:01 -0400
Update naming for consistency with CDBICompat _build_query method
r1890@moss (orig r1874): dwc | 2006-05-28 10:10:54 -0700
r1891@moss (orig r1875): dwc | 2006-05-28 10:11:01 -0700
r1892@moss (orig r1876): dwc | 2006-05-28 10:11:07 -0700
r9351@fortuna (orig r1851): dwc | 2006-05-27 18:06:35 -0400
Relax _unique_queries for *_related
r1893@moss (orig r1877): dwc | 2006-05-28 10:11:18 -0700
r9352@fortuna (orig r1852): dwc | 2006-05-27 19:33:15 -0400
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.
r1894@moss (orig r1878): dwc | 2006-05-28 10:11:24 -0700
r9353@fortuna (orig r1853): dwc | 2006-05-27 19:39:20 -0400
Fix for extraneous warning in 65multipk
r1895@moss (orig r1879): dwc | 2006-05-28 10:11:30 -0700
r9354@fortuna (orig r1854): dwc | 2006-05-27 20:00:08 -0400
Minor cleanup
r1896@moss (orig r1880): dwc | 2006-05-28 10:11:36 -0700
r9355@fortuna (orig r1855): dwc | 2006-05-27 20:06:02 -0400
Another minor cleanup
r1898@moss (orig r1882): dwc | 2006-05-28 10:39:55 -0700
Changes for 0.06999_01 release
r1899@moss (orig r1883): bluefeet | 2006-05-28 11:11:16 -0700
Added test reorganization under 0.06999_01 in Changes file.
r1900@moss (orig r1884): bluefeet | 2006-05-28 12:24:11 -0700
Added Ordered as an additional change in 0.06999_01. Added myself (bluefeet) as a contributor in Class.pm.
r1901@moss (orig r1885): bluefeet | 2006-05-28 12:26:44 -0700
Renamed AutoInflate::DateTime to InfalteColumn::DateTime in Changes.
r1902@moss (orig r1886): bluefeet | 2006-05-28 22:49:45 -0700
POD for InflateColumn::DateTime.
Aran Deltac [Mon, 29 May 2006 05:49:45 +0000]
POD for InflateColumn::DateTime.
Aran Deltac [Sun, 28 May 2006 19:26:44 +0000]
Renamed AutoInflate::DateTime to InfalteColumn::DateTime in Changes.
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.
Aran Deltac [Sun, 28 May 2006 18:11:16 +0000]
Added test reorganization under 0.06999_01 in Changes file.
Daniel Westermann-Clark [Sun, 28 May 2006 17:39:55 +0000]
Changes for 0.06999_01 release
Daniel Westermann-Clark [Sun, 28 May 2006 01:06:02 +0000]
Merge 'find_compat' into 'DBIx-Class-current'
Daniel Westermann-Clark [Sun, 28 May 2006 01:32:24 +0000]
Remove tabs from recent Changes
Daniel Westermann-Clark [Sun, 28 May 2006 01:31:20 +0000]
Fix POD for name_unique_constraint
Daniel Westermann-Clark [Sun, 28 May 2006 01:30:16 +0000]
Add automatic naming of unique constraints
Daniel Westermann-Clark [Sun, 28 May 2006 00:06:02 +0000]
Another minor cleanup
Daniel Westermann-Clark [Sun, 28 May 2006 00:00:08 +0000]
Minor cleanup
Daniel Westermann-Clark [Sat, 27 May 2006 23:39:20 +0000]
Fix for extraneous warning in 65multipk
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.
Daniel Westermann-Clark [Sat, 27 May 2006 22:06:35 +0000]
Relax _unique_queries for *_related
Justin Guenther [Fri, 26 May 2006 19:59:01 +0000]
Merge 'DBIx-Class-current' into 'find_compat'
Justin Guenther [Fri, 26 May 2006 18:59:01 +0000]
Add a warning for DBD::Pg < 1.49
Matt S Trout [Fri, 26 May 2006 14:36:38 +0000]
hopefully fixup pg tests (thanks to zby, all bugs mine)
Daniel Westermann-Clark [Fri, 26 May 2006 14:35:01 +0000]
Update naming for consistency with CDBICompat _build_query method
Daniel Westermann-Clark [Fri, 26 May 2006 04:56:36 +0000]
Refactor query building and verification so the warnings come from find
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
Daniel Westermann-Clark [Fri, 26 May 2006 04:35:59 +0000]
Minor update to find_or_create docs re: how it searches
Daniel Westermann-Clark [Fri, 26 May 2006 04:14:48 +0000]
Use stricter find in update_or_create again
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.
Daniel Westermann-Clark [Fri, 26 May 2006 00:16:45 +0000]
Hack for now, constraint in find if a key is specified
Daniel Westermann-Clark [Fri, 26 May 2006 00:05:07 +0000]
Revert to old find and update_or_create algorithms for now
Justin Guenther [Thu, 25 May 2006 23:27:00 +0000]
squashed a couple unnecessary warnings in the CDBI-compat tests
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
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()
Justin Guenther [Thu, 25 May 2006 21:17:57 +0000]
Changed tests to use DBICTest->init_schema() instead of DBICTest::init_schema()
Justin Guenther [Thu, 25 May 2006 21:12:00 +0000]
Squashed an extraneous warning in 82cascade_copy.t and fixed up 26dumper.t
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/.
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/.
Aran Deltac [Thu, 25 May 2006 16:34:59 +0000]
Merge 'DBIx-Class-current' into 'reorganize_tests'
Aran Deltac [Thu, 25 May 2006 18:37:23 +0000]
Merge 'reorganize_tests' into 'DBIx-Class-current'
Aran Deltac [Thu, 25 May 2006 18:34:59 +0000]
Delete t/run/ and t/helperrels/ so that the reorganize_tests branch can merge in easly.
Matt S Trout [Thu, 25 May 2006 16:19:21 +0000]
Merge 'DBIx-Class-current' into 'reorganize_tests'
r1813@moss (orig r1812): matthewt | 2006-05-25 11:19:21 -0700
piss off
Aran Deltac [Thu, 18 May 2006 03:15:24 +0000]
Merge 'reorganize_tests' into 'DBIx-Class-current'
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.
Matt S Trout [Thu, 25 May 2006 18:19:21 +0000]
piss off
Aran Deltac [Thu, 25 May 2006 17:13:31 +0000]
Merge 'DBIx-Class-current' into 'reorganize_tests'
Aran Deltac [Thu, 18 May 2006 01:58:32 +0000]
Merge 'reorganize_tests' into 'DBIx-Class-current'
r1655@moss (orig r1654): bluefeet | 2006-05-17 20:58:32 -0700
Removed BasicRels and reorganized where the various init/setup code resides.
Justin Guenther [Thu, 25 May 2006 14:53:12 +0000]
Merge 'trunk' into 'DBIx-Class-current'
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