Merge 'trunk' into 'replication_dedux'
authorJohn Napiorkowski <jjn1056@yahoo.com>
Fri, 30 May 2008 13:55:35 +0000 (13:55 +0000)
committerJohn Napiorkowski <jjn1056@yahoo.com>
Fri, 30 May 2008 13:55:35 +0000 (13:55 +0000)
commitc383973627b1d23e248d854025baf1fcf00ff63c
tree6dd6b9805a9d2e4a2d8dbcbdd5a4b1b9baca0139
parent5c1d82d2851b1a019720b111321a3a05ad554fc0
parent348d7c84763280fc5ac6eae3594d2309cd7e731f
Merge 'trunk' into 'replication_dedux'

r13471@dev (orig r4428):  matthewt | 2008-05-30 07:36:19 -0500
fix SQL::Translator parser to add $table_idx_ on the front of index names to prevent clashes
r13472@dev (orig r4429):  castaway | 2008-05-30 08:20:26 -0500
Started doc standards doc in Manual::Reading.
Fixed up belongs_to example to put more emphasis on the "column" part of "foreign_key_column" and corrected first paragraph.

r13473@dev (orig r4430):  ash | 2008-05-30 08:29:32 -0500
Make ingore_{constraint,index}_names default
r13474@dev (orig r4431):  ash | 2008-05-30 08:34:39 -0500
Update docs (and code changes that were missed from last commit, oops):
Set ignore_contraint_names to default on
lib/DBIx/Class/Storage/DBI.pm
lib/SQL/Translator/Parser/DBIx/Class.pm
t/86sqlt.t