Changeset: 3b8d72b9d149 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3b8d72b9d149
Added Files:
        clients/mapilib/ChangeLog.odbc_loader
        sql/ChangeLog.odbc_loader
Branch: odbc_loader
Log Message:

Add ChangeLog.odbc_loader entries

Is this the right file name?

Maybe not all these changes need a changelog entry..


diffs (40 lines):

diff --git a/clients/mapilib/ChangeLog.odbc_loader 
b/clients/mapilib/ChangeLog.odbc_loader
new file mode 100644
--- /dev/null
+++ b/clients/mapilib/ChangeLog.odbc_loader
@@ -0,0 +1,19 @@
+# ChangeLog file for mapilib
+# This file is updated with Maddlog
+
+* Wed Jan 29 2025 Joeri van Ruth <joeri.van.r...@monetdbsolutions.com>
+- msettings can now be allocated with a custom memory allocator using
+  msettings_create_with() and msettings_clone_with().  This is used in
+  the SQL module to allocate them using the arena allocator.
+- The msettings objects no longer keep track of 'ignored' settings.
+  Function msetting_set_ignored has been removed.
+- Function msetting_as_string() has been changed to never return a newly
+  allocated string.  To make this possible the user now has to pass in
+  a small scratch buffer that will be used if the setting is a number.
+  (booleans and strings can use existing strings).
+- Functions msettings_parse_url() and msettings_validate() have been
+  modified to return any error message instead of setting it through a
+  pointer parameter.
+- Function msettings_write_url() has been added to render an msettings
+  object as a URL string.
+
diff --git a/sql/ChangeLog.odbc_loader b/sql/ChangeLog.odbc_loader
new file mode 100644
--- /dev/null
+++ b/sql/ChangeLog.odbc_loader
@@ -0,0 +1,11 @@
+# ChangeLog file for sql
+# This file is updated with Maddlog
+
+* Wed Jan 29 2025 Joeri van Ruth <joeri.van.r...@monetdbsolutions.com>
+- REMOTE TABLES and REPLICA TABLES now fully support the monetdb://
+  and monetdbs:// URL's introduced in Aug2024.
+  Any mapi:monetdb:// URL's are normalized to the new style.
+- Add function sa_msettings_create() to allocate an msettings object
+  using the arena allocator.
+- Unused helper function mapiuri_database() has been removed from
+  rel_remote.h.
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to