While YottaDB r1.34 is an otherwise modest successor to r1.32, internal changes allow the popular programming language Python to be fully Supported. We are excited about making YottaDB available to the large Python user community. Here is a “Hello,World” Python program that updates the database and illustrates YottaDB’s Unicode support:
import yottadbhub.docker.com/r/yottadb/yottadb-debian) includes the Python wrapper. We thank Peter Goss for his contributions to the Python wrapper.
if __name__ == "__main__":
yottadb.set("^hello", ("Python",), value="नमस्ते दुनिया")
The Python wrapper can be installed with pip install yottadb. Full details of the API are in the Python wrapper user documentation (https://docs.yottadb.com/MultiLangProgGuide/pythonprogram.html). The current Debian Docker image at Docker Hub (https://
Python joins C, Go, M, node.js, Perl, and Rust as languages with APIs to access YottaDB.new Rust wrapper is available now; the new Go wrapper will be released next week.)
Owing to an internal change required to support the Python wrapper, application code written in Go and Rust will need to be compiled with new versions of the Go and Rust wrappers. We anticipate no regressions, and apologize for the inconvenience. (The
As promised in recent blog post on Fuzz Testing YottaDB (https://yottadb.com/fuzz-testing-yottadb/), we accelerated the release of YottaDB r1.34 to release fixes to the first tranche of bugs found by fuzz testing. We thank Zachary Minneker of SecurityInnovation (https://www.securityinnovation.com/) for Fuzz Testing YottaDB and bringing its benefits to our attention.
In addition to fixes for issues, whether found by fuzz testing or otherwise, YottaDB r1.34 has enhancements that make it faster and more friendly, e.g.,
– Faster stringpool garbage collection, thanks to Alexander Sergeev and Konstantin Aristov.
– HOME and END keys work in direct mode for READ, thanks to Sergey Kamenev.
– Multiple improvements to ydbinstall / ydbinstall.sh.
– Enhancements to ydb_env_set to improve performance under some conditions and to be compatible with existing environments created without ydb_env_set.
– Enhancements to the %RSEL utility program.
YottaDB r1.34 also inherits enhancements and fixes from GT.M V6.3-011.
Details are in the release notes.
Please try YottaDB r1.34 and let us know what you think. Thank you for your interest in YottDB.
Regards
– Bhaskar
On Friday, February 25, 2022 at 5:12:05 PM UTC-5, K.S. Bhaskar wrote:World” Python program that updates the database and illustrates YottaDB’s Unicode support:
While YottaDB r1.34 is an otherwise modest successor to r1.32, internal changes allow the popular programming language Python to be fully Supported. We are excited about making YottaDB available to the large Python user community. Here is a “Hello,
/hub.docker.com/r/yottadb/yottadb-debian) includes the Python wrapper. We thank Peter Goss for his contributions to the Python wrapper.import yottadb
if __name__ == "__main__":
yottadb.set("^hello", ("Python",), value="नमस्ते दुनिया")
The Python wrapper can be installed with pip install yottadb. Full details of the API are in the Python wrapper user documentation (https://docs.yottadb.com/MultiLangProgGuide/pythonprogram.html). The current Debian Docker image at Docker Hub (https:/
The new Rust wrapper is available now; the new Go wrapper will be released next week.)Python joins C, Go, M, node.js, Perl, and Rust as languages with APIs to access YottaDB.
Owing to an internal change required to support the Python wrapper, application code written in Go and Rust will need to be compiled with new versions of the Go and Rust wrappers. We anticipate no regressions, and apologize for the inconvenience. (
Security Innovation (https://www.securityinnovation.com/) for Fuzz Testing YottaDB and bringing its benefits to our attention.As promised in recent blog post on Fuzz Testing YottaDB (https://yottadb.com/fuzz-testing-yottadb/), we accelerated the release of YottaDB r1.34 to release fixes to the first tranche of bugs found by fuzz testing. We thank Zachary Minneker of
In addition to fixes for issues, whether found by fuzz testing or otherwise, YottaDB r1.34 has enhancements that make it faster and more friendly, e.g.,
– Faster stringpool garbage collection, thanks to Alexander Sergeev and Konstantin Aristov.
– HOME and END keys work in direct mode for READ, thanks to Sergey Kamenev.
– Multiple improvements to ydbinstall / ydbinstall.sh.
– Enhancements to ydb_env_set to improve performance under some conditions and to be compatible with existing environments created without ydb_env_set.
– Enhancements to the %RSEL utility program.
YottaDB r1.34 also inherits enhancements and fixes from GT.M V6.3-011.
Details are in the release notes.
Please try YottaDB r1.34 and let us know what you think. Thank you for your interest in YottDB.
RegardsI'm having difficulties installing r1.34 on an Ubuntu Linux 20.4 system that r1.32 installed on successfully. The error is:
– Bhaskar
%YDBENV-F-ICUNOTFIND UTF-8 character set specified but ICU version not found $ZSTATUS="150379506,set+72^%YDBENV,%YDB-E-SETECODE, Non-empty value assigned to $ECODE (user-defined error trap)"
Sourcing /usr/local/lib/yottadb/r134/ydb_env_set returned status 243
I'm working figuring out what exactly needs to be installed/configured for YottaDB to be happy. So far I've had to install pkgconfig to support the line that is generating the error:
. . . open "pkg-config --modversion icu-io":(shell="/bin/sh":command="pkg-config --modversion icu-io":readonly)::"pipe" use "pkg-config --modversion icu-io"
(pkgconfig is the apt install package for pkg-config). I haven't figured out yet how to get the icu-io package, but I'll keep plugging away at it.
Mark
On Monday, March 28, 2022 at 5:40:46 PM UTC-4, OldMster wrote:Hello, World” Python program that updates the database and illustrates YottaDB’s Unicode support:
On Friday, February 25, 2022 at 5:12:05 PM UTC-5, K.S. Bhaskar wrote:
While YottaDB r1.34 is an otherwise modest successor to r1.32, internal changes allow the popular programming language Python to be fully Supported. We are excited about making YottaDB available to the large Python user community. Here is a “
https://hub.docker.com/r/yottadb/yottadb-debian) includes the Python wrapper. We thank Peter Goss for his contributions to the Python wrapper.import yottadb
if __name__ == "__main__":
yottadb.set("^hello", ("Python",), value="नमस्ते दुनिया")
The Python wrapper can be installed with pip install yottadb. Full details of the API are in the Python wrapper user documentation (https://docs.yottadb.com/MultiLangProgGuide/pythonprogram.html). The current Debian Docker image at Docker Hub (
The new Rust wrapper is available now; the new Go wrapper will be released next week.)Python joins C, Go, M, node.js, Perl, and Rust as languages with APIs to access YottaDB.
Owing to an internal change required to support the Python wrapper, application code written in Go and Rust will need to be compiled with new versions of the Go and Rust wrappers. We anticipate no regressions, and apologize for the inconvenience. (
Security Innovation (https://www.securityinnovation.com/) for Fuzz Testing YottaDB and bringing its benefits to our attention.As promised in recent blog post on Fuzz Testing YottaDB (https://yottadb.com/fuzz-testing-yottadb/), we accelerated the release of YottaDB r1.34 to release fixes to the first tranche of bugs found by fuzz testing. We thank Zachary Minneker of
In addition to fixes for issues, whether found by fuzz testing or otherwise, YottaDB r1.34 has enhancements that make it faster and more friendly, e.g.,
– Faster stringpool garbage collection, thanks to Alexander Sergeev and Konstantin Aristov.
– HOME and END keys work in direct mode for READ, thanks to Sergey Kamenev.
– Multiple improvements to ydbinstall / ydbinstall.sh.
– Enhancements to ydb_env_set to improve performance under some conditions and to be compatible with existing environments created without ydb_env_set.
– Enhancements to the %RSEL utility program.
YottaDB r1.34 also inherits enhancements and fixes from GT.M V6.3-011.
Details are in the release notes.
Please try YottaDB r1.34 and let us know what you think. Thank you for your interest in YottDB.
RegardsI'm having difficulties installing r1.34 on an Ubuntu Linux 20.4 system that r1.32 installed on successfully. The error is:
– Bhaskar
%YDBENV-F-ICUNOTFIND UTF-8 character set specified but ICU version not found
$ZSTATUS="150379506,set+72^%YDBENV,%YDB-E-SETECODE, Non-empty value assigned to $ECODE (user-defined error trap)"
Sourcing /usr/local/lib/yottadb/r134/ydb_env_set returned status 243
I'm working figuring out what exactly needs to be installed/configured for YottaDB to be happy. So far I've had to install pkgconfig to support the line that is generating the error:
. . . open "pkg-config --modversion icu-io":(shell="/bin/sh":command="pkg-config --modversion icu-io":readonly)::"pipe" use "pkg-config --modversion icu-io"
(pkgconfig is the apt install package for pkg-config). I haven't figured out yet how to get the icu-io package, but I'll keep plugging away at it.
MarkOk, I knew all I had to do was post here to figure it out. The apt install package needed is libicu-dev.
Mark
On Monday, March 28, 2022 at 5:43:42 PM UTC-4, OldMster wrote:Hello, World” Python program that updates the database and illustrates YottaDB’s Unicode support:
On Monday, March 28, 2022 at 5:40:46 PM UTC-4, OldMster wrote:
On Friday, February 25, 2022 at 5:12:05 PM UTC-5, K.S. Bhaskar wrote:
While YottaDB r1.34 is an otherwise modest successor to r1.32, internal changes allow the popular programming language Python to be fully Supported. We are excited about making YottaDB available to the large Python user community. Here is a “
https://hub.docker.com/r/yottadb/yottadb-debian) includes the Python wrapper. We thank Peter Goss for his contributions to the Python wrapper.import yottadb
if __name__ == "__main__":
yottadb.set("^hello", ("Python",), value="नमस्ते दुनिया")
The Python wrapper can be installed with pip install yottadb. Full details of the API are in the Python wrapper user documentation (https://docs.yottadb.com/MultiLangProgGuide/pythonprogram.html). The current Debian Docker image at Docker Hub (
(The new Rust wrapper is available now; the new Go wrapper will be released next week.)Python joins C, Go, M, node.js, Perl, and Rust as languages with APIs to access YottaDB.
Owing to an internal change required to support the Python wrapper, application code written in Go and Rust will need to be compiled with new versions of the Go and Rust wrappers. We anticipate no regressions, and apologize for the inconvenience.
Security Innovation (https://www.securityinnovation.com/) for Fuzz Testing YottaDB and bringing its benefits to our attention.As promised in recent blog post on Fuzz Testing YottaDB (https://yottadb.com/fuzz-testing-yottadb/), we accelerated the release of YottaDB r1.34 to release fixes to the first tranche of bugs found by fuzz testing. We thank Zachary Minneker of
env_set.In addition to fixes for issues, whether found by fuzz testing or otherwise, YottaDB r1.34 has enhancements that make it faster and more friendly, e.g.,
– Faster stringpool garbage collection, thanks to Alexander Sergeev and Konstantin Aristov.
– HOME and END keys work in direct mode for READ, thanks to Sergey Kamenev.
– Multiple improvements to ydbinstall / ydbinstall.sh.
– Enhancements to ydb_env_set to improve performance under some conditions and to be compatible with existing environments created without ydb_env_set.
– Enhancements to the %RSEL utility program.
YottaDB r1.34 also inherits enhancements and fixes from GT.M V6.3-011.
Details are in the release notes.
Please try YottaDB r1.34 and let us know what you think. Thank you for your interest in YottDB.
RegardsI'm having difficulties installing r1.34 on an Ubuntu Linux 20.4 system that r1.32 installed on successfully. The error is:
– Bhaskar
%YDBENV-F-ICUNOTFIND UTF-8 character set specified but ICU version not found
$ZSTATUS="150379506,set+72^%YDBENV,%YDB-E-SETECODE, Non-empty value assigned to $ECODE (user-defined error trap)"
Sourcing /usr/local/lib/yottadb/r134/ydb_env_set returned status 243
I'm working figuring out what exactly needs to be installed/configured for YottaDB to be happy. So far I've had to install pkgconfig to support the line that is generating the error:
. . . open "pkg-config --modversion icu-io":(shell="/bin/sh":command="pkg-config --modversion icu-io":readonly)::"pipe" use "pkg-config --modversion icu-io"
(pkgconfig is the apt install package for pkg-config). I haven't figured out yet how to get the icu-io package, but I'll keep plugging away at it.
MarkOk, I knew all I had to do was post here to figure it out. The apt install package needed is libicu-dev.
MarkGlad you figured it out, Mark. One thing to be aware of is that if YottaDB is installed with UTF-8 support, sourcing ydb_env_set will run YottaDB in UTF-8 mode. For M mode either install it without UTF-8 support or set ydb_chset=M before sourcing ydb_
RegardsHmmm, I don't know what I'm running in then. I don't source ydb_env_set, I set the various environment variables in my own shell script, I don't set ydb_chset, so whatever the default is.
– Bhaskar
Hmmm, I don't know what I'm running in then. I don't source ydb_env_set, I set the various environment variables in my own shell script, I don't set ydb_chset, so whatever the default is.
yottadb.com appears to be down right now. I was going to look at the administrators guide documentation to get a better understanding of how to set up or not set up UTF-8 support, but I'll try again later.
Mark
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 403 |
Nodes: | 16 (2 / 14) |
Uptime: | 16:44:18 |
Calls: | 8,482 |
Calls today: | 4 |
Files: | 13,187 |
Messages: | 5,912,961 |