Sqlite Toolkit - News
Summary of important user-visible changes for sqlite 0.1.1:
-------------------------------------------------------------------
** Documentation updates
** Enable extensions on open of database
** Update sql query for "'" not '"'
Summary of important user-visible changes for sqlite 0.1.0:
-------------------------------------------------------------------
** Development octave compatibility updates
** Documentation updates
** New functions:
- @octave_sqlite/sqlfind
- @octave_sqlite/sqlupdate
- dbrowfilter class
** Function Changes:
- dbtable: add better display of complex types
- sqlread, fetch: add support for dbrowfilter
Summary of important user-visible changes for sqlite 0.0.3:
-------------------------------------------------------------------
** Development octave compatibility updates
** Function Changes:
- dbtable.m: provide default for head and tail
Summary of important user-visible changes for sqlite 0.0.2:
-------------------------------------------------------------------
** Documentation updates
** New functions:
- dbtable.writetable
- readdbtable
Summary of important user-visible changes for sqlite 0.0.1:
-------------------------------------------------------------------
** Initial release