On Jan 16, 2011, at 15:03 , [email protected] wrote:

> Changeset: 2a59eb63c74e for MonetDB
> URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2a59eb63c74e
> Modified Files:
>       sql/test/sciql/Tests/.sciql04.sql.swp
                             ^^^^^^^^^^^^^^^^^^

>       sql/test/sciql/Tests/sci10.sql
> Branch: sciql
> Log Message:
> 
> Clean up the tests
> 
> 
> diffs (14 lines):
> 
> diff -r 2507b9f57529 -r 2a59eb63c74e sql/test/sciql/Tests/.sciql04.sql.swp
                                                           ^^^^^^^^^^^^^^^^^^
                                           This may not be the file you really 
want to check-in :)
                                           You might also want to remove this 
file from the repository...


> Binary file sql/test/sciql/Tests/.sciql04.sql.swp has changed
> diff -r 2507b9f57529 -r 2a59eb63c74e sql/test/sciql/Tests/sci10.sql
> --- a/sql/test/sciql/Tests/sci10.sql  Sun Jan 16 14:43:41 2011 +0100
> +++ b/sql/test/sciql/Tests/sci10.sql  Sun Jan 16 15:03:36 2011 +0100
> @@ -9,3 +9,8 @@
> SELECT (A.v+B.v)/2 FROM vector A, 
>   (SELECT x+1, w FROM vector) B;
> 
> +CREATE ARRAY vmatrix (  x INTEGER DIMENSION[-1:4], 
> +  y INTEGER DIMENSION[-1:4],
> +  w FLOAT DEFAULT 0) AS
> +SELECT x-1, y, v FROM matrix WHERE x > 2
> +UNION SELECT x, y, 0 FROM matrix WHERE x =3;
> _______________________________________________
> Checkin-list mailing list
> [email protected]
> http://mail.monetdb.org/mailman/listinfo/checkin-list

_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to