On Tue, Dec 1, 2009 at 11:32 AM, Simon Nuttall <[email protected]> wrote: > I have tracked down a duplicate entry problem to two tag keys that > have the different capitalisation: > > <node id="568478319" version="1" timestamp="2009-11-22T16:29:08Z" > uid="192124" user="Tony0" changeset="3187836" lat="50.6536544" > lon="-3.8970201"> > <tag k="historic" v="archaeological_site"/> > <tag k="Historic" v="Ruin"/> > <tag k="name" v="Three Boys"/> > <tag k="wpt_symbol" v="Dot"/> > </node> > > How should I fix up the table definition (I'm using MySQL) to skip over this?
See if `k` varchar(255) binary NOT NULL default '' works. _______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev
