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 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13120 invoked from network); 28 Sep 2023 07:11:31 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 28 Sep 2023 07:11:31 -0000 Received: from pb-smtp21.pobox.com ([173.228.157.53]) by 9front; Thu Sep 28 03:06:25 -0400 2023 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 836DE386F1 for <9front@9front.org>; Thu, 28 Sep 2023 03:06:23 -0400 (EDT) (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=uQmuM6MO/5cIwS8I3SyobyVmh yLCJA+7jqcSTXrvANo=; b=MVnC6csAH4mqwluOAEiF4xX8DfNj44AhCKuykDSAL yZ327Wyj/5jsL986H6CdEQhklQixa9IRZeELcjVrj/GM/3rBMz7vs1cjUb5yD11u qsdhpTdIEYKPG1ThJ3IahpsDXcpXR2x94C7pUPY3QimpI2t4qhGrrc9DOpgOZsXf tY= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 7ADD1386F0 for <9front@9front.org>; Thu, 28 Sep 2023 03:06:23 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider.localdomain (unknown [75.237.252.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 88386386EF for <9front@9front.org>; Thu, 28 Sep 2023 03:06:19 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <11BD339880A89A3B399424C3F0CB1E10@smtp.pobox.com> To: 9front@9front.org Date: Thu, 28 Sep 2023 00:06:17 -0700 From: unobe@cpan.org In-Reply-To: <9926B35B4A74AF2096B2EA3E8B2FA800@smtp.pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 8636F32A-5DCD-11EE-89F9-A19503B9AAD1-09620299!pb-smtp21.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: component database-aware framework 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 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. >