File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Unreleased
28
28
29
29
- Allow handling datetime values tagged with time zone info when inserting or updating.
30
30
31
- - SQLAlchemy: Fix SQL statement caching for CrateDB's ``OBJECT`` type.
31
+ - SQLAlchemy: Fix SQL statement caching for CrateDB's ``OBJECT`` type. Thanks, @faymarie.
32
32
33
33
- SQLAlchemy: Refactor ``OBJECT`` type to use SQLAlchemy's JSON type infrastructure.
34
34
Original file line number Diff line number Diff line change 1
1
{
2
2
"schemaVersion" : 1 ,
3
3
"label" : " docs build" ,
4
- "message" : " 2.1.0 "
4
+ "message" : " 2.1.1 "
5
5
}
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ SQLAlchemy: Advanced querying
5
5
=============================
6
6
7
7
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.
10
11
11
12
12
13
.. rubric :: Table of Contents
Original file line number Diff line number Diff line change 11
11
12
12
intersphinx_mapping .update ({
13
13
'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 ),
15
15
'urllib3' : ('https://urllib3.readthedocs.io/en/1.26.13/' , None ),
16
16
'dask' : ('https://docs.dask.org/en/stable/' , None ),
17
17
'pandas' : ('https://pandas.pydata.org/docs/' , None ),
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The CrateDB SQLAlchemy dialect is validated to work with SQLAlchemy versions
28
28
.. SEEALSO ::
29
29
30
30
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 `_.
32
32
33
33
Supplementary information about the CrateDB SQLAlchemy dialect can be found
34
34
in the :ref: `data types appendix <data-types-sqlalchemy >`.
You can’t perform that action at this time.
0 commit comments