Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for Billie (0.06 sec)

  1. src/database/sql/fakedb_test.go

    		if !ok {
    			return nil, fmt.Errorf("fakedb: table %q doesn't exist", s.table)
    		}
    
    		if s.table == "magicquery" {
    			if len(s.whereCol) == 2 && s.whereCol[0].Column == "op" && s.whereCol[1].Column == "millis" {
    				if args[0].Value == "sleep" {
    					time.Sleep(time.Duration(args[1].Value.(int64)) * time.Millisecond)
    				}
    			}
    		}
    		if s.table == "tx_status" && s.colName[0] == "tx_status" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 12:38:07 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top