X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FRecord.pm;h=88d8ca9a348b2c5cfd89cbb2e135cd3b571f5cc0;hb=2cb70470a8e5c3287146008e4ce2c4eb9f242373;hp=c8216eca83cf3f4f684ba49e7ec9eea3a3e89813;hpb=36ac94ae711ab27d5f8d352ed7d2cba2e872ac31;p=freeside.git diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index c8216eca8..88d8ca9a3 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -244,6 +244,9 @@ fine in the common case where there are only two parameters: my @records = qsearch( 'table', { 'field' => 'value' } ); +Also possible is an experimental LISTREF of PARAMS_HASHREFs for a UNION of +the individual PARAMS_HASHREF queries + ###oops, argh, FS::Record::new only lets us create database fields. #Normal behaviour if SELECT is not specified is `*', as in #C