1. 07 12月, 2006 1 次提交
  2. 06 12月, 2006 1 次提交
  3. 02 11月, 2006 1 次提交
  4. 04 9月, 2006 1 次提交
  5. 11 7月, 2006 1 次提交
    • J
      SQLServer: added tests to ensure all database statements are closed,... · 5ad4f1ad
      Jeremy Kemper 提交于
      SQLServer: added tests to ensure all database statements are closed, refactored identity_insert management code to use blocks, removed update/delete rowcount code out of execute and into update/delete, changed insert to go through execute method, removed unused quoting methods, disabled pessimistic locking tests as feature is currently unsupported, fixed RakeFile to load sqlserver specific tests whether running in ado or odbc mode, fixed support for recently added decimal types, added support for limits on integer types. Closes #5670.
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4601 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      5ad4f1ad
  6. 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
  7. 07 7月, 2006 1 次提交
  8. 21 6月, 2006 1 次提交
  9. 20 6月, 2006 2 次提交
    • J
      r4664@asus: jeremy | 2006-06-19 18:55:36 -0700 · 722e0b6a
      Jeremy Kemper 提交于
       Use the #lock method to obtain a row lock on a single record. Simply reloads the record with :lock => true.
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4462 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      722e0b6a
    • 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
  10. 14 1月, 2006 1 次提交
  11. 10 6月, 2005 1 次提交
  12. 01 1月, 2005 1 次提交