LIKE Command

From: Bob Kenny <bob(at)linkmed(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: LIKE Command
Date: 2002-04-30 09:46:05
Message-ID: 3CCE67DD.A13F5C70@linkmed.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I have just upgraded to 7.2 and found a bug in the LIKE command. The
command I am using is

SELECT AccNum , StuID , StuInsUID , RefPhyNam , StuDes , PatAge , PatSiz
, PatWei , Owner , GroupName , Priv , PatParent , StuDat , StuTim ,
InsertDate , InsertTime , NumStuRelSer , NumStuRelIma FROM StudyLevel
WHERE StuInsUID like '1.2.826.0.1.4156771.2155605229.6692.1020158785.1'
AND PatParent = 'BONES';

This previously worked but now it will only work if I put some sort of
expression in the string (ie a % at the end).

Is this intended now or is it a bug.

Thanks in advance
--
Regards

Bob
_______________________________________________________________________
Bob Kenny,
Link Medical Limited,
Unit 9,
Moor Place Farm,
Plough Lane
Bramshill,
Hampshire RG27 0RF
England

Tel : (+44) 0118 9326850
Fax : (+44) 0118 9326717

Email : bob(at)linkmed(dot)org
Mobile: (+44) 7711 691880
_______________________________________________________________________

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2002-04-30 10:04:03 Bug #650: LIKE command
Previous Message Laurent Belmonte 2002-04-29 16:39:28 timestamp in trigger