Control: usertag -1 udd
The problem was discussed on Debian-QA list. The discussion starts here:
https://lists.debian.org/debian-qa/2023/12/msg7.html
I opened this bug report to keep a record of the discussion in BTS.
There is one statement by Lucas Nussbaum[1] defending the current
si
On 07/12/23 at 20:24 +0100, Andreas Tille wrote:
> Am Thu, Dec 07, 2023 at 07:59:38PM +0100 schrieb Lucas Nussbaum:
> > On 07/12/23 at 09:58 +0100, Andreas Tille wrote:
> > > Hi,
> > >
> > > by chance I realised that the uploaders table contains some names where
> > > names
> > > are not stripped
Am Thu, Dec 07, 2023 at 07:59:38PM +0100 schrieb Lucas Nussbaum:
> On 07/12/23 at 09:58 +0100, Andreas Tille wrote:
> > Hi,
> >
> > by chance I realised that the uploaders table contains some names where
> > names
> > are not stripped:
> >
> > udd=> select '"' || u.name || '"' as name_with_space
On 07/12/23 at 09:58 +0100, Andreas Tille wrote:
> Hi,
>
> by chance I realised that the uploaders table contains some names where names
> are not stripped:
>
> udd=> select '"' || u.name || '"' as name_with_spaces, uploader from
> uploaders u where name like '% ' or name like ' %' ;
> name
Hi,
by chance I realised that the uploaders table contains some names where names
are not stripped:
udd=> select '"' || u.name || '"' as name_with_spaces, uploader from uploaders
u where name like '% ' or name like ' %' ;
name_with_spaces | uploader
---
5 matches
Mail list logo