Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for bee (0.16 sec)

  1. tests/prepared_stmt_test.go

    	}
    	wg.Wait()
    
    	conn, ok := tx.ConnPool.(*gorm.PreparedStmtDB)
    	AssertEqual(t, ok, true)
    	AssertEqual(t, len(conn.Stmts), 2)
    	for _, stmt := range conn.Stmts {
    		if stmt == nil {
    			t.Fatalf("stmt cannot bee nil")
    		}
    	}
    
    	AssertEqual(t, sqlDB.Stats().InUse, 0)
    }
    
    func TestPreparedStmtInTransaction(t *testing.T) {
    	user := User{Name: "jinzhu"}
    
    	if err := DB.Transaction(func(tx *gorm.DB) error {
    Go
    - Registered: Sun Apr 21 09:35:09 GMT 2024
    - Last Modified: Thu Mar 21 07:55:43 GMT 2024
    - 4K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    I used--and I don't keep the same size for ten minutes together!'
    
      `Can't remember WHAT things?' said the Caterpillar.
    
      `Well, I've tried to say "HOW DOTH THE LITTLE BUSY BEE," but it
    all came different!' Alice replied in a very melancholy voice.
    
      `Repeat, "YOU ARE OLD, FATHER WILLIAM,"' said the Caterpillar.
    
      Alice folded her hands, and began:--
    
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    I used--and I don't keep the same size for ten minutes together!'
    
      `Can't remember WHAT things?' said the Caterpillar.
    
      `Well, I've tried to say "HOW DOTH THE LITTLE BUSY BEE," but it
    all came different!' Alice replied in a very melancholy voice.
    
      `Repeat, "YOU ARE OLD, FATHER WILLIAM,"' said the Caterpillar.
    
      Alice folded her hands, and began:--
    
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    broadway
    
    // broker : 2014-12-11 Dog Beach, LLC
    broker
    
    // brother : 2015-01-29 Brother Industries, Ltd.
    brother
    
    // brussels : 2014-02-06 DNS.be vzw
    brussels
    
    // build : 2013-11-07 Plan Bee LLC
    build
    
    // builders : 2013-11-07 Binky Moon, LLC
    builders
    
    // business : 2013-11-07 Binky Moon, LLC
    business
    
    // buy : 2014-12-18 Amazon Registry Services, Inc.
    buy
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    10411         ; mapped                 ; 10439         # 3.1  DESERET CAPITAL LETTER PEE
    10412         ; mapped                 ; 1043A         # 3.1  DESERET CAPITAL LETTER BEE
    10413         ; mapped                 ; 1043B         # 3.1  DESERET CAPITAL LETTER TEE
    10414         ; mapped                 ; 1043C         # 3.1  DESERET CAPITAL LETTER DEE
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
Back to top