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