1. 05 10月, 2012 1 次提交
  2. 14 9月, 2012 1 次提交
    • D
      Moves column dump specific code to a module included in AbstractAdapter · 4544d2bc
      Dan McClain 提交于
      Having column related schema dumper code in the AbstractAdapter. The
      code remains the same, but by placing it in the AbstractAdapter, we can
      then overwrite it with Adapter specific methods that will help with
      Adapter specific data types.
      
      The goal of moving this code here is to create a new migration key for
      PostgreSQL's array type. Since any datatype can be an array, the goal is
      to have ':array => true' as a migration option, turning the datatype
      into an array. I've implemented this in postgres_ext, the syntax is
      shown here: https://github.com/dockyard/postgres_ext#arrays
      
      Adds array migration support
      
      Adds array_test.rb outlining the test cases for array data type
      Adds pg_array_parser to Gemfile for testing
      Adds pg_array_parser to postgresql_adapter (unused in this commit)
      
      Adds schema dump support for arrays
      
      Adds postgres array type casting support
      
      Updates changelog, adds note for inet and cidr support, which I forgot to add before
      
      Removing debugger, Adds pg_array_parser to JRuby platform
      
      Removes pg_array_parser requirement, creates ArrayParser module used by
      PostgreSQLAdapter
      4544d2bc
  3. 07 9月, 2012 1 次提交
  4. 06 9月, 2012 2 次提交
  5. 05 9月, 2012 1 次提交
  6. 09 8月, 2012 1 次提交
    • S
      Fix only-once stub logic. · 1e17a9d3
      Steve Jorgensen 提交于
      Didn't fail the test because adapter#query happens to
      not call raw connection's #query, but don't want to count
      on that and have a fragile test.
      1e17a9d3
  7. 08 8月, 2012 1 次提交
  8. 17 7月, 2012 2 次提交
  9. 01 7月, 2012 1 次提交
  10. 29 6月, 2012 1 次提交
  11. 23 6月, 2012 1 次提交
  12. 19 6月, 2012 1 次提交
  13. 14 6月, 2012 1 次提交
  14. 19 5月, 2012 1 次提交
  15. 09 5月, 2012 1 次提交
  16. 07 5月, 2012 1 次提交
  17. 06 5月, 2012 1 次提交
  18. 27 4月, 2012 1 次提交
  19. 25 4月, 2012 1 次提交
    • R
      Always quote hstore keys and values · 0c46dbbc
      Ryan Fitzgerald 提交于
      escape_hstore uses quotation marks around keys and values only if it
      seems necessary. However, it currently breaks in the presence of some
      non-ASCII characters. Instead of trying to guess exactly which
      characters are safe, it seems better to always use quotes.
      0c46dbbc
  20. 08 4月, 2012 1 次提交
  21. 02 4月, 2012 1 次提交
  22. 01 4月, 2012 2 次提交
  23. 15 3月, 2012 1 次提交
  24. 08 3月, 2012 1 次提交
  25. 07 3月, 2012 1 次提交
  26. 25 2月, 2012 1 次提交
  27. 20 2月, 2012 1 次提交
  28. 09 2月, 2012 5 次提交
  29. 04 1月, 2012 1 次提交
  30. 21 12月, 2011 4 次提交