Federico De Giuli

Results 6 issues of Federico De Giuli

Enables IN/NIN whereHelper function generation for nullable types addressing issue #851. Based on #910. The generated helpers take the underlying primitive types, so that a `null.String` column would generate a...

As the title says. In sql, the `WHERE ... IN` clause is equally valid for nullable and non-nullable types. The templates generate WhereIn helper methods for primitive types: https://github.com/volatiletech/sqlboiler/blob/fad098aa2ba38220c0727620b7ea665983aec26e/templates/00_struct.go.tpl#L56 but...

waiting

When a stale value is fetched, because of the way promise code is scheduled (`Promise.then` just sticks the function on the even loop), the `val()` function passed to `getOrElse()` is...

These three functions (`ToIteratee`, `PartialRight`, and `Not`) allow us to turn simple functions into effective iteratees without having to explicitly wrap them in another function declaration. Closes issue #80

The connections provided by the go MySQL driver will return `ErrSkip` to any SQL query with parameters unless the `interpolateParams` option is explicitly set to true--it is false by default....

### Before Submitting Your Bug Report - [X] I have verified that there isn't already an issue reporting the same bug to prevent duplication. - [X] I have seen the...

bug
nsmenu