Changeset: a424b803fad8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a424b803fad8 Modified Files: clients/mapilib/ChangeLog monetdb5/ChangeLog sql/ChangeLog Branch: default Log Message:
Added some ChangeLog messages. diffs (38 lines): diff --git a/clients/mapilib/ChangeLog b/clients/mapilib/ChangeLog --- a/clients/mapilib/ChangeLog +++ b/clients/mapilib/ChangeLog @@ -1,3 +1,10 @@ # ChangeLog file for mapilib # This file is updated with Maddlog +* Tue Aug 1 2017 Sjoerd Mullender <[email protected]> +- The functions mapi_error_str and mapi_result_error now return const char + * instead of plain char * to indicate that the returned data belongs + to the library and should not be changed or freed by the application. +- New function const char *mapi_result_errorcode(MapiHdl) which returns + the SQLSTATE code if available when an error has occurred. + diff --git a/monetdb5/ChangeLog b/monetdb5/ChangeLog --- a/monetdb5/ChangeLog +++ b/monetdb5/ChangeLog @@ -1,3 +1,8 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Tue Aug 1 2017 Sjoerd Mullender <[email protected]> +- Lots of changes to streamline the internal error handling. + In principle, all errors should now include a SQLSTATE error code + (see the SQL standard). + diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -1,3 +1,8 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Tue Aug 1 2017 Sjoerd Mullender <[email protected]> +- Lots of changes to streamline the internal error handling. + In principle, all errors should now include a SQLSTATE error code + (see the SQL standard). + _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
