From: tonyg on 3 Jul 2010 05:47 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?
From: deadlyhead on 3 Jul 2010 23:46 On Jul 3, 2:47 am, tonyg <tonytheg...(a)googlemail.com> 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?
From: tonyg on 4 Jul 2010 04:02 On Jul 4, 4:46 am, deadlyhead <deadlyh...(a)gmail.com> wrote: > On Jul 3, 2:47 am, tonyg <tonytheg...(a)googlemail.com> 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? Yep this is very strange. I've been through the code and you need a 'factory' to raise the connection, and this is what seems to be missing as there are specific cases for postgresql and sqllite. For me what is really sad is that it took me so long to install gnatcoll :) . Has anyone got any more information (particularly adacore).
|
Pages: 1 Prev: GNATColl install script problem Next: ANN: Units of Measurement for Ada v3.1 |