Marko Stijak
Marko Stijak
I would like to contribute with new type of queries that are suitable for reverse search applications. These new queries would be: 1. StringIsStartingWith - Opposite to StringStartsWith 2. StringIsEndingWith...
### Use case In addition to #3323, it would also be beneficial to introduce something like the `@Source` annotation. This annotation should behave similarly to the `@Context` annotation but utilize...
Hi, How to properly disconnect BinaryLogClient? I created a shutdown hook in my application in which I am calling `binaryLogClient.disconnect()`, but mysql server does not receive any event about connection...
Hi, When I use jQuery.ajax to load some html content that contains links from server, how to make these links be ajaxable? (Need somehow to be recognizable by Fullajax) When...