Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 6 Apr 2010 09:32:52 +0000 (09:32 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 6 Apr 2010 09:32:52 +0000 (09:32 +0000)
commit3895349e454e6b3fd36188b27e565acfa7da601e
tree9a9e82b9c5a6791870e9b5993eb29d5decb01dd9
parent24e4bacb969c8b6f31708363d776ca27f8cf7b4a
parentfaeb2407c49717d38874b21749659ac2c632bad7
Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'

r8965@Thesaurus (orig r8952):  hobbs | 2010-03-09 20:29:50 +0100
Support add_columns('+colname'=>{...}) syntax to augment column definitions.

r8966@Thesaurus (orig r8953):  rabbit | 2010-03-10 09:34:38 +0100
docpatch close RT52681
r8974@Thesaurus (orig r8961):  rabbit | 2010-03-11 08:08:57 +0100
Where is my spellchecker (not that it would catch this)
r9005@Thesaurus (orig r8992):  caelum | 2010-03-13 00:47:40 +0100
update Firebird docs
r9006@Thesaurus (orig r8993):  mo | 2010-03-13 10:03:24 +0100
test the dynamic subclassing example
r9008@Thesaurus (orig r8995):  mo | 2010-03-13 13:09:59 +0100
call inflate_result on new_result, but not from the CDBI compat layer
r9009@Thesaurus (orig r8996):  mo | 2010-03-13 13:37:40 +0100
reverting 8995, was supposed to go to a branch
r9010@Thesaurus (orig r8997):  nigel | 2010-03-14 18:09:26 +0100
Corrected a link to connect_info in Manual::Intro
r9018@Thesaurus (orig r9005):  rabbit | 2010-03-15 14:55:17 +0100
Proper fix for RETURNING with default insert
r9026@Thesaurus (orig r9013):  nigel | 2010-03-15 18:36:44 +0100
Documentation on Unicode use with DBIC
r9027@Thesaurus (orig r9014):  rabbit | 2010-03-16 02:55:27 +0100
Horrible horrible rewrite of the aliastype scanner, but folks are starting to complain that their unqualified columns are making joins go away (this was the initial idea). Hopefully this code will silently die some day. /me can haz shame
r9028@Thesaurus (orig r9015):  rabbit | 2010-03-16 16:49:45 +0100
Regenerate test DDL
r9029@Thesaurus (orig r9016):  caelum | 2010-03-16 22:01:21 +0100
_ping for MSSQL
r9030@Thesaurus (orig r9017):  caelum | 2010-03-17 11:49:51 +0100
add connect_call_use_foreign_keys for SQLite
r9031@Thesaurus (orig r9018):  abraxxa | 2010-03-17 16:36:13 +0100
fixed Alexander Hartmaier's mail address

r9039@Thesaurus (orig r9026):  frew | 2010-03-18 15:59:55 +0100
use update instead of set_columns in update_all
r9040@Thesaurus (orig r9027):  frew | 2010-03-18 20:53:28 +0100
Ch Ch Ch Ch Changes!
r9041@Thesaurus (orig r9028):  caelum | 2010-03-19 16:03:41 +0100
POD fixups
r9042@Thesaurus (orig r9029):  rabbit | 2010-03-19 18:39:02 +0100
Fix UTF8Column out of order loading warning
r9043@Thesaurus (orig r9030):  rabbit | 2010-03-20 09:00:00 +0100
Something is wrong with HRI inflation - too slow
r9044@Thesaurus (orig r9031):  rabbit | 2010-03-20 09:26:12 +0100
Extend benchmark
r9045@Thesaurus (orig r9032):  rabbit | 2010-03-20 09:41:30 +0100
MOAR bench
r9048@Thesaurus (orig r9035):  caelum | 2010-03-22 16:10:38 +0100
redo Pg auto-columns using INSERT RETURNING
r9049@Thesaurus (orig r9036):  caelum | 2010-03-22 16:45:55 +0100
move INSERT ... RETURNING code into ::DBI::InsertReturning component for Pg and Firebird
r9050@Thesaurus (orig r9037):  rabbit | 2010-03-22 18:03:13 +0100
Even cleaner way of handling returning (no column interrogation in storage)
r9051@Thesaurus (orig r9038):  caelum | 2010-03-22 23:43:19 +0100
update proxied methods for DBI::Replicated
r9052@Thesaurus (orig r9039):  caelum | 2010-03-23 06:56:12 +0100
fix sort
r9056@Thesaurus (orig r9043):  rabbit | 2010-03-24 11:27:37 +0100
A better illustration how to add relationships at runtime
r9057@Thesaurus (orig r9044):  rabbit | 2010-03-24 11:33:04 +0100
Clearer 'no such rel' errors, correct exception on pkless prefetch
r9058@Thesaurus (orig r9045):  rabbit | 2010-03-24 11:44:50 +0100
One missed step
r9059@Thesaurus (orig r9046):  ribasushi | 2010-03-24 12:11:12 +0100
Straight_join support RT55579
r9060@Thesaurus (orig r9047):  rabbit | 2010-03-24 12:43:02 +0100
bump SQLA dep
r9061@Thesaurus (orig r9048):  ribasushi | 2010-03-24 14:10:33 +0100
Really fix INSERT RETURNING - simply make it a flag on the storage and keep the machinery in core
r9062@Thesaurus (orig r9049):  rabbit | 2010-03-24 14:30:17 +0100
Cosmetics + changes
r9063@Thesaurus (orig r9050):  caelum | 2010-03-24 20:44:15 +0100
Pg version check for can_insert_returning
r9064@Thesaurus (orig r9051):  caelum | 2010-03-24 21:25:24 +0100
collect _server_info on connection
r9065@Thesaurus (orig r9052):  caelum | 2010-03-24 21:49:38 +0100
s/_get_server_info/_populate_server_info/
r9066@Thesaurus (orig r9053):  caelum | 2010-03-25 01:24:09 +0100
remove _get_mssql_version
r9067@Thesaurus (orig r9054):  caelum | 2010-03-25 06:32:51 +0100
minor fix for SQLite version check
r9068@Thesaurus (orig r9055):  caelum | 2010-03-25 07:37:36 +0100
add storage->_server_info->{dbms_ver_normalized}
r9069@Thesaurus (orig r9056):  caelum | 2010-03-26 09:55:46 +0100
a couple minor Informix fixes
r9070@Thesaurus (orig r9057):  caelum | 2010-03-26 10:55:55 +0100
savepoints for Informix
r9071@Thesaurus (orig r9058):  caelum | 2010-03-26 12:23:26 +0100
InflateColumn::DateTime support for Informix
r9072@Thesaurus (orig r9059):  caelum | 2010-03-26 15:08:16 +0100
with_deferred_fk_checks for Informix
r9073@Thesaurus (orig r9060):  caelum | 2010-03-26 15:28:24 +0100
minor cleanups
r9074@Thesaurus (orig r9061):  castaway | 2010-03-26 21:16:44 +0100
Added clarification of quoting to cookbook pod for sql funcs, from metaperl

r9075@Thesaurus (orig r9062):  caelum | 2010-03-27 00:12:37 +0100
missing local
r9076@Thesaurus (orig r9063):  caelum | 2010-03-27 00:19:56 +0100
move warning suppression into ::DBI::InterBase
r9077@Thesaurus (orig r9064):  caelum | 2010-03-27 00:30:02 +0100
a bit cleaner warning suppression for DBD::InterBase only
r9083@Thesaurus (orig r9070):  rabbit | 2010-03-29 10:12:44 +0200
pod error
r9092@Thesaurus (orig r9079):  boghead | 2010-04-02 22:44:32 +0200
- Minor language cleanup in some of the Cookbook documentation
  (thanks metaperl and jester)
- Fix the synopsis for DBIC::Storage::DBI.  ->datetime_parser returns a class,
  so you need to call a method on it in order to transform a DateTime object

r9096@Thesaurus (orig r9083):  ribasushi | 2010-04-05 21:53:13 +0200
Minor test cleanups
r9097@Thesaurus (orig r9084):  caelum | 2010-04-05 22:08:48 +0200
fix test count
r9098@Thesaurus (orig r9085):  ribasushi | 2010-04-06 05:36:04 +0200
Fix embarassing join optimizer bug
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm