Bugs item #1971610, was opened at 2008-05-25 01:05
Message generated for change (Comment added) made by nielsnes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1971610&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: Documentation
Group: Website
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Stefan de Konink (skinkie)
Assigned to: Niels Nes (nielsnes)
Summary: Geom example doesn't work

Initial Comment:
The geom example that is written [1] seems to be non functional. The last query 
results in:

sql>SELECT forests.name,buildings.name
more>FROM forests,buildings
more>WHERE forests.name = 'Green Forest' and
more>    Overlaps(forests.shape, buildings.outline) = true;
!types multipolygon(0,0) (wkb) and geometry(0,0) (wkb) are not equal



[1] http://monetdb.cwi.nl/SQL/Documentation/SQL_002fGIS.html

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

>Comment By: Niels Nes (nielsnes)
Date: 2008-05-28 09:53

Message:
Logged In: YES 
user_id=43556
Originator: NO

Problem fixed in sql, we now overload sql-external types when they use the
same monetdb atom. Test added to src/sql example.sql

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

Comment By: Sjoerd Mullender (sjoerd)
Date: 2008-05-27 13:20

Message:
Logged In: YES 
user_id=43607
Originator: NO

Totally reproduceable.

Niels, is the query at fault or the schema?

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1971610&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