[SVN] r7189 (Experimental SQL)

Ciarán Walsh ciawal at gmail.com
Wed May 9 15:13:33 UTC 2007


A new SQL bundle.
This bundle is written in Ruby (as opposed to the current Python one) and includes pure Ruby bindings for both MySQL and Postgresql. The current bundle includes binary connector modules, which won't work on Intel systems.
Other improvements:
• A more compact tree-list of databases/tables.
• The database browser and “execute query” commands now both use the same HTML views, so you can easily move from a query output to browsing.
• Some syntax additions.

Changed:
A   trunk/Review/Bundles/Experimental SQL.tmbundle/
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Commands/
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Commands/Copy Condensed SQL.tmCommand
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Commands/Document for Current Word.tmCommand
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Commands/Execute Line : Selection as Query.tmCommand
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Commands/Help.tmCommand
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Commands/Table Browser.tmCommand
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Preferences/
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Preferences/Comments.plist
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Preferences/Miscellaneous.plist
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/bin/
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/bin/db_browser.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/bin/db_browser_lib.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/install.html
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/binary_reader.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/binary_writer.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/buffer.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/byteorder.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/mysql.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/postgres-compat.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/postgres-pr/
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/postgres-pr/connection.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/postgres-pr/message.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/postgres-pr/typeconv/
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/postgres-pr/typeconv/TC_conv.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/postgres-pr/typeconv/array.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/postgres-pr/typeconv/bytea.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/postgres-pr/typeconv/conv.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/connectors/postgres-pr/version.rb
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/database.png
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/database_table.png
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/misc.sh
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/shell.js
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Support/lib/tableBrowser.css
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Syntaxes/
A   trunk/Review/Bundles/Experimental SQL.tmbundle/Syntaxes/SQL.plist
A   trunk/Review/Bundles/Experimental SQL.tmbundle/info.plist



More information about the textmate-dev mailing list