From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27806 invoked from network); 11 Dec 2023 19:22:13 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 11 Dec 2023 19:22:13 -0000 Received: from pb-smtp2.pobox.com ([64.147.108.71]) by 9front; Mon Dec 11 14:19:40 -0500 2023 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 45B081B3007 for <9front@9front.org>; Mon, 11 Dec 2023 14:19:39 -0500 (EST) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=il4vT5BsBUNUYRuxgO1EkUvN0 0bX/s5ajc1u6cKQvsU=; b=JnSuwuZGlbccKfpJ9rIw0+qnT1w9I7E/dG2/21eFB OzvTDrhI7XOSBFudy8AlNImJTiq+DO3Jd1qWvMEelmXIzYbhz9e7UHy4pAEB4tKx sA3z9iAzQv/juyjropzvhqxCkd/HrtXHgIJ+vo21nwbUUs4iDfyhbJpmSFKPKe7q uM= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 3D58E1B3006 for <9front@9front.org>; Mon, 11 Dec 2023 14:19:39 -0500 (EST) (envelope-from unobe@cpan.org) Received: from strider.localdomain (unknown [24.205.13.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 4031B1B3005 for <9front@9front.org>; Mon, 11 Dec 2023 14:19:38 -0500 (EST) (envelope-from unobe@cpan.org) Message-ID: <8A65A33C9E3CCA551969AB24AD93D321@smtp.pobox.com> To: 9front@9front.org Date: Mon, 11 Dec 2023 11:19:36 -0800 From: unobe@cpan.org In-Reply-To: <11BD339880A89A3B399424C3F0CB1E10@smtp.pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 3A0E8658-985A-11EE-86DB-25B3960A682E-09620299!pb-smtp2.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: full-stack lifecycle ACPI over ORM software element database Subject: Re: [9front] [PATCH 6/6] ndb: document attribute name and value length constraints in BUGS section of man page Reply-To: 9front@9front.org Precedence: bulk Ping. Quoth unobe@cpan.org: > I came across these limitations (defined in /sys/include/ndb.h as > Ndbalen and Ndbvlen, respectively) when toying around with ndb as a > simple database. This hopefully will save someone else some head > scratching when the query isn't returning as it should. > > Quoth Romano : > > --- > > diff 46cf9d4eb02a3a7c2516be3053994d4fb69eb949 0b5b2d58047b698564f6b1955a31cbcc95570abb > > --- a/sys/man/8/ndb > > +++ b/sys/man/8/ndb > > @@ -924,3 +924,5 @@ > > .I Ndb > > databases are case-sensitive; > > ethernet addresses must be in lower-case hexadecimal. > > +.I Ndb > > +database attributes are constrained to 32-byte attribute names and 64-byte attribute values. > > >