ydb-java-sdk icon indicating copy to clipboard operation
ydb-java-sdk copied to clipboard

Yandex Database Java SDK

Results 11 ydb-java-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.45.v20220203 to 9.4.51.v20230217. Release notes Sourced from jetty-server's releases. 9.4.51.v20230217 Sponsored Release This is a release of the End of Community Support Jetty 9.x series that was...

dependencies

Bumps [grpc-protobuf](https://github.com/grpc/grpc-java) from 1.43.2 to 1.53.0. Release notes Sourced from grpc-protobuf's releases. v1.53.0 New Features googleapis: Allow user set c2p bootstrap config (#9856) xds: Add contain and stringMatcher in RouteConfiguration...

dependencies

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.6. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.19.6 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.15.6 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...

dependencies

```java 2023-01-30 11:59:06.928 WARN 9739 --- [ault-executor-0] com.yandex.ydb.core.grpc.GrpcStatuses : gRPC issue io.grpc.StatusException: INTERNAL: Panic! This is a bug! at io.grpc.Status.asException(Status.java:543) ~[grpc-api-1.43.2.jar:1.43.2] at com.yandex.ydb.core.grpc.GrpcStatuses.getMessage(GrpcStatuses.java:42) [ydb-sdk-core-1.45.6.jar:na] at com.yandex.ydb.core.grpc.GrpcStatuses.toResult(GrpcStatuses.java:21) [ydb-sdk-core-1.45.6.jar:na] at com.yandex.ydb.core.grpc.UnaryStreamToFuture.onClose(UnaryStreamToFuture.java:54) [ydb-sdk-core-1.45.6.jar:na]...

Использую докер образ cr.yandex/yc/yandex-docker-local-ydb:latest Все действия с базой данных выполняются через Web консоль http://localhost:8765 Таблица имеет порядка 11 тысяч записей. При попытке удалить все записи (DELETE FROM accounts;) из таблицы...

### Problem The ydb-java-sdk does not allow to store a date, datetime or timestamp before 1.1.1970. In my opinion this does NOT make any sense. How do you suppose to...

Hi, I did tried look `YDB SDK Documentation` and `Prerequisites` from README.md but got 404 (NotFound).

Hello. I want to use YDB (serverless) console inside [IntelliJ IDEA](https://www.jetbrains.com/idea/) so I added new driver (ydb-sdk-jdbc-uberjar-1.8.0.jar) there and select "com.yandex.ydb.jdbc.YdbDriver" class. I take IAM token: `yc iam create-token >...

I'm running a cloud function every minute. Periodically I'm getting the following error while trying to get a db session. I'm closing a session at the end of the handler...