Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqlabble/sqlabble
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: codeship_test
Choose a base ref
...
head repository: sqlabble/sqlabble
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 17 files changed
  • 1 contributor

Commits on Jun 1, 2018

  1. 生成時のコードにいくつかのメソッドを追加する (#47)

    * implement ErrBuilderNotSupported
    
    * fix doc
    
    * implement ErrRecordNotFound and ErrFoundMultipleRecords
    
    * implement Session
    
    * generate QueryOne, Count, Query and Exec methods
    
    * upgrade mysql to 5.7
    
    * fix wrong method
    
    * golang 1.10.2
    
    * update new format
    
    * rename variable name in Count method
    
    * fix fixture tests
    
    * fix Usage
    
    * add TestNewSession
    
    * export package from Gopkg.lock
    
    * remove lines
    PyYoshi authored and fujiwara402 committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    5cac8a3 View commit details
    Browse the repository at this point in the history
  2. fix duplicate argument error (#49)

    PyYoshi authored and fujiwara402 committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    b22bc72 View commit details
    Browse the repository at this point in the history
  3. add DBInterface (#50)

    PyYoshi authored and fujiwara402 committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    81ee819 View commit details
    Browse the repository at this point in the history
Loading