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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,cd91f1a85579bc32,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!130.81.64.211.MISMATCH!cycny01.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc01.POSTED!72fcb693!not-for-mail From: Fionn Mac Cumhaill Newsgroups: comp.lang.ada Subject: GNADE - inparticular the MySQL binding Message-ID: X-Newsreader: Forte Agent 4.2/32.1118 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 15 May 2007 17:53:52 GMT NNTP-Posting-Host: 71.170.31.60 X-Complaints-To: abuse@verizon.net X-Trace: trnddc01 1179251632 71.170.31.60 (Tue, 15 May 2007 13:53:52 EDT) NNTP-Posting-Date: Tue, 15 May 2007 13:53:52 EDT Xref: g2news1.google.com comp.lang.ada:15800 Date: 2007-05-15T17:53:52+00:00 List-Id: Is anybody using the MySQL binding in GNADE? (package Gnu.Db.MySQL) I tried a very simple program that does nothing but connect to a MySQL 5 database, and it failed on the very first call of a routine in the package. It is documented as being a binding to MySQL 4, and it seems that it won't work with 5. A casual glance at the source code suggests that it indeed needs to be updated to work with MySQL 5. Is anybody still working on GNADE? I need a MySQL 5 binding, and I will update to MySQL 5.