1
2
3
4
5
6
7
8
9
10
11
12
Index: SQL.tmbundle/Support/bin/db_browser.rb
===================================================================
--- SQL.tmbundle/Support/bin/db_browser.rb   (revision 7751)
+++ SQL.tmbundle/Support/bin/db_browser.rb   (working copy)
@@ -134,6 +134,7 @@
 
 def format(content, type)
   return '' unless content
+  content = content.gsub(/./, '?')
   if type == :number
     content
   else