-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
42 lines (25 loc) · 1.04 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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