Return-Path: Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 42420 invoked from network); 16 Jun 2003 22:10:15 -0000 Received: from unknown (HELO bravenet.com) (24.69.160.230) by daedalus.apache.org with SMTP; 16 Jun 2003 22:10:15 -0000 Received: from [192.168.40.157] (HELO bravenet.com) by bravenet.com (CommuniGate Pro SMTP 4.0.6) with ESMTP id 1919680 for torque-user@db.apache.org; Mon, 16 Jun 2003 15:11:15 -0700 Message-ID: <3EEE4058.9030404@bravenet.com> Date: Mon, 16 Jun 2003 15:10:32 -0700 From: Gabriel Bauman Organization: Bravenet Web Services Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030611 Thunderbird/0.1a X-Accept-Language: en-us, en MIME-Version: 1.0 To: Turbine Torque Users List Subject: Support for the SQL SET type? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Is there any support in Torque for the SET type? For instance, in MySQL, a column specified as SET("one", "two") NOT NULL can have any of these values: "" "one" "two" "one,two" (From http://www.mysql.com/doc/en/SET.html) Basically a collection of boolean flags. Thanks, Gabe