From: Dagfinn Ilmari Mannsåker Date: Sat, 27 Jan 2018 11:51:29 +0000 (+0000) Subject: Remove obsolete docs for arrayrefref as select source X-Git-Tag: v1.86~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=063097a3664cfb4dce6ceaa832209c71a1892dbe Remove obsolete docs for arrayrefref as select source Support for this was removed as "useless", with no Changes or documentation update, in version 1.74 (commit a0d6d3230359880681d5d328d6b1775c0fbe5983). --- diff --git a/Changes b/Changes index c05b290..051d029 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for SQL::Abstract + - Remove obsolete documentation about arrayrefref as the $source + argument for ->select (removed in version 1.74) + 1.85 - 2018-01-27 - Restore perl version requirement missed in the Distar port - Factor out the SET ... part of UPDATE for subclassability (GH#12) diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 4c3302d..d3b17c3 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -2143,8 +2143,7 @@ Specification of the 'FROM' part of the statement. The argument can be either a plain scalar (interpreted as a table name, will be quoted), or an arrayref (interpreted as a list of table names, joined by commas, quoted), or a scalarref -(literal table name, not quoted), or a ref to an arrayref -(list of literal table names, joined by commas, not quoted). +(literal SQL, not quoted). =item $fields