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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.212.147 with SMTP id w141mr32034814ywd.42.1463645799720; Thu, 19 May 2016 01:16:39 -0700 (PDT) X-Received: by 10.140.98.247 with SMTP id o110mr1376591qge.18.1463645799697; Thu, 19 May 2016 01:16:39 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!88no5040763qga.1!news-out.google.com!13ni1723qgj.0!nntp.google.com!88no5040761qga.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 19 May 2016 01:16:39 -0700 (PDT) In-Reply-To: <4bf3d5a5-eb27-4976-bd30-30efe46f3ddb@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.255.19.172; posting-account=Zsf4jwoAAADEqwCydv835KU9-S3h_Y26 NNTP-Posting-Host: 130.255.19.172 References: <4bf3d5a5-eb27-4976-bd30-30efe46f3ddb@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <318e934e-f0ed-4cca-b31e-55393fbe2635@googlegroups.com> Subject: Re: ANN: Introducing AdaBase - Thick database bindings for Ada From: jrmarino Injection-Date: Thu, 19 May 2016 08:16:39 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2427 X-Received-Body-CRC: 2915018082 Xref: news.eternal-september.org comp.lang.ada:30433 Date: 2016-05-19T01:16:39-07:00 List-Id: On Wednesday, May 18, 2016 at 7:13:01 PM UTC+2, Anh Vo wrote:=20 > My first test was on fruit1.gpr. When running I got error message "raised= ADABASE.ERRMODE_EXCEPTION : Failed to connect to file:///home/marino/adaba= se.sqlite". Look like most of the tests depended on /home/marino/adabase.sq= lite file.=20 >=20 > Is there any way you can put it on GitHub? Thanks. It is only located in one place: GitHub. The documentation are "github pages" which means the website itself is part= of the repository (located in the gh-pages branch). At the top of every p= ages are 4 hyperlinks, the second of which is called, "View on github". Cl= icking on it brings the user to https://github.com/jrmarino/AdaBase . So w= ish granted. :) Secondly, if you are trying to run the test cases you have to first import = the given data dumps into the database and then update the testcases/driver= _connections/*/connect.adb to match your particular setup. So in your sqlite case, find the file "testcases/dumps/adabase_examples.sql= ite.sql" and create an sqlite database with it, and update "testcases/drive= r_connections/sqlite/connect.adb" accordingly. -- John