Skip to content

issues Search Results · repo:rethinkdb/rethinkdb-go language:Go

Filter by

0 results
 (54 ms)

0 results

inrethinkdb/rethinkdb-go (press backspace or delete to remove)

Is your feature request related to a problem? Please describe. The tests are not executed upon a PR or merge. Describe the solution you d like Add CI/CD integration using GitHub actions to run unit and ...
  • gabor-boros
  • 1
  • Opened 
    on Nov 18, 2024
  • #509

I would like to take over updating and maintaining the rethinkdb/rethinkdb-go. At this moment there seems to be no reliable update mechanism and it seems abandoned. I want to change that. First PR is ...
  • DanyHenriquez
  • 23
  • Opened 
    on Oct 12, 2023
  • #507

Go Lang replaces get to install. To install you need command: go install gopkg.in/rethinkdb/rethinkdb-go.v6@latest
  • regimantas
  • 2
  • Opened 
    on Mar 13, 2023
  • #504

Is your feature request related to a problem? Please describe. Custom types can sometimes produce empty values in a RethinkDB document. I have implemented my own decimal type: type Decimal struct { flags ...
  • klokare
  • 2
  • Opened 
    on Jun 29, 2022
  • #503

Describe the bug I am running below query alert := dbEntities.Alert{ Acknowledged: false, AcknowledgedTimestamp: nil, AutoAcknowledged: false, Class: alertClass, ...
  • GaikwadPratik
  • Opened 
    on Jun 12, 2022
  • #502

Describe the bug To describe the bug, I d like to look at the following database outage scenario: - A microservice with pretty high workload, which connects to RethinkDB - The RethinkDB server goes ...
  • Gerrit91
  • Opened 
    on Apr 7, 2022
  • #500

Describe the bug The connection pool is only useful when writing concurrent code, but it doesn t actually stop multiple goroutines from accessing the same connection simultaneously. To Reproduce The PR ...
  • CodyDWJones
  • 3
  • Opened 
    on Sep 10, 2021
  • #497

Describe the bug I have connectOpts defined as connectOpts := r.ConnectOpts{ Timeout: 5000, Address: localhost , Database: fabricContext.Config.DbName, Password: pass, InitialCap: ...
  • GaikwadPratik
  • 1
  • Opened 
    on May 5, 2021
  • #493

Describe the bug I have a row in my db like this rep:[ {id:1,commentaryt: com } ] Query: r.Table( table ).Filter(func(row r.Term) r.Term { return row.Field( rep ).Field( id ).Eq(userid) }) return nil ...
  • wuilmerj24
  • Opened 
    on Nov 21, 2020
  • #490
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub