Skip to content

Commit

Permalink
info on oralce thin driver
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowdSalat committed May 15, 2024
1 parent 0dc4e2a commit d1ff2f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@

```

## oracle thin

If you want to query a table which has lower case letters in it, you need to add quotes to the query e.g.:

´´´sql
select + from "flyway_schema_history"
```
## integration into spring boot
Expand Down

0 comments on commit d1ff2f2

Please sign in to comment.