Merge 'trunk' into 'subquery'
authorRob Kinyon <rkinyon@cpan.org>
Mon, 16 Feb 2009 22:03:55 +0000 (22:03 +0000)
committerRob Kinyon <rkinyon@cpan.org>
Mon, 16 Feb 2009 22:03:55 +0000 (22:03 +0000)
commitc7fcf592459701b9909da9ae859a6d2df1810183
tree8f0613c5e8948cbee430ec0dc66a410711d5be3a
parent03834f775f371dd68f314f2648236700e7eb4404
parentf57764b91d51a0c23ff0dd34b11a30689d456b95
Merge 'trunk' into 'subquery'

r5380@rkinyon-lt-osx (orig r5379):  jmmills | 2009-01-29 20:37:01 -0500
Added a more verbose non column accessor example.

r5381@rkinyon-lt-osx (orig r5380):  jmmills | 2009-01-29 20:42:02 -0500
editorial typo in my previous commit.

r5383@rkinyon-lt-osx (orig r5382):  semifor | 2009-01-30 08:54:42 -0500
Bring test current with DBICTest schema.
r5384@rkinyon-lt-osx (orig r5383):  castaway | 2009-01-30 09:27:38 -0500
DB2 compatibility fix, update test to add new artist column (ick)
remove code that calls now removed sub _RowNumberOver

r5385@rkinyon-lt-osx (orig r5384):  ribasushi | 2009-01-30 09:32:42 -0500
Add the _find_syntax caching back
r5386@rkinyon-lt-osx (orig r5385):  castaway | 2009-01-30 09:33:24 -0500
DB2 compat: add new artist rank field to col_info_for test

r5393@rkinyon-lt-osx (orig r5392):  ribasushi | 2009-01-31 15:40:50 -0500
pod align by dandv
r5394@rkinyon-lt-osx (orig r5393):  ribasushi | 2009-02-01 16:33:32 -0500
Fix the dbicadmin test for good
r5395@rkinyon-lt-osx (orig r5394):  ribasushi | 2009-02-01 17:44:39 -0500
Fix the dbicadmin test for good (take 2)
r5400@rkinyon-lt-osx (orig r5399):  ribasushi | 2009-02-02 12:38:16 -0500
Bring back _RowNumberOver deleted in the sqla commotion (revs: 5096,5322,5383)
r5401@rkinyon-lt-osx (orig r5400):  ribasushi | 2009-02-02 12:52:20 -0500
part 2
r5414@rkinyon-lt-osx (orig r5413):  ribasushi | 2009-02-05 04:09:39 -0500
Commit some debugging code
r5420@rkinyon-lt-osx (orig r5419):  plu | 2009-02-07 08:40:41 -0500
Possible to set locale in IC::DateTime extra => {} config
r5427@rkinyon-lt-osx (orig r5426):  ribasushi | 2009-02-07 12:57:53 -0500
Up trunk dependency versions
r5428@rkinyon-lt-osx (orig r5427):  ribasushi | 2009-02-07 12:59:04 -0500
Up dependency on SQLT (releasing now)
r5432@rkinyon-lt-osx (orig r5431):  groditi | 2009-02-09 15:27:27 -0500
backporting the set_column/store_column fix
r5433@rkinyon-lt-osx (orig r5432):  groditi | 2009-02-09 15:29:03 -0500
ahhhh my bad. svk patch ne patch. oops adding missing file
r5439@rkinyon-lt-osx (orig r5438):  ribasushi | 2009-02-10 05:18:09 -0500
Finally make the indexer happy wrt SQL::Translator::Parser::DBIx::Class
Hide DBIx::Class::CDBICompat::ColumnGroups::GrouperShim (was never indexed to begin with)

r5441@rkinyon-lt-osx (orig r5440):  ribasushi | 2009-02-10 06:19:20 -0500
More rh-bug related stuff:
- Improve message emmitted when confronted with a buggy system
- Port forgotten pieces from trunk to stopgap
r5442@rkinyon-lt-osx (orig r5441):  castaway | 2009-02-10 08:57:34 -0500
More docs, pointing at using deploy/create_ddl_dir

r5445@rkinyon-lt-osx (orig r5444):  castaway | 2009-02-10 16:41:58 -0500
1) Add docs to ATTRIBUTES to better explain where to use them
2) Make all() die if passed arguments.

r5447@rkinyon-lt-osx (orig r5446):  ribasushi | 2009-02-11 03:24:58 -0500
Test for resultset corruption by search()
r5448@rkinyon-lt-osx (orig r5447):  ribasushi | 2009-02-11 04:02:42 -0500
Add a weird extra test, that should work nevertheless
r5449@rkinyon-lt-osx (orig r5448):  ribasushi | 2009-02-11 04:17:55 -0500
Add missing shallow copy of seen_join
r5450@rkinyon-lt-osx (orig r5449):  ribasushi | 2009-02-11 05:37:36 -0500
make single() die if passed attributes
r5455@rkinyon-lt-osx (orig r5454):  nigel | 2009-02-11 10:07:28 -0500
 r10743@hex:  nigel | 2009-02-11 15:07:05 +0000
 Documentation update on startup speed

r5459@rkinyon-lt-osx (orig r5458):  groditi | 2009-02-11 20:49:26 -0500
fixed bug for undef_on_null_fk edge case
r5464@rkinyon-lt-osx (orig r5463):  nigel | 2009-02-12 09:27:38 -0500
 r10772@hex:  nigel | 2009-02-12 14:27:22 +0000
 Made update() on a rs that includes joins complain in the same way that delete() does.  Added tests for both update and delete checks.

r5465@rkinyon-lt-osx (orig r5464):  plu | 2009-02-13 05:27:36 -0500
Refactored and re-added r5041: Split sql statements for deploy only if SQLT::Producer returned a scalar containing all statements to be executed
r5466@rkinyon-lt-osx (orig r5465):  caelum | 2009-02-13 05:40:55 -0500
Some fixes for Oracle edge cases

r5467@rkinyon-lt-osx (orig r5466):  ribasushi | 2009-02-13 05:45:46 -0500
Some forgotten tests
r5468@rkinyon-lt-osx (orig r5467):  caelum | 2009-02-13 06:29:37 -0500
Throw exception on invalidated session if in a transaction.

r5472@rkinyon-lt-osx (orig r5471):  ribasushi | 2009-02-14 19:44:02 -0500
Make 81transactions.t DBIC_TRACE friendly
r5473@rkinyon-lt-osx (orig r5472):  ribasushi | 2009-02-14 19:45:44 -0500
A dbh_do statement executed with bind values will confuse the hell out of DBIC running in DBIC_TRACE=1 mode - stop sending TMI to _query_[start|end] from within dbh_do/_do_query
r5475@rkinyon-lt-osx (orig r5474):  plu | 2009-02-15 09:20:25 -0500
RT#38251: DBIx::Class::Storage::DBI::Oracle::Generic does not handle fully-qualified table names
r5480@rkinyon-lt-osx (orig r5479):  caelum | 2009-02-15 18:30:00 -0500
Improved connected logic for Oracle storage

r5481@rkinyon-lt-osx (orig r5480):  caelum | 2009-02-15 19:20:27 -0500
sorry, I fucked up the indentation...
r5482@rkinyon-lt-osx (orig r5481):  ribasushi | 2009-02-16 03:48:49 -0500
Some cleanups of oracle patch
r5490@rkinyon-lt-osx (orig r5489):  robkinyon | 2009-02-16 16:27:49 -0500
Added a bit of explanation to resultsets to cut down on the repeated questions in #dbix-class
lib/DBIx/Class/Manual/Cookbook.pod
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/Storage/DBI.pm