1. 24 7月, 2014 2 次提交
  2. 22 7月, 2014 1 次提交
  3. 15 7月, 2014 2 次提交
  4. 14 7月, 2014 1 次提交
  5. 11 7月, 2014 2 次提交
  6. 07 7月, 2014 4 次提交
  7. 06 7月, 2014 2 次提交
    • A
      [ci skip] /sqlite/i --> SQLite · ddad3297
      Akshay Vishnoi 提交于
      ddad3297
    • M
      If our connection is explicitly non-strict, tell MySQL · a4c26249
      Matthew Draper 提交于
      We default to making the connection strict, but have historically relied
      on the MySQL default when we want it to be non-strict. On some (recent?)
      versions of MySQL, new connections default to being strict, so if we've
      been told 'strict:false', we're obliged to pass that on.
      
      This fixes a test failure that we've seen turn up on relatively-new
      development machines, so we do already have a test covering it.
      a4c26249
  8. 05 7月, 2014 2 次提交
  9. 04 7月, 2014 1 次提交
  10. 03 7月, 2014 4 次提交
  11. 01 7月, 2014 1 次提交
  12. 30 6月, 2014 4 次提交
  13. 29 6月, 2014 1 次提交
    • S
      Always pass a column with a type object to quote · b404613c
      Sean Griffin 提交于
      The only case where we got a column that was not `nil`, but did not
      respond to `cast_type` was when type casting the default value during
      schema creation. We can look up the cast type, and add that object to
      the column definition. Will allow us to consistently rely on the type
      objects for type casting in all directions.
      b404613c
  14. 28 6月, 2014 1 次提交
  15. 27 6月, 2014 12 次提交