Skip to content

Commit ecde971

Browse files
committed
Update README.md
1 parent 7a6fc78 commit ecde971

File tree

1 file changed

+73
-1
lines changed

1 file changed

+73
-1
lines changed

README.md

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Relational database servers:
1414
* Oracle
1515

1616
Relational file databases:
17-
* SQLite
17+
* SQLite
1818
* Microsoft SQL Server Compact
1919
* Microsoft Access
2020
* Microsoft Excel
@@ -333,6 +333,78 @@ exec workspaces 'workspace','owner','computer'
333333
exec workspaces
334334
exec workspaces null,'bernath'
335335

336+
Changes:
337+
338+
2015-02-06: Upgrading to .NET Framework 4.5.
339+
340+
2014-05-29: [DataTableEditor] Saving data table into Excel 2007 .xlsx file.
341+
342+
2014-04-04: [CompletionForm] Adding quote handling to multipart identitifers (use [Foo.UnitTest])
343+
344+
2014-03-03: [SqlServer2005] “Adding User-Defined Table Types” node to object explorer.
345+
346+
2013-01-16: Adding “Copy table with SqlBulkCopy” context menu item in query text editor.
347+
348+
2012-12-20: [QueryForm] Adding XmlSpreadsheet result writer (Microsoft Office XML Spreadsheet 2002 format). See
349+
http://msdn.microsoft.com/en-us/library/office/aa140066(v=office.10).aspx.
350+
351+
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
390+
2011-06-15: [SqlStatement] enhancing SQL statement parsing
391+
- @parameter = value
392+
- default value
393+
- unicode strings: N’…’
394+
2011-06-06: [QueryForm] Implementing case sensitive mode when finding text in non-richtextbox controls like DataTable, TreeView.
395+
2011-06-03: [DataTableViewer] Improving clipboard handling (SetDataObject with multiple attempts instead of SetText)
396+
2011-06-03: [QueryTextBox] Adding [ and ] characters to word separators (e.g. [varchar])
397+
2011-06-03: [SqlServer2005] Adding ‘Script Table’ menu item to table node context menu in object explorer (using SMO).
398+
2011-06-02: [SqlServer2005] Adding ShortStringSize attribute to app.config for SQL Server 2005 provider.
399+
2011-06-02: Removing DataCommander.rtf embedded resource. Adding Help/Content menu item which opens DataCommander.docx directly.
400+
2011-06-02: Automatic backup of query statements. The query form writes the text of the form into the log file when closing the form.
401+
2011-06-02: [ConnectionForm] Making Connection selector window resizable.
402+
2011-06-02: [SQLite] Using the new SQLite .NET provider from http://system.data.sqlite.org.
403+
2011-06-02: [DataTableViewer] Speeding up DataGridView with double buffering.
404+
2011-06-01: [SqlServer2005] Uprading and fixing intellisense to new sys views
405+
2011-05-30: [SqlServer2005] Moving system stored procedures node under stored procedures node in object exlorer
406+
2011-03-26: Creating Microsoft.NET 4.0 based version of Data Commander.
407+
336408
References
337409
----------
338410
* [Microsoft SQL Server Management Studio](https://msdn.microsoft.com/en-us/library/hh213248.aspx)

0 commit comments

Comments
 (0)