Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for colValue (0.09 sec)

  1. src/database/sql/fakedb_test.go

    				return nil, errf("unsupported conversion for pre-bound parameter %q to type %q", value, ctype)
    			}
    			stmt.colValue = append(stmt.colValue, subsetVal)
    		} else {
    			stmt.placeholders++
    			stmt.placeholderConverter = append(stmt.placeholderConverter, converterForType(ctype))
    			stmt.colValue = append(stmt.colValue, value)
    		}
    	}
    	return stmt, nil
    }
    
    // hook to simulate broken connections
    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