issues Search Results · repo:github/github-ds language:Ruby
Filter by
14 results
(91 ms)14 results
ingithub/github-ds (press backspace or delete to remove)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
$ rails g
... snip ...
Github:
github:d_s:active_record
... snip ...
Feels gross. Need to figure out the right fix to make it ds instead of d_s.
xref https://github.com/github/github-ds/issues/10#issuecomment-299117648 ...
bug
jnunemaker
- Opened on May 22, 2017
- #15
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 PR?
bronislav
- 4
- Opened on May 18, 2017
- #14

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.
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.