From: Rob Kinyon Date: Wed, 18 Feb 2009 02:26:58 +0000 (+0000) Subject: Merge 'trunk' into 'subquery' X-Git-Tag: v0.08240~63^2~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4033ed3d8317685afab18bec997350585b8339f0;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'subquery' r5500@rkinyon-lt-osx (orig r5499): norbi | 2009-02-17 15:09:40 -0500 r5616@vger: mendel | 2009-02-17 20:39:09 +0100 * Fixed to make it work with [colname => value] bind value format of SQLA. r5501@rkinyon-lt-osx (orig r5500): norbi | 2009-02-17 15:09:47 -0500 r5621@vger: mendel | 2009-02-17 21:09:08 +0100 * Updated POD for using PostgreSQL arrays because of the \[$sql, @bind] bind value format change of SQLA. r5502@rkinyon-lt-osx (orig r5501): norbi | 2009-02-17 15:44:19 -0500 r5624@vger: mendel | 2009-02-17 21:11:58 +0100 * Fixed the initial DROP TABLE statement (used to drop the wrong table). r5503@rkinyon-lt-osx (orig r5502): norbi | 2009-02-17 15:44:26 -0500 r5625@vger: mendel | 2009-02-17 21:43:54 +0100 * Fixed the bug with omitting 'FOR UPDATE'/'FOR SHARED' (introduced from the 'subquery' branch, made 72pg.t fail). r5504@rkinyon-lt-osx (orig r5503): norbi | 2009-02-17 15:56:09 -0500 r5628@vger: mendel | 2009-02-17 21:55:54 +0100 * Added the missing POD of a sub. r5505@rkinyon-lt-osx (orig r5504): norbi | 2009-02-17 16:08:05 -0500 r5630@vger: mendel | 2009-02-17 22:07:56 +0100 * Fixed the bug in the test that made it fail in the END block even if all tests were SKIPped. r5506@rkinyon-lt-osx (orig r5505): castaway | 2009-02-17 16:22:05 -0500 Add multiple database/schema FAQs r5507@rkinyon-lt-osx (orig r5506): norbi | 2009-02-17 16:22:57 -0500 r5632@vger: mendel | 2009-02-17 22:22:50 +0100 * Added new test subs (is_same_sql, is_same_bind) and new predicate sub (eq_sql_bind) to DBIC::SqlMakerTest (SQL::Abstract::Test has these, so made them available here, too). r5508@rkinyon-lt-osx (orig r5507): caelum | 2009-02-17 16:58:34 -0500 minor Oracle changes r5509@rkinyon-lt-osx (orig r5508): caelum | 2009-02-17 17:39:59 -0500 changed WriteAll; to WriteAll(); in Makefile.PL because of some sort of installation weirdness in some places r5510@rkinyon-lt-osx (orig r5509): caelum | 2009-02-17 17:52:28 -0500 changed DBD::SQLite from a test_requires to a configure_requires r5511@rkinyon-lt-osx (orig r5510): norbi | 2009-02-17 18:09:49 -0500 r5635@vger: mendel | 2009-02-18 00:09:36 +0100 * Added new TODO tests for bind attributes (for ->select, ->update, ->delete). --- 4033ed3d8317685afab18bec997350585b8339f0