Skip to content

Commit 9919250

Browse files
committed
Chore: Update documentation content
- Add missing credits to change log - Update to crate-docs 2.1.1 - Improve wording - Update intersphinx reference to SQLAlchemy 2.x
1 parent fac7355 commit 9919250

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Unreleased
2828

2929
- Allow handling datetime values tagged with time zone info when inserting or updating.
3030

31-
- SQLAlchemy: Fix SQL statement caching for CrateDB's ``OBJECT`` type.
31+
- SQLAlchemy: Fix SQL statement caching for CrateDB's ``OBJECT`` type. Thanks, @faymarie.
3232

3333
- SQLAlchemy: Refactor ``OBJECT`` type to use SQLAlchemy's JSON type infrastructure.
3434

docs/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"schemaVersion": 1,
33
"label": "docs build",
4-
"message": "2.1.0"
4+
"message": "2.1.1"
55
}

docs/by-example/sqlalchemy/advanced-querying.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ SQLAlchemy: Advanced querying
55
=============================
66

77
This section of the documentation demonstrates running queries using a fulltext
8-
index with analyzer, queries using counting and aggregations, and support for
9-
the ``INSERT...FROM SELECT`` construct, all using the CrateDB SQLAlchemy dialect.
8+
index with an analyzer, queries using counting and aggregations, and support for
9+
the ``INSERT...FROM SELECT`` and ``INSERT...RETURNING`` constructs, all using the
10+
CrateDB SQLAlchemy dialect.
1011

1112

1213
.. rubric:: Table of Contents

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
intersphinx_mapping.update({
1313
'py': ('https://docs.python.org/3/', None),
14-
'sa': ('https://docs.sqlalchemy.org/en/14/', None),
14+
'sa': ('https://docs.sqlalchemy.org/en/20/', None),
1515
'urllib3': ('https://urllib3.readthedocs.io/en/1.26.13/', None),
1616
'dask': ('https://docs.dask.org/en/stable/', None),
1717
'pandas': ('https://pandas.pydata.org/docs/', None),

docs/sqlalchemy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The CrateDB SQLAlchemy dialect is validated to work with SQLAlchemy versions
2828
.. SEEALSO::
2929

3030
For general help using SQLAlchemy, consult the :ref:`SQLAlchemy tutorial
31-
<sa:ormtutorial_toplevel>` or the `SQLAlchemy library`_.
31+
<sa:unified_tutorial>` or the `SQLAlchemy library`_.
3232

3333
Supplementary information about the CrateDB SQLAlchemy dialect can be found
3434
in the :ref:`data types appendix <data-types-sqlalchemy>`.

0 commit comments

Comments
 (0)