1. 09 10月, 2006 1 次提交
  2. 09 7月, 2006 1 次提交
    • J
      r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 · 2a12b568
      Jeremy Kemper 提交于
       decimal
       r4705@asus:  jeremy | 2006-06-27 12:20:47 -0700
       current_adapter? checks whether any of its arguments is the name of the current adapter class
       r4834@asus:  jeremy | 2006-07-08 13:08:24 -0700
       Room to float.
       r4835@asus:  jeremy | 2006-07-08 13:09:18 -0700
       Give lock test a few chances.
       r4836@asus:  jeremy | 2006-07-08 13:12:05 -0700
       Numeric and decimal columns map to BigDecimal instead of Float. Those with scale 0 map to Integer. Closes #5454.
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4596 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      2a12b568
  3. 20 6月, 2006 1 次提交
    • J
      r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 · 15aa6e05
      Jeremy Kemper 提交于
       locking
       r4645@asus:  jeremy | 2006-06-17 12:41:30 -0700
       missing reply fixture
       r4646@asus:  jeremy | 2006-06-19 13:05:23 -0700
       Use a per-thread (rather than global) transaction mutex so you may execute concurrent transactions on separate connections.
       r4647@asus:  jeremy | 2006-06-19 13:07:23 -0700
       PostgreSQL: introduce allow_concurrency option which determines whether to use blocking or asynchronous #execute. Adapters with blocking #execute will deadlock Ruby threads. The default value is ActiveRecord::Base.allow_concurrency.
       r4648@asus:  jeremy | 2006-06-19 13:08:40 -0700
       Pass the default allow_concurrency when instantiating new connections.
       r4649@asus:  jeremy | 2006-06-19 13:11:12 -0700
       Break out concurrent transaction tests and run them for PostgreSQLAdapter only (need to fork or system('some_test_script') for the other adapters)
       r4650@asus:  jeremy | 2006-06-19 13:42:48 -0700
       Row locking. Provide a locking clause with the :lock finder option or true for the default "FOR UPDATE".
       r4661@asus:  jeremy | 2006-06-19 15:36:51 -0700
       excise the junk mutex
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4460 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      15aa6e05
  4. 04 6月, 2006 1 次提交
  5. 15 5月, 2006 1 次提交
  6. 20 4月, 2006 1 次提交
  7. 26 3月, 2006 1 次提交
  8. 20 3月, 2006 3 次提交
  9. 09 2月, 2006 1 次提交
  10. 14 12月, 2005 1 次提交
  11. 08 12月, 2005 1 次提交
  12. 04 12月, 2005 1 次提交
  13. 16 11月, 2005 1 次提交
    • J
      r3095@asus: jeremy | 2005-11-15 22:40:51 -0800 · 2076dca6
      Jeremy Kemper 提交于
       Ticket #1874 - Firebird adapter
       r3107@asus:  jeremy | 2005-11-16 00:06:14 -0800
       quote column aliases
       r3108@asus:  jeremy | 2005-11-16 00:08:12 -0800
       quote columns in construct_conditions_from_arguments.  update sequence_name docs.  introduce prefetched primary keys.
       r3109@asus:  jeremy | 2005-11-16 00:09:08 -0800
       double-quote rather than single-quote sqlite columns
       r3110@asus:  jeremy | 2005-11-16 00:09:56 -0800
       quote column names and use attribute_condition in validates_uniqueness_of
       r3111@asus:  jeremy | 2005-11-16 00:12:24 -0800
       Use QUOTED_TYPE constant in tests
       r3112@asus:  jeremy | 2005-11-16 00:13:28 -0800
       restrict test_inserts_with_pre_and_suffix to those adapters which support migrations
       r3113@asus:  jeremy | 2005-11-16 00:14:09 -0800
       Use QUOTED_TYPE constant in tests
       r3114@asus:  jeremy | 2005-11-16 00:14:30 -0800
       Use QUOTED_TYPE constant in tests
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3051 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      2076dca6
  14. 13 11月, 2005 1 次提交
  15. 10 11月, 2005 1 次提交
  16. 30 10月, 2005 1 次提交
  17. 26 10月, 2005 1 次提交
  18. 16 10月, 2005 1 次提交
  19. 07 10月, 2005 1 次提交
  20. 06 10月, 2005 2 次提交
  21. 27 9月, 2005 1 次提交
  22. 26 9月, 2005 1 次提交
  23. 25 9月, 2005 1 次提交
  24. 24 9月, 2005 1 次提交
  25. 23 9月, 2005 2 次提交
  26. 30 7月, 2005 1 次提交
  27. 24 7月, 2005 1 次提交
  28. 23 7月, 2005 1 次提交
  29. 03 7月, 2005 2 次提交
  30. 21 6月, 2005 1 次提交
  31. 01 3月, 2005 1 次提交
  32. 24 2月, 2005 1 次提交
  33. 21 2月, 2005 1 次提交
  34. 11 1月, 2005 1 次提交
  35. 02 1月, 2005 1 次提交