File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
# sqlrange [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/achille-roussel/sqlrange.svg )] ( https://pkg.go.dev/github.com/achille-roussel/sqlrange )
2
2
3
- Library using the ` database/sql ` package and Go 1.22 range functions to execute
3
+ Library using the ` database/sql ` package and Go 1.23 range functions to execute
4
4
queries against SQL databases.
5
5
6
6
## Installation
@@ -10,13 +10,7 @@ This package is intended to be used as a library and installed with:
10
10
go get github.com/achille-roussel/sqlrange
11
11
```
12
12
13
- :warning : The package depends on Go 1.22 and enabling the rangefunc experiment.
14
-
15
- To enable the rangefunc experiment, set the GOEXPERIMENT environment variable in
16
- the shell that executes the go commands:
17
- ``` sh
18
- export GOEXPERIMENT=rangefunc
19
- ```
13
+ :warning : The package requires Go 1.23 or later for range function support.
20
14
21
15
## Usage
22
16
Original file line number Diff line number Diff line change 1
1
module github.com/achille-roussel/sqlrange
2
2
3
- go 1.22
3
+ go 1.23
You can’t perform that action at this time.
0 commit comments