Skip to content

Commit e57b336

Browse files
Add support for @ and ? in JSound schemas.
Add support for @ and ? in JSound schemas.
2 parents bf152fb + 81714e6 commit e57b336

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
338338

339339
# Latest updates
340340

341+
## Version 2.0.5
342+
- Support for @ (primary keys) within arrays of objects and ? for allowing null in JSound compact schemas. It corresponds to unique, and a union with js:null, in the JSound verbose syntax.
343+
341344
## Version 2.0.4
342345
- Fixed an issue when running the library from a working directory that has spaces in the path.
343346
- Removed an overlooked debug output printing an internal DataFrame schema during evaluation of let clauses.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "jsoniq"
7-
version = "2.0.4"
7+
version = "2.0.5"
88
description = "Python edition of RumbleDB, a JSONiq engine"
99
requires-python = ">=3.11"
1010
dependencies = [

src/jsoniq/jars/rumbledb-2.0.0.jar

1.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)