2015-08-01  Holger Hans Peter Freyther  <holger@freyther.de>

	* SQLiteTests.st: Add SQLiteTableTestCase class and
	>>#testTableColumns. Add the testTableColumns to the
	SQLiteTestSuite class >> #suite selector.

2013-08-25  Holger Hans Peter Freyther  <holger@freyther.de>

	* Connection.st: Add >>#beginTransaction.
	* SQLiteTests.st: Use >>#beginTransaction and
	>>#commitTransaction in the testcase.

2013-04-15  Holger Hans Peter Freyther  <holger@freyther.de>

	* ResultSet.st: Implement streaming usage to conserve memory.
	* SQLiteTests.st: Add SQLiteStreamRowTestCase class. Modify
	existing tests.
	* Statement.st: Reset the handle before executing the query
	and do not reset it after doing the query.

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.
