Ivan Ponomarev

Results 48 comments of Ivan Ponomarev

Well frankly speaking, as it's a complex feature, I'd rather avoid giving you any time estimations. So if you really need to test keyspace notifications here and now, use TestContainers....

Hello! Thank you for your report. Could you please give me more context: 1. What Redis client (Jedis/Lettuce/Redisson) are you using? I cannot figure out where `RedisHashes` class comes from....

Current problems with this PR: 1. All the embedded fonts must have open and free licenses. We cannot embed Times New Roman here. 2. Appropriate change must be made to...

It's funny, we've got the classical 'works on my machine' situation: here's what I've got from your spec: ![изображение](https://user-images.githubusercontent.com/20153286/114286641-454f4a80-9a69-11eb-84df-1545d3db1493.png) Maybe the problem is with fonts... What is your operating system?

By the way, can you reproduce the problem with SVG output?

1) Create RecversionException extends CelestaException. On DatabaseAdaptor / BasicCursor layer, throw RecversionException when (try)update() cause this error. 2) In order to better recognize recversion exception from all other database backend...

@asolntsev Thanks for the issue! `jsyntrax` is required to build 'railroad diagrams' in documentation. You can use [this command](https://github.com/CourseOrchestra/celesta/blob/e7e109d95a1fbd03cf5220d1c5ad7e02934ac5ac/.github/workflows/main.yml#L28) to build Celesta without the documentation Or, you can follow [this...

As asciidoctor-diagram is now able to use embedded jsyntrax, there is no need to install jsyntrax manually and Maven script should work from scratch. Closing this

Hi @eeverman ! So sorry for overlooking your question!! Celesta DDL has undocumented feature EXEC NATIVE, that can work like this: ```sql exec native POSTGRESQL before --{{ /* any vendor-specific...