You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2012-12-18: [SqlServer2005] Adding Security/Logins node to object explorer.
352
+
353
+
2012-12-18: [SqlServer2005] Adding ‘System Databases’ node to object explorer.
354
+
355
+
2012-12-18: Adding active query form text to toolbar.
356
+
2012-12-18: Adding Save All menu item. Save All menu item saves all query form texts into %TEMP% directory.
357
+
2012-12-04: Upgrading .NET 1.0 StatusBar to NET 2.0 StatusStrip control. Colorizing errors displayed on statusbar with red.
358
+
2012-11-30: Adding info message severity verbose. Information severity is displayed in blue color, verbose in black.
359
+
2012-11-30: Handling SQL batches separated by GO (SqlServer2005)
360
+
2012-09-25: [SqlServer2005] Fixing collation issue in union+order by with different collations in code completion.
361
+
2012-07-16: Performance tuning: adding info messages to Messages textbox asynchronously.
362
+
2012-07-03: [SqlServer2005] Adding Column child nodes to Table node in object browser.
363
+
2012-06-28: Refactoring code completion for handling four part names (database.owner.name).
364
+
2012-05-08: Adding Tfs2010 provider.
365
+
2012-03-29: Adding DateTimeOffset field type handling.
366
+
2011-08-29: [DataTableEditor] Adding hide rows and unhide all rows menu item to row header context menu.
367
+
2011-08-23: [SqlStatement] The auto completion for column names now (partially) works without table alias.
368
+
2011-08-18: [MemberListBox] Adding Ctrl+Subtract key handler for filtering the list. Enhanced Ctrl+Up and Ctrl+Down searching.
369
+
2011-07-29: [DataTableEditor] Copying table as HTML copies only visible rows ordered by the data grid view’s display index.
370
+
2011-07-29: [DataTableEditor] Allowing column ordering by the user (data grid view’s display indexes).
371
+
2011-07-28: [QueryForm] Adding Parse menu item to Query menu.
372
+
2011-07-28: [DataTableEditor] Removing row number from row header due to performance issues.
373
+
2011-07-27: [DataTableEditor] Experimental. Adding row number to row header.
374
+
2011-07-26: [DataTableEditor] Adding ‘Copy table as XML’ menu item to context menu.
375
+
2011-07-14: [MainForm] Adding ‘Close All Documents’ menu item to main menu.
376
+
2011-07-14: [MainForm] Adding a new toolstrip panel to the main form and moving the main menu and the main toolbar to the new toolstrip panel. Removing query form toolbar (Execute, Cancel buttons) from main menu and adding it to the query form.
377
+
2011-07-13: Adding VisualPharm icon web site to references.
378
+
2011-07-13: [MainForm] Using the built in MDI child window menu item instead of custom code.
379
+
2011-07-13: [QueryForm] Adding dropdown toolbar button for executing query and removing the menu item from the main menu.
380
+
2011-07-13: Changing HTML result table font to Tahoma 8pt.
381
+
2011-07-12: [SqlServerCe40] Adding shrink database and compact database menu items to object explorer Tables node context menu.
382
+
2011-07-12: [SqlServerCe40] Adding auto completion for tables and columns.
383
+
2011-06-25: [DataTableEditor] Adding hide column and unhide all columns menu item to column header context menu.
384
+
2011-06-23: [SqlServer2005] Adding Databases node to object explorer.
385
+
2011-06-21: Adding a new code completion: How to list the distinct top 10 field values of a column.
386
+
2011-06-20: Adding DataViewProperties form .
387
+
2011-06-17: [QueryForm] refactoring result set handling. A new static tab page has been added to the result tab control. Every result set will be added to this static tab page as a tab control with tab pages per table.
388
+
2011-06-16: [MainForm] replacing AboutForm with a simple MessageBox
389
+
2011-06-15: [QueryForm] adding command text logging to Messages tab page
0 commit comments