Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pbugnion/jupyterlab-sql

Tags

0.3.3

Toggle 0.3.3's commit message
[0.3.3] - 2020-01-04

This release:

- explicitly catches trying to connect to MySQL without specifiying
  a database to give a more informative error message (PR 108).
- allows listing views in the database summary (PR 104).
- switches the CI pipeline from Travis to GitHub actions (PRs 117 and
  118).
- adds a description to the Python package for greater
  discoverability (PR 121).
- Switches from a hybrid Yarn / NPM workflow for building JavaScript
  to one that just uses NPM (PR 116).
- Recognizes contributors in the README (PR 115).

0.3.1

Toggle 0.3.1's commit message
[0.3.1] - 2019-09-21

This release:
- Adds support for JupyterLab 1.1.x (PR 99). jupyterlab-sql 0.3.1 is
compatible with both JupyterLab 1.1.x and 1.0.x.

0.3.0

Toggle 0.3.0's commit message
[0.3.0] - 2019-07-06

This release adds support for JupyterLab 1.0 and drops support for
JupyterLab 0.x. (PR 88).

0.2.1

Toggle 0.2.1's commit message
[0.2.1] - 2019-06-25

This patch release:
- adds a lower bound to jsonschema to make sure we have
  the correct validators present (PR 83).

0.2.0

Toggle 0.2.0's commit message
[0.2.0] - 2019-06-22

This release adds a database explorer. Users can now see the tables in
their database and click on a table to open it (PRs 67, 77, 78, 79, 80).

0.1.8

Toggle 0.1.8's commit message
[0.1.8] - 2019-04-08

Added:
- support for sqlite databases, both in memory and file-backed (PR 66).

0.1.7

Toggle 0.1.7's commit message
[0.1.7] - 2019-04-01

- Column sizes are now automatically calculated based on the width of
  their content over the first 100 rows (PR 65).

0.1.6

Toggle 0.1.6's commit message
[0.1.6] - 2018-03-16

Fixed:
- issue with PostgreSQL numeric type (PR 62).
- issue with pressing <return> in connection bar (PR 63).

0.1.5

Toggle 0.1.5's commit message
[0.1.5] - 2019-03-14

- Ability to select individual cells and copy contents to the clipboard.

0.1.4

Toggle 0.1.4's commit message
0.1.4

- Ctrl+Enter now executes a cell (PR 52)
- The password is now obscured when the connection string is not in
  focus (PR 45)
- Minimal unit testing on client with Jest (PR 45 and 51).