Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db: reconnect on connection errors #286

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2016

  1. Add a recovering mechanism to reconnect and retry a query if the serv…

    …er is restarting or refusing connections.
    xiam committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    9012927 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Configuration menu
    Copy the full SHA
    cabedd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Update retry mechanism.

    xiam committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    c93dbcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1de668f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6475aea View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Merge pull request #282 from upper/issue-280

    Add default AND join within Or. Closes #280
    José Carlos committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    b3306f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #281 from upper/issue-279

    Fix handling of slice parameters. Closes #279
    José Carlos committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    c267726 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Manual merge

    xiam committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    de7bff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a86715 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Configuration menu
    Copy the full SHA
    0f9bfe3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Configuration menu
    Copy the full SHA
    4af4871 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Configuration menu
    Copy the full SHA
    f08946e View commit details
    Browse the repository at this point in the history
  2. Update docstrings

    xiam committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    e523258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a02240 View commit details
    Browse the repository at this point in the history
  4. Ping within a transaction.

    xiam committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    cfb43e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3538ba3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Merge pull request #269 from upper/issue-226

    Add a recovering mechanism to reconnect when required
    José Carlos committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    13181c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec0678d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d206db View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Merge pull request #283 from upper/feature/err-too-many-reconnection-…

    …attempts
    
    Feature/err too many reconnection attempts
    José Carlos committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    53a97dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37e2780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78d28bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    340d8eb View commit details
    Browse the repository at this point in the history
  5. Fix call to c.setBinaryOption

    xiam committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    118944d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7017914 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Add d.recoverAttempts for counting recovery attempts up to discardCon…

    …nectionAfterFailedRecoverAttempts times
    xiam committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    ed13348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b5a72 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    963d413 View commit details
    Browse the repository at this point in the history
  2. Removing flawed logic: don't close before having a valid new conn to …

    …replace the old one
    xiam committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    838332f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33b8d62 View commit details
    Browse the repository at this point in the history