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: go-gorm/gen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.22
Choose a base ref
...
head repository: go-gorm/gen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.23
Choose a head ref
  • 20 commits
  • 69 files changed
  • 8 contributors

Commits on Apr 19, 2023

  1. feat: fully parse order value

    tr1v3r committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6dcb6bf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. fix: tag

    qqxhb authored and tr1v3r committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    fe1f9ea View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. fix: flag outPath and config error log (#840)

    * fix: flag outPath and  config error log
    
    * Update gentool.go
    
    ---------
    
    Co-authored-by: Jinzhu <wosmvp@gmail.com>
    jeffmingup and jinzhu authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1ec6569 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. fix: gorm tag of multi index

    qqxhb committed May 9, 2023
    Configuration menu
    Copy the full SHA
    79edf1f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #846 from go-gorm/fix_tag

    fix: gorm tag of multi index
    qqxhb authored May 9, 2023
    Configuration menu
    Copy the full SHA
    83ef672 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. feat: add columns method

    qqxhb committed May 10, 2023
    Configuration menu
    Copy the full SHA
    032f1bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #850 from go-gorm/feat_columns

    feat: add columns method
    qqxhb authored May 10, 2023
    Configuration menu
    Copy the full SHA
    52edd30 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. feat: GOMAXPROCS sets the maximum number of CPUs that can be executing (

    #853)
    
    simultaneously and returns the previous setting. It defaults to
    the value of runtime.NumCPU
    wulorn authored May 19, 2023
    Configuration menu
    Copy the full SHA
    d89f033 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Fix #755: calculate skip number in GetModelMethod (#782)

    * fix(#755): fix generate model
    
    * test(gen-model): add test
    
    * test(gen-model): fix
    miya-masa authored May 24, 2023
    Configuration menu
    Copy the full SHA
    caf55f3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. feat: gen from sql (#815)

    qqxhb authored May 25, 2023
    Configuration menu
    Copy the full SHA
    7b1ba09 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    16aa4cd View commit details
    Browse the repository at this point in the history
  2. implement gen.Exists method (#868)

    * feat: implement gen.Exists method
    
    * feat: remove verbose generated method
    tr1v3r authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e1b2ee2 View commit details
    Browse the repository at this point in the history
  3. feat: test

    qqxhb committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    7c4df2b View commit details
    Browse the repository at this point in the history
  4. feat: rm exist method

    qqxhb committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    ee71e18 View commit details
    Browse the repository at this point in the history
  5. feat: user columns test

    qqxhb committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    5bd219b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #878 from go-gorm/fix_test

    feat: test
    qqxhb authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    21d0628 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. feat: add abs func

    qqxhb committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    09b8335 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #896 from go-gorm/feat_abs

    feat: add abs func
    qqxhb authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    25d257b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. feat: assign or attr map/struct (#894)

    * feat: assign or attr map/struct
    
    * feat: impl BeCond
    qqxhb authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f655e1a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. expose AddError via Dao interface (#744)

    * expose AddError via Dao interface
    
    * fix: mutate existing db to propagate the error back
    YasserRabee authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    c229eb9 View commit details
    Browse the repository at this point in the history
Loading