diff --git a/documentation/DATABASE.md b/documentation/DATABASE.md index 996378a6..5725b953 100644 --- a/documentation/DATABASE.md +++ b/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.