Removed no longer needed setting for mysql

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2016-12-23 15:16:45 -07:00
parent a097644e5f
commit 0749b5f281
-4
View File
@@ -61,10 +61,6 @@ Finally, copy the jdbc driver from the database vendor website to the `lib` dire
## Database Vendor Specific Notes ## Database Vendor Specific Notes
### MySQL
`sessionVariables=sql_mode=ANSI_QUOTES` on your jdbc url string may be necessary. TODO: double check this
### PostgreSQL ### PostgreSQL
`stringtype=unspecified` on your jdbc url string is necessary. `stringtype=unspecified` on your jdbc url string is necessary.