codesplode
codesplode
Initial pull request that just fixes the comparison operators and could be greatly improved by: - Merging type specific checks with the already type specific arithmetic operators, applying this fix...
## Problem We came across an issue today and believe I have figured out why it occurs. When using pebble with id values that are longs we noticed odd behavior...
### Checklist - [X] I've looked at the [documentation](https://leafletjs.com/reference.html) to make sure the behavior isn't documented and expected. - [X] I'm sure this is an issue with Leaflet, not with...
## Description I can't seem to find an example or means of getting the kermit log stripping plugin to function when upgrading to 2.0.0-RC4. The feature is mentioned on the...
**Is your feature request related to a problem? Please describe.** We commonly use preshared keys and had to manually edit the config and learn the yaml key for the preshared...
First off, I hope the jetbrains team has had a wonderful holiday season and stayed safe & healthy during these times. [JDBCTransaction.resultFor()](https://github.com/orangy/squash/blob/dc025481b7104a5e234d6df370d715b6b37c81eb/squash-jdbc/src/org/jetbrains/squash/drivers/JDBCTransaction.kt#L27) is a troubling method when creating Dialect Extensions,...
Often times, especially with mock / test data, it is handy to `ORDER BY rand()` or `SELECT rand() AS someName`. We have already implemented this functionality for MySQL's rand() function...
I took some time to separate and organize into pull requests some of my team's work on Squash that we thought you might like. We hope these features are useful...
## Description Adds common support for the SQL 92 case expression. Expressions of both common formats are supported. ## Supported SQL ### CASE With Primary Operand / Condition SQL: ```sql...
## Description This feature intends to generalize the creation of common `FunctionExpression` implementations within dialects. It introduces a `GeneralFunctionExpression` class for functions that simply need a name and one value,...