issues Search Results · repo:github/github-ds language:Ruby
Filter by
16 results
(87 ms)16 results
ingithub/github-ds (press backspace or delete to remove)require pp
Create new instance using ActiveRecord s default connection.
kv = GitHub::KV.new { ActiveRecord::Base.connection }
Get a key.
pp kv.get( foo )
GitHub::Result:0x3fd88cd3ea9c value: nil
...
jabrix32
- Opened 6 days ago
- #75
When using the increment method, if you increment the value below 0, the output is unexpected and subsequent increments
fail.
GitHub.kv.get(kv_key).value! { 0 }
nil
GitHub.kv.increment(kv_key)
1 ...
bug
scotttesler
- Opened on Aug 24, 2023
- #65
Can we get a new release of this? I d be happy to be on the repo again and help maintain it. I was the original releaser
from GitHub back in the day so I m not just some rando off the street. 😄
jnunemaker
- 3
- Opened on Jul 24, 2023
- #64
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 hour.
Given a PST time and a fallback to standard ...
wowyzga
- Opened on Nov 10, 2022
- #62
alexandra-tashjian
- Opened on Nov 17, 2021
- #59
Hi there,
I am having some trouble to convert UTC to current time zone in the specific code below:
sql = GitHub::SQL.new -SQL
SELECT
DATE(some_datetime::TIMESTAMPTZ AT TIME ZONE ...
rmonteiro89
- 2
- Opened on Nov 28, 2018
- #41
Should delegate to connection. Same idea as the class level one, but uses the exact connection that the instance is
using for situations when many connections are at play in one app. We should also document ...
enhancement
jnunemaker
- 1
- Opened on Oct 13, 2017
- #29
Whatever I do I get this error Rails 5.1 ruby 2.4.1
tried require manually variants
require github/ds
require github/sql
require github/sql
require github/ds.rb
require github/sql.rb
none ...
lizdeika
- 1
- Opened on Sep 26, 2017
- #27
Has this library been checked for thread safety? (in particular, for MRI ruby)
E.g. when looking at GitHub::Result.error(e) I noticed it appears to be setting an instance variable within a class
method: ...
KelseyDH
- 2
- Opened on Jul 13, 2017
- #18

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.