Merge 'DBIx-Class-current' into 'reorganize_tests'
authorAran Deltac <bluefeet@cpan.org>
Wed, 24 May 2006 20:08:27 +0000 (20:08 +0000)
committerAran Deltac <bluefeet@cpan.org>
Wed, 24 May 2006 20:08:27 +0000 (20:08 +0000)
commit9a8d7f89fc4d1ac6e51781c42cce2b9432ed62c8
treec605a1c635cc0ecb9fe7685fd58dc023d39a3b6d
parent17e7d7f08a370188a661355e54a0673b816dc376
parentb53bd778dd30f64d53591f085b01d00ea0bcbd8d
Merge 'DBIx-Class-current' into 'reorganize_tests'

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.