Changeset: 5b5ef2db63d2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5b5ef2db63d2
Modified Files:
        sql/test/BugTracker-2014/Tests/empty_intermediate_quantile.Bug-3611.sql
Branch: Oct2014
Log Message:

Add newline.


diffs (10 lines):

diff --git 
a/sql/test/BugTracker-2014/Tests/empty_intermediate_quantile.Bug-3611.sql 
b/sql/test/BugTracker-2014/Tests/empty_intermediate_quantile.Bug-3611.sql
--- a/sql/test/BugTracker-2014/Tests/empty_intermediate_quantile.Bug-3611.sql
+++ b/sql/test/BugTracker-2014/Tests/empty_intermediate_quantile.Bug-3611.sql
@@ -4,4 +4,4 @@ CREATE TABLE tempa ( one double , two in
 INSERT INTO tempa VALUES ( 1.0 , 1 ) , ( 2.0 , 2 ) ;
 SELECT quantile( one , 0.25 ) , quantile( one , 0.5 ) FROM tempa WHERE two > 2 
;
 
-ROLLBACK;
\ No newline at end of file
+ROLLBACK;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to