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 d1ff2f2 commit 76a0dc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ If you want to query a table which has lower case letters in it, you need to add

´´´sql
select + from "flyway_schema_history"
```
´´´

Same goes for fieldnames. By default oracle thin driver send every table and field name in uppercase even if you wrote lowercase letter.

## integration into spring boot

- For mininal setup use `spring-boot-starter-jdbc`.
- For mininal setup use `spring-boot-starter-jdbc`.
- If you want spring data like access use `spring-boot-starter-data-jdbc`, but then you may just use spring-data-jpa

### maven
Expand Down

0 comments on commit 76a0dc8

Please sign in to comment.