sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-18 18:38:43 +00:00
parent 2c0afcbbf3
commit b72ce7a5e9
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
1248 changed files with 11809 additions and 12798 deletions

View file

@ -1,5 +1,5 @@
#! /usr/bin/perl
# $OpenBSD: Sql.pm,v 1.36 2023/06/15 14:33:13 espie Exp $
# $OpenBSD: Sql.pm,v 1.37 2023/08/14 09:21:36 espie Exp $
#
# Copyright (c) 2018 Marc Espie <espie@openbsd.org>
#
@ -446,7 +446,7 @@ sub is_unique_name($self, $name)
{
my $c = $self->{column_names}{$self->normalize($name)};
if (!defined $c) {
die "$name not registed in ", $self->identify;
die "$name not registered in ", $self->identify;
}
return $c == 1;
}