2011-04-09  Paolo Bonzini  <bonzini@gnu.org>

	* Statement.st: Move #resetAndClear inside an #ensure: block.

2011-04-08  Holger Peter Freyther  <zecke@selfish.org>

	* Statement.st: Refactor code and use DBI.Statement class>>#getCommand:.

2010-12-04  Paolo Bonzini  <bonzini@gnu.org>

	* package.xml: Remove now superfluous <file> tags.

2008-06-07  Daniele Sciascia  <daniele.sciascia@gmail.com>

	* SQLite.st: Add bindings for prepared statements.
	* SQLiteTests.st: Add tests for prepared statements.
	* Statement.st: Implement #executeWithAll:.
	* sqlite3.c.st: Add and export functions for prepared statements.

2008-03-19  Paolo Bonzini  <bonzini@gnu.org>

	* sqlite3.c: Fix GC problems.

2008-03-15  Paolo Bonzini  <bonzini@gnu.org>

	* sqlite3.c: Never call sqlite3_finalize twice.

2008-02-14  Paolo Bonzini  <bonzini@gnu.org>

	* Connection.st: Add #primTableAt:ifAbsent:.
	* Table.st: New.
	* TableColumnInfo.st: New.

2008-02-14  Paolo Bonzini  <bonzini@gnu.org>

	* ColumnInfo.st: Remove two superfluous methods.

2008-02-14  Paolo Bonzini  <bonzini@gnu.org>

	* Connection.st: Add #database.

2008-02-14  Paolo Bonzini  <bonzini@gnu.org>

	* ResultSet.st: Unshare rows.
