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.140.93.76 with SMTP id c70mr5938266qge.28.1463849663371; Sat, 21 May 2016 09:54:23 -0700 (PDT) X-Received: by 10.140.42.182 with SMTP id c51mr284135qga.7.1463849663346; Sat, 21 May 2016 09:54:23 -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!88no5509055qga.1!news-out.google.com!13ni4610qgj.0!nntp.google.com!11no5509084qgt.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 21 May 2016 09:54:23 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.34.249.176; posting-account=Zsf4jwoAAADEqwCydv835KU9-S3h_Y26 NNTP-Posting-Host: 83.34.249.176 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6784b2fe-96cf-46cb-b3a6-00a0e2f2bf16@googlegroups.com> Subject: Re: ANN: Introducing AdaBase - Thick database bindings for Ada From: jrmarino Injection-Date: Sat, 21 May 2016 16:54:23 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:30449 Date: 2016-05-21T09:54:23-07:00 List-Id: Okay, it broke the API thus all the testcases and documentation, and took s= ome time to fix them, but I updated the types in AdaBase, AdaBase.Results.S= ets, and AdaBase.Results.Fields to take into account some of these suggesti= ons: https://raw.githubusercontent.com/jrmarino/AdaBase/master/src/adabase.ads https://raw.githubusercontent.com/jrmarino/AdaBase/master/src/results/adaba= se-results-field.ads https://raw.githubusercontent.com/jrmarino/AdaBase/master/src/results/adaba= se-results-sets.ads Mostly this was removing CamelCase from public-facing types and replacing t= hem with something similar with understores and/or capitalizing type defini= tions. I did not capitalize enumerations or constants, nor do I wish to. = I left the prefixes on the field_types enumeration because the "there's no = reason for it" assertion was obviously false (regardless if the solution is= universally liked, there was definitely a reason for it).