codesplode

Results 20 comments of codesplode

Noticing that this hasn't received any responses from others, I'm willing to help where I can. I don't get a lot of time to help out every project, but I've...

If a maintainer could review everything, I've completed a significant change to the Binary Comparison and Operation methods in `OperatorUtils` that should handle all numeric types effectively. When the two...

I have created a branch with the equals operator corrected, though it could definitely use further cleanup since it was done quickly this morning. After seeing that all Binary operators...

Totally agree with you here. This feature is one of the main ones that seems to bloat many of the artifact products into hardware chewing disappointments if I'm honest, but...

Not sure what Javalin has in the way of scheduling, but two paths that come to mind: - A very simplistic backup using coroutines on a delayed check - A...

Sure. As long as it's safe mid transaction I think that would be perfectly fine. I'm not super familiar with all the things reposilite uses the database for yet. Other...

We have more changes to contribute, including allowing nullable columns in LIKE expressions, and more work on the MySQL data math functions, among others, but the work is starting to...

Hi @orangy , As an update, we've been adding even more features to squash and have column in (subquery) support, isNull() / isNotNull() support, numeric column casting (using int column...

Hi @orangy It's been a while and we've now made many improvements to squash that have not been merged in, plus many more sitting in our repo, but I want...

Hi Jan, Yes, you are correct on where to add the options. I for example use a connection pool interface that I pass through to that parses the jdbc url...