Removed no longer needed setting for mysql

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
master
Andrew DeMaria 8 years ago
parent a097644e5f
commit 0749b5f281
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 4
      documentation/DATABASE.md

@ -61,10 +61,6 @@ Finally, copy the jdbc driver from the database vendor website to the `lib` dire
## Database Vendor Specific Notes
### MySQL
`sessionVariables=sql_mode=ANSI_QUOTES` on your jdbc url string may be necessary. TODO: double check this
### PostgreSQL
`stringtype=unspecified` on your jdbc url string is necessary.

Loading…
Cancel
Save