# HG changeset patch # User Stella Giannakopoulou # Date 1413971216 -10800 # Node ID 0f5d155b0febe2ce7d2adfa58b1431b0794b25dd # Parent 1f370b2e7e9c034a73f111800fd8fecd0b0e0f4d updated ChangeLog diff -r 1f370b2e7e9c -r 0f5d155b0feb ChangeLog --- a/ChangeLog Wed Oct 22 12:31:13 2014 +0300 +++ b/ChangeLog Wed Oct 22 12:46:56 2014 +0300 @@ -1,3 +1,7 @@ + * Fixed a bug that would not return the correct result or would fail + when a spatial function involved a constant and a variable. + (bug #74: http://bug.strabon.di.uoa.gr/ticket/74) + * Fixed a bug that would not return the correct spatial datatype of a projected geometry literal stored in the database. (bug #71: http://bug.strabon.di.uoa.gr/ticket/71) diff -r 1f370b2e7e9c -r 0f5d155b0feb runtime/src/main/resources/log4j.properties --- a/runtime/src/main/resources/log4j.properties Wed Oct 22 12:31:13 2014 +0300 +++ b/runtime/src/main/resources/log4j.properties Wed Oct 22 12:46:56 2014 +0300 @@ -1,7 +1,7 @@ # logger level values: OFF, ERROR, WARN, INFO, DEBUG, ALL #log4j.rootLogger=ALL, CA -#log4j.rootLogger=DEBUG, CA -log4j.rootLogger=INFO, CA +log4j.rootLogger=DEBUG, CA +#log4j.rootLogger=INFO, CA # Console Appender log4j.appender.CA=org.apache.log4j.ConsoleAppender