Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _bdd (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/s3select/sql/stringfuncs_test.go

    		matchExpected bool
    		errExpected   error
    	}{
    		{"abcd", "abc", runeZero, false, nil},
    		{"abcd", "abcd", runeZero, true, nil},
    		{"abcd", "abc_", runeZero, true, nil},
    		{"abcd", "_bdd", runeZero, false, nil},
    		{"abcd", "_b_d", runeZero, true, nil},
    
    		{"abcd", "____", runeZero, true, nil},
    		{"abcd", "____%", runeZero, true, nil},
    		{"abcd", "%____", runeZero, true, nil},
    		{"abcd", "%__", runeZero, true, nil},
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 3.1K bytes
    - Click Count (0)
Back to Top