Changeset: bdf63b3e166a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bdf63b3e166a Modified Files: sql/ChangeLog.Aug2011 sql/ChangeLog.Dec2011 Branch: Dec2011 Log Message:
moved sign() changelog entry to Dec2011, since it was reverted in Aug2011 diffs (25 lines): diff --git a/sql/ChangeLog.Aug2011 b/sql/ChangeLog.Aug2011 --- a/sql/ChangeLog.Aug2011 +++ b/sql/ChangeLog.Aug2011 @@ -1,10 +1,6 @@ # ChangeLog file for sql # This file is updated with Maddlog -* Wed Nov 2 2011 Sjoerd Mullender <[email protected]> -- Changed a bug where the sign() function returned the same type as its - argument instead of always an INTEGER. - * Wed Oct 26 2011 Fabian Groffen <[email protected]> - Added a fix for bug #2834, which caused weird (failing) behaviour with PreparedStatements. diff --git a/sql/ChangeLog.Dec2011 b/sql/ChangeLog.Dec2011 --- a/sql/ChangeLog.Dec2011 +++ b/sql/ChangeLog.Dec2011 @@ -6,3 +6,7 @@ csv+c where c is the column separator. The form with csv+ produces a single header line with column names. +* Wed Nov 2 2011 Sjoerd Mullender <[email protected]> +- Changed a bug where the sign() function returned the same type as its + argument instead of always an INTEGER. + _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
