Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

Return a new instance of Driver from registry's GetDriver() function #195

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

Commits on Feb 3, 2017

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

Commits on Feb 4, 2017

  1. Merge pull request mattes#146 from FreGalle/postgres-version-table-ch…

    …eck-schema
    
    Postgres: version table existence check in current schema
    mattes committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    bbb58ac View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Update README.md

    mattes committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    d2ad6f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. fix some lint errors

    Pavel Sapezhko committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    da12e27 View commit details
    Browse the repository at this point in the history
  2. drivers: cassandra: rewrite

    Pavel Sapezhko committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    adf1cff View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Fix for go vet

    Avoid getting caught by go vet for using "\n" with Println
    
    	main.go:187: Println call ends with newline
    sekimura committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    fe67116 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. allow create migration files without db connection

    Pavel Sapezhko committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    21ccec2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mattes#173 from sekimura/govet

    Fix for go vet
    mattes committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    2cd9bfc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. Merge remote-tracking branch 'upstream/master' into stage

    Pavel Sapezhko committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    e8bfb1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request mattes#176 from Synesis-LLC/stage

    Golint. Rewrite cassandra driver
    mattes committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    83e27c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. close driver

    Chris S committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    528bc5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request mattes#181 from chrisaxiom/master

    Call Close() in Version()
    mattes committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    305a63a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Configuration menu
    Copy the full SHA
    f497905 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mattes#185 from adrianduke/master

    driver/sqlite3: Fix for upstream changes
    mattes committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    c765328 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. fixing error cast for sqlite3

    Seems the sqlite3 packaged reverted to using non-pointer Error. This patch corrects the use of it here.
    Nathan Davies committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    7ca71e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mattes#189 from nathj07/issue-188-sqlite-err-cast

    fixing error cast for sqlite3
    mattes committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    09640b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Support for alternative postgres URI scheme

    According to the PostgreSQL documentation (section 32.1.1.2), postgres
    library supports two URI schemes: postgresql:// and postgres://
    
    Reference:
    https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
    arkq committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    83c703f View commit details
    Browse the repository at this point in the history
  2. Merge pull request mattes#193 from Arkq/master

    Support for alternative postgres URI scheme
    mattes committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    4cfc044 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

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