2008-03-06  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.SqlServer.addin.xml: Bump version to 1.0.
	  Yay!

2008-01-25  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.SqlServer.addin.xml: Update MD version.

2008-01-22  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.SqlServer.addin.xml: Updated add-in category and
	  description.

2007-12-14  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.SqlServer.mdp: Updated project file. The order of
	  extended properties won't change anymore.

2007-12-12  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.SqlServer.addin.xml: Bump add-in versions.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.SqlServer.mdp: Updated project files.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* Makefile.am, MonoDevelop.Database.Sql.SqlServer.addin.xml,
	  MonoDevelop.Database.Sql.SqlServer.mdp: Directory reorganization.

2007-11-09  Michael Hutchinson <mhutchinson@novell.com> 

	* SqlServerSchemaProvider.cs: Track LoggingService API. Replace some
	  "LogError" calls with "LogDebug" calls.

2007-10-29  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.SqlServer.addin.xml: Bump MD version.

2007-10-23  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.SqlServer.mdp: Project file names updated by
	  change in MD path functions.

2007-10-16  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.SqlServer.mdp: Fix required GTK# version.

2007-09-26  Michael Hutchinson <mhutchinson@novell.com> 

	* Makefile.am: Don't deploy .addin.xml file.
	* MonoDevelop.Database.Sql.SqlServer.mdp: Don't unnecessarily local-copy
	  project references. Don't sync EXTRA_DIST with deploy files. Add
	  Makefile.am to file list.

2007-09-21  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.SqlServer.addin.xml: Bump MD version.

2007-09-19  Ben Motmans <ben.motmans@gmail.com> 

	* SqlServerConnectionProvider.cs: commented the NetworkLibrary property in
	  the connection string
	* SqlServerSchemaProvider.cs: catch errors and several bugfixes
	* MonoDevelop.Database.Sql.SqlServer.addin.xml: SqlServer doesn't support
	  procedure parameters yet

2007-09-16  Ben Motmans <ben.motmans@gmail.com> 

	* Makefile.am: link to the correct Mono.Addins dll

2007-09-07  Ben Motmans <ben.motmans@gmail.com> 

	* SqlServerSchemaProvider.cs, SqlServerDbFactory.cs,
	  MonoDevelop.Database.Sql.SqlServer.addin.xml: improved capabilities
	  system

2007-08-28  Ben Motmans <ben.motmans@gmail.com> 

	* Makefile.am, MonoDevelop.Database.Sql.SqlServer.mdp: use project
	  references instead of assembly references

2007-08-28  Ben Motmans <ben.motmans@gmail.com> 

	* Makefile.am: updated makefile

2007-08-03  Ben Motmans <ben.motmans@gmail.com>

	* SqlServerConnectionProvider.cs: added support for an error message
	* SqlServerSchemaProvider.cs: added MetaData information

2007-08-01  Ben Motmans <ben.motmans@gmail.com>

	* SqlServerSchemaProvider.cs: Catch exceptions and notify the user

2007-07-31  Ben Motmans <ben.motmans@gmail.com>

	* SqlServerDbFactory.cs, SqlServerGuiProvider.cs: Added a GuiProvider
	* SqlServerSchemaProvider.cs: small api changes

2007-07-25  Ben Motmans <ben.motmans@gmail.com>

	* SqlServerPooledDbConnection.cs: expose the GetSchema method of the internal connection
	* SqlServerDbFactory.cs, SqlServerSchemaProvider.cs: improved metadata support

2007-07-18  Ben Motmans <ben.motmans@gmail.com>

	* SqlServerSchemaProvider.cs: SupportsSchemaOperation implementation, use of strongly typed
	collections, Drop* and Rename* implementations

2007-07-17  Ben Motmans <ben.motmans@gmail.com>

	* Makefile.am: initial makefile
	* SqlServerDbFactory.cs: implemented methods required for the connection settings dialog

2007-07-15  Ben Motmans <ben.motmans@gmail.com>

	* SqlServerDialect.cs: dialect implementation with keyword detection
	* SqlServerDbFactory.cs: use SqlServerDialect instead of the obsolete Sql99Dialect

2007-07-14  Ben Motmans <ben.motmans@gmail.com>

	* SqlServerConnectionProvider.cs, SqlServerDbFactory.cs, SqlServerSchemaProvider.cs: small changes
	to reflect API changes
	* SqlServerPooledDbConnection.cs: implementation of ConnectionPool aware connection

2007-07-10  Ben Motmans <ben.motmans@gmail.com>

	* SqlServerConnectionProvider.cs: set IsConnectionError property

2007-07-05  Ben Motmans <ben.motmans@gmail.com>

	* SqlServerConnectionProvider.cs: ExecuteQueryAsDataSet and ExecuteQueryAsDataTable implementation
	* SqlServerDbFactory.cs: specified the ISqlDialect and added default connection settings
	* Renamed MsSql* to SqlServer*

2007-07-02  Ben Motmans <ben.motmans@gmail.com>

	* MsSqlConnectionProvider.cs: 
	* MsSqlSchemaProvider.cs: 
	Fixed several compilation issues
	Added Close () statements when the IDataReader is no longer needed

2007-07-01  Ben Motmans <ben.motmans@gmail.com>

	* MsSqlSchemaProvider.cs: 
	* MsSqlDbFactory.cs: 
	* MsSqlConnectionProvider.cs: 
	Imported original code and splitted in 3 classes
	use IsDbNull instead of try-catch
	fixed sql bug in GetTableColumns method
	implemented GetDataType, GetDatabases, GetConstraints method
	updated sql statements to allow lazy loading
