From 0749b5f2811b0c150b94064dd2dfb617b4590ee7 Mon Sep 17 00:00:00 2001 From: Andrew DeMaria Date: Fri, 23 Dec 2016 15:16:09 -0700 Subject: [PATCH] Removed no longer needed setting for mysql Signed-off-by: Andrew DeMaria --- documentation/DATABASE.md | 4 ---- 1 file changed, 4 deletions(-) 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.