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

  1. 14 Oct, 2013 1 commit
  2. 04 Oct, 2013 4 commits
  3. 03 Oct, 2013 1 commit
    • Adds sequelize.literal() and sequelize.cast() · 85f931df
      sequelize.literal() will tell Sequelize to not escape whatever you type
      into the argument, for example:
      
      sequelize.literal('1-2') will result in "1-2" unescaped.
      
      sequelize.cast(input, type) will cast input into type, for example:
      
      sequelize.cast('1-2', 'integer') will result in:
      
      ```CAST('1-2' AS INTEGER)```
      Daniel Durante committed
  4. 02 Oct, 2013 4 commits
  5. 01 Oct, 2013 1 commit
  6. 27 Sep, 2013 13 commits
  7. 25 Sep, 2013 2 commits
  8. 24 Sep, 2013 13 commits
  9. 23 Sep, 2013 1 commit