Repository: drill
Updated Branches:
  refs/heads/gh-pages f416850a0 -> d5bc6b0ac


minor edit


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/d5bc6b0a
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/d5bc6b0a
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/d5bc6b0a

Branch: refs/heads/gh-pages
Commit: d5bc6b0ac64e69d7b226ab550678601327de7138
Parents: f416850
Author: Bridget Bevens <bbev...@maprtech.com>
Authored: Thu Jan 18 17:49:56 2018 -0800
Committer: Bridget Bevens <bbev...@maprtech.com>
Committed: Thu Jan 18 17:49:56 2018 -0800

----------------------------------------------------------------------
 .../020-using-jdbc-with-squirrel-on-windows.md                   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/d5bc6b0a/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
----------------------------------------------------------------------
diff --git 
a/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md 
b/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
index 0190172..31bd8a7 100644
--- a/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
+++ b/_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md
@@ -1,11 +1,11 @@
 ---
 title: "Using JDBC with SQuirreL on Windows"
-date: 2018-01-19 01:36:03 UTC
+date: 2018-01-19 01:49:57 UTC
 parent: "ODBC/JDBC Interfaces"
 ---
 You can use the JDBC driver to connect to Drill from SQuirrel and run SQL 
queries. Verify that your system meets the prerequisites and then follow the 
steps listed.  
 
-**Note:** Drill interprets a wildcard in a SQL query as a multiline comment 
(/.../), which SQuirreL supports. As a result, SQuirreL tries to remove what it 
interprets as comments and submits an abruptly truncated query. To resolve this 
issue in SQuirreL, go to the menu and select **File > New Session Properties > 
Tab SQL** and uncheck the *“Remove multi-line comment (/.../) from SQL before 
sending to database"* option located in the lower portion of the window. See 
[https://sourceforge.net/p/squirrel-sql/bugs/1300](https://sourceforge.net/p/squirrel-sql/bugs/1300/)/
 for more information. 
+**Note:** Drill interprets a wildcard in an SQL query as a multiline comment 
(/.../), which SQuirreL supports. As a result, SQuirreL tries to remove what it 
interprets as comments and submits an abruptly truncated query. To resolve this 
issue in SQuirreL, go to the menu and select **File > New Session Properties > 
Tab SQL** and uncheck the *“Remove multi-line comment (/.../) from SQL before 
sending to database"* option located in the lower portion of the window. See 
[https://sourceforge.net/p/squirrel-sql/bugs/1300](https://sourceforge.net/p/squirrel-sql/bugs/1300/)/
 for more information. 
 
 ## Prerequisites
 

Reply via email to