Merge 'DBIx-Class-current' into 'bulk_create'
authorJess Robinson <castaway@desert-island.me.uk>
Sat, 20 Jan 2007 22:31:19 +0000 (22:31 +0000)
committerJess Robinson <castaway@desert-island.me.uk>
Sat, 20 Jan 2007 22:31:19 +0000 (22:31 +0000)
commit4494d3c6fa2e336fe58aa77450db1576989b56ff
tree38b08ad64224521c5243ef07712b6e2cdab55a71
parent33dd4e80ac09246931234f0aa1dd9a7c8a46e86c
parent9b0d64fc7d7f6e84e31b6a99e57d3c6db8641764
Merge 'DBIx-Class-current' into 'bulk_create'

r3022@lilith (orig r3020):  matthewt | 2007-01-17 01:24:13 +0000
 r33849@cain (orig r2908):  jnapiorkowski | 2006-11-18 00:48:30 +0000

r3023@lilith (orig r3021):  matthewt | 2007-01-17 01:25:24 +0000
 r33995@cain (orig r2910):  jnapiorkowski | 2006-11-20 05:01:56 +0000
 changed storage->insert|update|delete to accept the source object directly and to get the attributes for the columns in storage::DBI and not elsewhere.  Cleaned up the tests.  Still getting attribute info from the table schemas

r3024@lilith (orig r3022):  matthewt | 2007-01-17 01:25:37 +0000
 r34195@cain (orig r2954):  jnapiorkowski | 2006-12-01 04:35:26 +0000
 moved bind attributes to DBI.pm/DBI/Pg.pm

r3025@lilith (orig r3023):  matthewt | 2007-01-17 01:25:42 +0000
 r35326@cain (orig r2968):  jnapiorkowski | 2006-12-13 01:04:55 +0000
 updated bulk insert to handle bind_param_array, created some basic tests

r3026@lilith (orig r3024):  matthewt | 2007-01-17 01:25:47 +0000

r3027@lilith (orig r3025):  matthewt | 2007-01-17 01:26:29 +0000
 r35669@cain (orig r2989):  matthewt | 2006-12-30 20:18:22 +0000
 fixup external bind params

r3028@lilith (orig r3026):  matthewt | 2007-01-17 01:26:43 +0000
 r35821@cain (orig r3012):  jnapiorkowski | 2007-01-10 21:08:36 +0000
 Merge from current and fixed issue when a column has multiple bind values.

r3029@lilith (orig r3027):  matthewt | 2007-01-17 01:26:47 +0000
 r35822@cain (orig r3013):  jnapiorkowski | 2007-01-10 21:09:07 +0000
 documentation updates

r3030@lilith (orig r3028):  matthewt | 2007-01-17 01:26:49 +0000
 r35823@cain (orig r3014):  jnapiorkowski | 2007-01-10 21:43:19 +0000
 some refactoring to reduce cut and paste work

r3031@lilith (orig r3029):  matthewt | 2007-01-17 01:26:52 +0000
 r35824@cain (orig r3015):  jnapiorkowski | 2007-01-10 22:11:21 +0000
 additional refactoring to better handle source objects

r3032@lilith (orig r3030):  matthewt | 2007-01-17 01:35:23 +0000
arguably slightly less broken
r3036@lilith (orig r3034):  matthewt | 2007-01-17 01:42:25 +0000
Changes note for param_bind since the authors forgot
r3038@lilith (orig r3036):  victori | 2007-01-19 03:04:48 +0000
committing first version of filecolumn
r3039@lilith (orig r3037):  victori | 2007-01-20 19:46:33 +0000
minor update to FileColumn. I added a callback method which can be used by FileColumn::Thumbnail
r3044@lilith (orig r3042):  matthewt | 2007-01-20 21:59:31 +0000
fix Sweet pager test
lib/DBIx/Class/Row.pm