Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.099 X-Spam-Evidence: '*H*': 0.81; '*S*': 0.01; 'column': 0.07; 'subject:into': 0.09; 'subject:string': 0.09; 'type,': 0.09; 'subject:How': 0.10; 'elements,': 0.16; 'nick': 0.16; 'seperate': 0.16; 'storing': 0.16; 'subject:already': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'pointed': 0.19; 'examples': 0.20; 'solution.': 0.20; 'header:User-Agent:1': 0.23; 'looks': 0.24; 'header:In- Reply-To:1': 0.27; 'array': 0.29; 'subject:list': 0.30; 'code': 0.31; 'received:192.168.1.3': 0.31; 'relational': 0.31; 'table,': 0.31; 'values.': 0.31; 'table': 0.34; 'list': 0.37; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; "you're": 0.61; 'making': 0.63; 'kind': 0.63; 'such': 0.63; 'choose': 0.64; 'provide': 0.64; 'talking': 0.65; 'yourself': 0.78; 'pardon': 0.84; 'prefers': 0.84; 'received:195.238': 0.84; 'received:195.238.6': 0.84; 'received:belgacom.be': 0.84; 'received:isp.belgacom.be': 0.84; 'refusing': 0.84; 'subject:add': 0.91 X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMBAMscdlJQyLEg/2dsb2JhbAANTMBkgn2BMIMZAQEBBHIGEQsYCRYPCQMCAQIBRRMIAheHa6oeiWGJFI9fFoQYA5gKlTA Date: Sun, 03 Nov 2013 10:56:13 +0100 From: Antoon Pardon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130922 Icedove/17.0.9 MIME-Version: 1.0 To: python-list@python.org Subject: Re: How to add a current string into an already existing list References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383472582 news.xs4all.nl 15879 [2001:888:2000:d::a6]:38804 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58382 Op 03-11-13 07:06, Gregory Ewing schreef: > Nick the Gr33k wrote: >> I just want a mysql column type that can be eligible to store an array of elements, a list that is, no need for having a seperate extra table for that if we can have a column that can store a list of values. > > Relational database systems typically don't provide any > such type, because it's not the recommended way of storing > that kind of data in a relational database. > > The recommended way is to use a secondary table, as has > been pointed out. > > You're making things difficult for yourself by refusing > to consider that solution. > You are talking to Nikos! The person who choose code because he prefers how it looks over examples of working code. -- Antoon Pardon