不要怂,就是干,撸起袖子干!

  1. 27 Sep, 2016 1 commit
  2. 26 Sep, 2016 1 commit
  3. 25 Sep, 2016 1 commit
  4. 24 Sep, 2016 5 commits
  5. 23 Sep, 2016 2 commits
    • Docs - updated getting started link · f07b58a7
      Sushant committed
    • Fixed behavior where a mixed required status in an include would not honor given required's (#6170) · caa03cd5
      * Fixed behavior where a mixed required status in an include would not be respected
       Refactored include handling of abstract query-generator into seperate functions for through or non-thorugh joins
       Join generating functions now return join in parts so that it can be rearranged by the parent in even of a `required` mismatch
       Internal table names that are a combonation for multiple tables are now seperated by underscores instead of periods to avoid bad behavior inside parentheses
       Multiple fixes to tests to accommodate changing behavior
      
      * Fixes to PR
       Fixed spelling of "separate"
       generateInclude now returns new attributes instead of adding them to arrays passed in
       consolidated topLevel options into one object
      
      * Removed line ketp in merge. Whoops!
      
      * Separate fix, shoulkd fix failing psql tests.
      
      * Removed errant logging from tests, added more nested include testing.
      
      * Replaced '_' sperator with '->' in 'internal' selections.
      
      * fixed wrong name in abstract query-generator.
      
      * translate literal keys and  in select where to new internal -> connectors.
      
      * Replaced needlessly verbose ternary operator in abstract query-generator.
      
      * Fixed foramtting and nameing, added fix to changelog.
      
      * Fixed variable shadowing issue from rename.
      
      * Fixed sql unit test from master.
      
      * Fixed Postgres unit test.
      
      * added .eslintrs.json back to git.
      
      * Fixed postgres identifier quoting issues.
      
      * Added line about bc breaks to changlog.
      
      * Removed lines from development, tightened spacing to match style.
      cbauerme committed
  6. 16 Sep, 2016 2 commits
  7. 12 Sep, 2016 4 commits
    • Grouped limit include (#6560) · 00bf32a3
      * add(internals/groupedLimit): Support for single include in grouped limit
      
      * Change to groupedLimit include works
      
      * Allow association in groupedLimit.on. Fix tests
      
      * Let's actually do a proper clone
      
      * Add duplicating: false, remove attributes support
      
      * More tests for groupedLimit. Support for order in btm grouped limit. Query caching in grouped limit
      
      * Removed a stray comment
      
      * Use dot syntax
      
      * Skip groupedLimit test for sqlite
      
      * Add test for groupedLimit with multiple orders
      
      * Yeah, let me just change that assertion back...
      
      * Use the aliased table name for WHERE
      Jan Aagaard Meier committed
    • Update changelog for 4.0.0-2 · 32b76317
      Jan Aagaard Meier committed
    • 4.0.0-2 · 525fb7a3
      Jan Aagaard Meier committed
    • Adds link to Slack inviter (#6584) · 05510f7f
      This badge was linking straight to Slack, which requires an invite. Now it links to the inviter app on Heroku.
      OKNoah committed
  8. 08 Sep, 2016 11 commits
  9. 07 Sep, 2016 4 commits
  10. 06 Sep, 2016 9 commits