Skip to content

Commit

Permalink
fix oracledialect supporting Oracle 23ai
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Oct 28, 2024
1 parent bbd6966 commit a6cbe4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dialect/oracledialect/dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ func New() *Dialect {
//feature.InsertReturning | // TODO
//feature.Output | // TODO
feature.InsertOnConflict |
//feature.TableNotExists |
feature.TableTruncate |
feature.TableNotExists |
feature.SelectExists |
feature.AutoIncrement |
feature.CompositeIn
Expand Down

0 comments on commit a6cbe4a

Please sign in to comment.