Changes in MariaDB Jupyter Kernel

You are viewing an old version of this article. View the current version here.

[v0.1.0] 11 January 2021

First release!

[v0.1.1] 29 March 2021

Features and improvements

  • Add pre-commit support in the GitHub Actions CI
  • Add two new example notebooks (contribution from Daniel Black)
  • Add more tests
  • Queries such as INSERT that don't return any result set should show a "Query OK" confirmation message (Contribution by XING-ZHI JIANG)
  • Add %%delimiter cell magic command to run a query under a different SQL delimiter
  • SQL error messages should only contain the relevant part of the error without the MariaDB error number

Bug fixes

  • Refactor CodeParser to address a number of bugs related to how the MariaDB kernel was parsing multi-line queries
  • Fixed bugs in MariaDB client that were leading to wrong multi-line outputs from functions such as JSON_DETAILED

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.