Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions hub/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

.. _changelog_2025-06-17:

2025-06-17
----------
* Added the ``bulk_schema`` property to the :ref:`SQL sink <sql_sink>`.
* ``use_bulk_operations=true`` now works with a custom database schema in the :ref:`SQL sink <sql_sink>` using the :ref:`Microsoft SQL Server system <mssql-sqlserver_system>`.

.. _changelog_2025-06-16:

2025-06-16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ Properties
-
-

* - ``bulk_schema``
- String
- Specifies the database schema that should be used when creating temporary tables in the bulk
operations mode. This property is currently only used by
the :ref:`Microsoft SQL Server system <mssql-sqlserver_system>`.
-
-

* - ``timestamp``
- String
- Defines a name of a property (column) that is added to each entity, containg a timestamp in UTC.
Expand All @@ -98,7 +106,7 @@ Properties
operations requires Sesam to have extra permissions in the database, for instance). Only some
sql systems supports bulk operations, see :ref:`the documentation of the SQL systems <sql_system>` for
details.
- ``false`` for now; will be changed to ``true`` at some future date.
- ``false``
-

* - ``keep_failed_bulk_operation_files``
Expand Down