From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,eea6f4393135cf79 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!x2g2000prk.googlegroups.com!not-for-mail From: deadlyhead Newsgroups: comp.lang.ada Subject: Re: gnatcoll and mysql Date: Sat, 3 Jul 2010 20:46:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: <762acad8-deec-458a-b2b2-38ae6534c361@x2g2000prk.googlegroups.com> References: NNTP-Posting-Host: 67.182.146.42 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1278215194 1636 127.0.0.1 (4 Jul 2010 03:46:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 4 Jul 2010 03:46:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x2g2000prk.googlegroups.com; posting-host=67.182.146.42; posting-account=snJuNwoAAABnc8T9lYkBlDQrDdSjOjG2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100501 Iceweasel/3.5.9 (like Firefox/3.5.9),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:13143 Date: 2010-07-03T20:46:34-07:00 List-Id: On Jul 3, 2:47=A0am, tonyg wrote: > Looking though the ada code in the include of gnatcoll, I can see no > reference to mysql only sqllite and postgres but I was under the > impression that gnatcoll interfaced to mysql. I think I must be > missing something! Can anyone shed some light on this? Indeed, I see the same thing. Actually, I don't even have an sqllite interface, possibly because I downloaded the gnatcoll package directly, not as part of GNAT 2009. The description of GNATcoll on the Libre site at Adacore mentions MySQL specifically, but even their SVN code is lacking any reference to it. Perhaps there is internal development at Adacore to include support, and the description is just jumping the gun?