github-ds icon indicating copy to clipboard operation
github-ds copied to clipboard

A collection of Ruby libraries for working with SQL on top of ActiveRecord's connection

Results 7 github-ds issues
Sort by recently updated
recently updated
newest added

This PR is a continuation of the bugfix in #53: * Adds `--table-name` to the migration generator and config (for easier use, and for use in tests) * Adds `--case-sensitive`...

I see that some SQL queries and migration are designed primary for MySQL and won't be able on PostgreSQL out-of-the-box. Do you guys interested in supporting postgres? Will you accept...

These are both private APIs, but _load_from_sql will give us even more standard behaviour (this is what find_by_sql calls) including emitting the instantiation.active_record notification. This may be faster in some...

When using the [`increment`](https://github.com/github/github-ds/blob/f964ab2d75272d5b5d2fef68416abcab7bd2dc3a/lib/github/kv.rb#L287) method, if you increment the value below 0, the output is unexpected and subsequent `increment`s fail. ```ruby > GitHub.kv.get(kv_key).value! { 0 } nil > GitHub.kv.increment(kv_key) 1...

bug

:wave: Hello from the [Product Security Engineering](https://github.com/github/product-security-engineering#product-security-engineering) team! As recently announced in our [engineering discussion post](), we're opening up this PR to enable Dependabot actions updates by adding (or updating)...

### Context During the DST to standard time change, when the SQL server is running in a local time zone, records cannot be found when `expires_at` is set to 1...