2010-03-29  Lluis Sanchez Gual  <lluis@novell.com>

	* Makefile.am:
	* MonoDevelop.Database.Sql.Sqlite.csproj: Remove unrequired
	  reference. Patch by Jay R. Wren.

2010-03-22  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* MonoDevelop.Database.Sql.Sqlite.addin.xml: Bumped MD
	  version.

2010-03-17  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Database.Sql.Sqlite.csproj: Flush.

2010-03-17  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Database.Sql.Sqlite.csproj: Remove
	  mono.addins.targets import.

2010-03-17  Lluis Sanchez Gual  <lluis@novell.com>

	* SqliteDbFactory.cs:
	* Dialogs/SqliteCreateDatabaseDialog.cs:
	* MonoDevelop.Database.Sql.Sqlite.csproj:
	* Widgets/SqliteConnectionSettingsWidget.cs:
	* MonoDevelop.Database.Sql.Sqlite.addin.xml:
	* Dialogs/SqliteDatabaseConnectionSettingsDialog.cs: Merged
	  MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.Gui
	  and MD.Components into MD.Ide.

2010-02-15  Luciano N. Callero  <lnc19@hotmail.com>

	* Makefile.am:
	* SqliteDbFactory.cs:
	* MonoDevelop.Database.Sql.Sqlite.csproj: Implement IDbLinq
	  interface for SqlMetal services.
	Flush changes.

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

	* gtk-gui/generated.cs:
	* MonoDevelop.Database.Sql.Sqlite.csproj: Flush.

2009-11-11  Luciano N. Callero  <lnc19@hotmail.com>

	* MonoDevelop.Database.Sql.Sqlite.csproj: Target runtime from
	  2.0 to 3.5.

	* Makefile.am:
	* SqliteSyntaxMode.xml:
	* SqliteSchemaProvider.cs:
	* MonoDevelop.Database.Sql.Sqlite.addin.xml: Implement Syntax
	  mode by provider.

2009-11-03  Luciano N. Callero  <lnc19@hotmail.com>

	* Dialogs/SqliteDatabaseConnectionSettingsDialog.cs: Fixe edit
	  connection.

	* SqliteGuiProvider.cs:
	* Dialogs/SqliteCreateDatabaseDialog.cs:
	* Widgets/SqliteConnectionSettingsWidget.cs: Implement Sqlite
	  Create Database.

	* Makefile.am:
	* MonoDevelop.Database.Sql.Sqlite.csproj:
	* SqliteDatabaseAlreadyExistsException.cs: Add
	  SqlieDatabaseAlreadyExistsException to throw when the
	  database alread exists.

	* SqliteSchemaProvider.cs: Fix overwrite sqlite database
	  problem.

2009-10-30  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* MonoDevelop.Database.Sql.Sqlite.addin.xml: Bump MD version.

2009-10-22  Luciano N. Callero  <lnc19@hotmail.com>

	* SqliteGuiProvider.cs: Common Database API update.

2009-10-18  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.Database.Sql.Sqlite.csproj: Fix the build &
	  flush format changes.

2009-10-07  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* MonoDevelop.Database.Sql.Sqlite.addin.xml: Bump MD version.

2009-08-26  Lluis Sanchez Gual  <lluis@novell.com>

	* gtk-gui/gui.stetic:
	* MonoDevelop.Database.Sql.Sqlite.csproj: We now depend on
	  gtk# 2.12.8, Mono 2.4, and Mono.Addins 0.4.

2009-07-31  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Database.Sql.Sqlite.csproj: Don't require a
	  specific version for assemblies.

2009-04-23 Luciano N. Callero <lnc19@hotmail.com>
	 * SqlServerSchemaProvider.cs: Implement a custom GetTableTriggers
          fix a create table bug.

2009-04-14  Luciano N. Callero  <lnc19@hotmail.com>

	* SqliteGuiProvider.cs: Fix Preview Dialog. When cancel the
	  dialog, don't create the table and don't close the table.
	* SqliteSchemaProvider.cs: Fix creation table to create a
	  correct sql.

2009-04-15  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs:
	* MonoDevelop.Database.Sql.Sqlite.addin.xml: Bump MD version.

2009-02-20  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Database.Sql.Sqlite.csproj: Updated references.

2009/02/06  Lluis Sanchez Gual  <lluis@novell.com>

 * MonoDevelop.Database.Sql.Sqlite.mdp:
 * MonoDevelop.Database.Sql.Sqlite.csproj: Migrated to MSBuild file
   format.

2009/02/03  Lluis Sanchez Gual  <lluis@novell.com>

 * AssemblyInfo.cs:
 * MonoDevelop.Database.Sql.Sqlite.addin.xml: Bump MD version.

2009/02/03  Lluis Sanchez Gual  <lluis@novell.com>

 * gtk-gui/generated.cs: Flush.

2009-01-26  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.Database.Sql.Sqlite.mdp: Flush project format changes.

2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile.am:
	* AssemblyInfo.cs:
	* MonoDevelop.Database.Sql.Sqlite.mdp: Add AssemblyInfo.cs files that
	are autogenerated from the addin manifests.

2008-11-06  Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile.am: Fix build dependencies.

2008-11-05  Lluis Sanchez Gual  <lluis@novell.com>

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

2008-09-17  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.Sqlite.mdp: Updated projects.

2008-08-18  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.Sqlite.mdp: Fix reference to
	  Mono.TextEditor. The incorrect add-in version number causes
	  problems in the makefile synchronization.

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

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

2008-05-21  Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.Database.Sql.Sqlite.mdp, Makefile.am: Fix projects.

2008-05-21  Lluis Sanchez Gual <lluis@novell.com> 

	

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

	* gtk-gui/gui.stetic: Remove unused dialog.

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

	* SqliteSchemaProvider.cs: Track changes in the MessageService class.

2008-01-30  Ben Motmans <ben.motmans@gmail.com> 

	* Dialogs/SqliteDatabaseConnectionSettingsDialog.cs,
	  Widgets/SqliteConnectionSettingsWidget.cs: moved the sqlite connection
	  settings widget to a separate file
	* Dialogs/SqliteCreateDatabaseDialog.cs,
	  gtk-gui/MonoDevelop.Database.Sql.Sqlite.SqliteCreateDatabaseDialog.cs:
	  Gui changes
	* SqliteGuiProvider.cs: added parameter to the ShowCreateDatabaseDialog
	  method

2008-01-29  Ben Motmans <ben.motmans@gmail.com> 

	* SqliteSchemaProvider.cs: Removed temp log statements

2008-01-29  Ben Motmans <ben.motmans@gmail.com> 

	* MonoDevelop.Database.Sql.Sqlite.mdp, Makefile.am: use a Gac reference for
	  Mono.Data.Sqlite

2008-01-29  Ben Motmans <ben.motmans@gmail.com> 

	* MonoDevelop.Database.Sql.Sqlite.mdp: depend on Gtk# 2.8 instead of 2.12
	* gtk-gui, gtk-gui/generated.cs,
	  gtk-gui/MonoDevelop.Database.Sql.Sqlite.SqliteCreateDatabaseDialog.cs,
	  gtk-gui/gui.stetic: auto generated code

2008-01-28  Ben Motmans <ben.motmans@gmail.com> 

	* Dialogs/SqliteDatabaseConnectionSettingsDialog.cs: disable some widgets

2008-01-28  Ben Motmans <ben.motmans@gmail.com> 

	* SqliteConnectionProvider.cs, SqliteSchemaProvider.cs, SqliteDbFactory.cs,
	  SqliteGuiProvider.cs, SqliteDialect.cs: small API related changes
	* SqlitePooledDbConnection.cs: database version support

2008-01-28  Ben Motmans <ben.motmans@gmail.com> 

	* MonoDevelop.Database.Sql.Sqlite.addin.xml: removed obsolete stuff from the
	  old capabilities system

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

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

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

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

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

	* MonoDevelop.Database.Sql.Sqlite.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.Sqlite.addin.xml: Bump add-in versions.

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

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

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

	* MonoDevelop.Database.Sql.Sqlite.addin.xml, SqliteGuiProvider.cs,
	  MonoDevelop.Database.Sql.Sqlite.mdp, Makefile.am: Directory
	  reorganization.

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

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

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

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

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

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

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

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

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

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

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

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

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

	* Makefile.am: removed incorrect references

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

	* Makefile.am: changed reference to contrib/Sqlite

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

	* MonoDevelop.Database.Sql.Sqlite.addin.xml: temporarily disabled the Create
	  table command due to a bug in the database provider

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> 

	* SqliteSchemaProvider.cs, SqliteDbFactory.cs,
	  MonoDevelop.Database.Sql.Sqlite.addin.xml: improved capabilities system

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

	* MonoDevelop.Database.Sql.Sqlite.mdp, Makefile.am: 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>

	* SqliteConnectionProvider.cs: added support for an error message
	* SqliteSchemaProvider.cs: fixed a bug in the CreateTable method

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

	* SqliteSchemaProvider.cs: CreateTrigger implementation

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

	* SqliteSchemaProvider.cs: Catch exceptions and notify the user and various
	small bugfixes

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

	* SqliteDbFactory.cs, SqliteGuiProvider.cs: Added a GuiProvider
	* SqliteSchemaProvider.cs: small api changes

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

	* SqliteDbFactory.cs: Added support for a save database dialog
	* SqliteConnectionProvider.cs, SqlitePooledDbConnection.cs: moved from
	Mono.Data.SqliteClient to Mono.Data.Sqlite
	* SqliteSchemaProvider.cs: added meta data information, support for GetDataTypes,
	CreateTable, DropDatabase and CreateDatabase

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

	* SqliteSchemaProvider.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
	* SqliteDbFactory.cs: implemented methods required for the connection settings dialog

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

	* SqliteDialect.cs: dialect implementation with keyword detection
	* SqliteDbFactory.cs: use SqliteDialect instead of the obsolete Sql99Dialect

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

	* SqliteConnectionProvider.cs, SqliteDbFactory.cs, SqliteSchemaProvider.cs: small changes
	to reflect API changes
	* SqlitePooledDbConnection.cs: implementation of ConnectionPool aware connection

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

	* SqliteConnectionProvider.cs: set IsConnectionError property

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

	* SqliteConnectionProvider.cs: ExecuteQueryAsDataSet and ExecuteQueryAsDataTable implementation
	* SqliteDbFactory.cs: specified the ISqlDialect and added default connection settings

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

	* SqliteSchemaProvider.cs: 
	Imported the old DbProvider and updated all to code to use the new API

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

	* SqliteSchemaProvider.cs: 
	* SqliteDbFactory.cs: 
	* SqliteConnectionProvider.cs: 
	Imported original code and splitted in 3 classes
