Skip to content

Commit 35d3a55

Browse files
Correct typos/errors from PR658.
1 parent 987a31b commit 35d3a55

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release notes
22

3-
### 0.12.0 -- October 1, 2019
3+
### 0.12.0 -- October 31, 2019
44
* Dropped support for Python 3.4
55
* Support secure connections with TLS (aka SSL) PR #620
66
* Convert numpy array from python object to appropriate data type if all elements are of the same type (#587) PR #608

docs-parts/admin/5-blob-config_lang4.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
To remove only the tracking entries in the external table, call `delete`
3-
on the external table for the external configuration with the argument
4-
`delete_external_files=False`.
2+
To remove only the tracking entries in the external table, call ``delete``
3+
on the ``~external_<storename>`` table for the external configuration with the argument
4+
``delete_external_files=False``.
55

66
.. note::
77

@@ -23,7 +23,7 @@ on the external table for the external configuration with the argument
2323
2424
.. note::
2525

26-
Setting `delete_external_files=True` will always attempt to delete
26+
Setting ``delete_external_files=True`` will always attempt to delete
2727
the underlying data file, and so should not typically be used with
28-
the `filepath` datatype.
28+
the ``filepath`` datatype.
2929

docs-parts/existing/1-Loading-Classes_lang1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ table names as they appear in the database.
107107
.. .. raw:: html
108108
.. :file: dimitri-ERD.svg
109109
110-
You may view the diagram but, at this point, there is now way to interact with
110+
You may view the diagram but, at this point, there is no way to interact with
111111
these tables. A similar situation arises when another developer has added new
112112
tables to the schema but has not yet shared the updated module code with you.
113113
Then the diagram will show a mixture of class names and database table names.
@@ -160,7 +160,7 @@ We can mimick this import without having access to ``university.py`` using the
160160
161161
*Connecting dimitri@localhost:3306*
162162

163-
Now uni behaves as an imported module complete with the schema object and all
163+
Now ``uni`` behaves as an imported module complete with the schema object and all
164164
the table classes.
165165

166166
.. code-block:: python

docs-parts/intro/Releases_lang1.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.12.0 -- October 1, 2019
1+
0.12.0 -- October 31, 2019
22
-------------------------
33
* Dropped support for Python 3.4
44
* Support secure connections with TLS (aka SSL) PR #620
@@ -19,6 +19,9 @@
1919
* Accept alias for supported MySQL datatypes (#544) PR #545
2020
* Support for pandas in `fetch` (#459, #537) PR #534
2121
* Support for ordering by "KEY" in `fetch` (#541) PR #534
22+
* Add config to enable python native blobs PR #672, #676
23+
* Add secure option for external storage (#663) PR #674, #676
24+
* Add blob migration utility from DJ011 to DJ012 PR #673
2225
* Improved external storage - a migration script needed from version 0.11 (#467, #475, #480, #497) PR #532
2326
* Increase default display rows (#523) PR #526
2427
* Bugfixes (#521, #205, #279, #477, #570, #581, #597, #596, #618, #633, #643, #644, #647, #648, #650, #656)

0 commit comments

Comments
 (0)