Skip to content

Commit

Permalink
Update xsql README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying committed Nov 20, 2023
1 parent 022432a commit be23356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ if err != nil {

> Oracle placeholder needs to be modified to :id
Update full
Update all columns

```go
test := Test{
Expand All @@ -152,7 +152,7 @@ test := Test{
res, err := DB.Update(&test, "id = ?", 8)
```

Update columns
Update certain columns

```go
test := map[string]interface{}{
Expand Down

0 comments on commit be23356

Please sign in to comment.