var github.com/Masterminds/squirrel.NoContextSupport

14 uses

	github.com/Masterminds/squirrel (current package)
		delete_ctx.go#L18: 		return nil, NoContextSupport
		delete_ctx.go#L29: 		return nil, NoContextSupport
		delete_ctx.go#L43: 		return &Row{err: NoContextSupport}
		insert_ctx.go#L18: 		return nil, NoContextSupport
		insert_ctx.go#L29: 		return nil, NoContextSupport
		insert_ctx.go#L43: 		return &Row{err: NoContextSupport}
		select_ctx.go#L18: 		return nil, NoContextSupport
		select_ctx.go#L29: 		return nil, NoContextSupport
		select_ctx.go#L43: 		return &Row{err: NoContextSupport}
		squirrel_ctx.go#L12: var NoContextSupport = errors.New("DB does not support Context")
		stmtcacher_ctx.go#L46: 		return nil, NoContextSupport
		update_ctx.go#L18: 		return nil, NoContextSupport
		update_ctx.go#L29: 		return nil, NoContextSupport
		update_ctx.go#L43: 		return &Row{err: NoContextSupport}