Changeset: abcd3f1a37b7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=abcd3f1a37b7 Modified Files: sql/ChangeLog Branch: default Log Message:
we now have the string trim and pad functions diffs (14 lines): diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Wed Apr 9 2014 Jennie Zhang <[email protected]> +- Added PostgreSQL compatible string TRIM, LTRIM, RTRIM, LPAD and RPAD + functions + * Fri Dec 13 2013 Sjoerd Mullender <[email protected]> - Stop support for upgrading directly from a database created with a server from the Oct2012 release or older. You can upgrade via the _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
