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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.67.6.196 with SMTP id cw4mr12609607pad.46.1437723298520; Fri, 24 Jul 2015 00:34:58 -0700 (PDT) X-Received: by 10.140.86.105 with SMTP id o96mr249919qgd.11.1437723298279; Fri, 24 Jul 2015 00:34:58 -0700 (PDT) Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!f3no2127389igg.0!news-out.google.com!4ni81917qgh.1!nntp.google.com!69no1605676qgl.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 24 Jul 2015 00:34:57 -0700 (PDT) In-Reply-To: <9078db18-03ef-4724-9818-e9ae37e3d7a8@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.71.180.114; posting-account=uulyKwoAAAA86DO0ODu--rZtbje8Sytn NNTP-Posting-Host: 193.71.180.114 References: <084c0dc7-ae74-4cb8-b1fe-78f42de94291@googlegroups.com> <5IidnWtEWowowjHInZ2dnUVZ5v6dnZ2d@giganews.com> <61db6272-72a4-47d7-b0e5-e870ac8a0432@googlegroups.com> <9078db18-03ef-4724-9818-e9ae37e3d7a8@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Weakness of Ada is expensive / security / etc. ? Anything else? From: Egil H H Injection-Date: Fri, 24 Jul 2015 07:34:58 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:194313 Date: 2015-07-24T00:34:57-07:00 List-Id: On Tuesday, July 21, 2015 at 12:12:32 AM UTC+2, NiGHTS wrote: > GNATCOLL got me excited when I read about how they leverage the features of Ada's strong typing mechanism to protect SQL queries. But when you want to actually use it the documentation is literally non-existent. The GNATCOLL documentation is included in the source bundle. The SQL documentation (./docs/sql.rst) alone is a couple thousand lines, including simple examples.