Bugs item #1980111, was opened at 2008-05-31 05:28 Message generated for change (Comment added) made by skinkie 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: Closed >Resolution: Invalid 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' ---------------------------------------------------------------------- >Comment By: Stefan de Konink (skinkie) Date: 2008-06-02 13:19 Message: Logged In: YES user_id=533026 Originator: YES Seems to be working now. ---------------------------------------------------------------------- Comment By: Niels Nes (nielsnes) Date: 2008-05-31 20:43 Message: Logged In: YES user_id=43556 Originator: NO could you add the create table and copy into (or insert into) statements. ---------------------------------------------------------------------- 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
