Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08846ae

Browse files
committed
Prep for release
1 parent9ee042b commit08846ae

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎CHANGES‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,12 @@ Version 3.2.0 - October, 2024
106106

107107
- NEW/ENHANCED EXAMPLES
108108

109-
- Added query syntax to `mongodb_query_expression.py` with better support for
110-
array fields ("contains", "contains all", "contains any", and "contains none");
111-
"like" and "not like" operators to support SQL "%" wildcard matching and "=~"
112-
operator to support regex matching; and text search using "search for" operator.
113-
Also added support for:
109+
- Added query syntax to `mongodb_query_expression.py` with:
110+
- better support for array fields ("contains", "contains all",
111+
"contains any", and "contains none")
112+
- "like" and "not like" operators to support SQL "%" wildcard matching
113+
and "=~" operator to support regex matching
114+
- text search using "search for"
114115
- dates and datetimes as query values
115116
- `a[0]` style array referencing
116117

‎pyparsing/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def __repr__(self):
121121

122122

123123
__version_info__=version_info(3,2,0,"candidate",1)
124-
__version_time__="03 Oct 202414:58 UTC"
124+
__version_time__="05 Oct 202410:38 UTC"
125125
__version__=__version_info__.__version__
126126
__versionTime__=__version_time__
127127
__author__="Paul McGuire <ptmcg.gm+pyparsing@gmail.com>"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp