Bugs item #1980111, was opened at 2008-05-31 05:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1980111&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SQL/Core
Group: SQL CVS Head
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stefan de Konink (skinkie)
Assigned to: Niels Nes (nielsnes)
Summary: WHERE x='type' fails

Initial Comment:
sql>select * from relation_tags where relation=4239539 and v='way';
+----------+-----+----+
| relation |k    |v   |
+==========+=====+====+
|  4239539 |type |way |
+----------+-----+----+

sql>select * from relation_tags where relation=4239539 and k like 'type';
+----------+-----+----+
| relation |k    |v   |
+==========+=====+====+
|  4239539 |type |way |
+----------+-----+----+
sql>select * from relation_tags where relation=4239539 and k = 'type';
sql>


Imported from:

4239539,'type','way'


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1980111&group_id=56967

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to