Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNullInt64Param (0.18 sec)

  1. src/database/sql/sql_test.go

    		{Null[string]{"eel", false}, "", Null[string]{"", false}},
    		{"foo", Null[string]{"black", false}, nil},
    	}}
    	nullTestRun(t, spec)
    }
    
    func TestNullInt64Param(t *testing.T) {
    	spec := nullTestSpec{"nullint64", "int64", [6]nullTestRow{
    		{NullInt64{31, true}, 1, NullInt64{31, true}},
    		{NullInt64{-22, false}, 1, NullInt64{0, false}},
    		{22, 1, NullInt64{22, true}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top