-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathchangelog.txt
More file actions
25 lines (19 loc) · 877 Bytes
/
changelog.txt
File metadata and controls
25 lines (19 loc) · 877 Bytes
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
CHANGELOG
==================================================================
V0.3.0
Major Release: v0.3.0. Not backwards compatible with v0.2.9 or before.
List of changes:
- changed '_data' member of db_result to 'rows', to make it less obscure.
- tidied the documentation
- added callbacks to:
- db.save()
- db.insert()
- db.update()
- db.find()
- db.distinct()
- db.remove()
- audited and revised error handling in callback bearing functions.
These now "throw" on any errors resulting from bad input
- db.insert() now returns number of rows inserted, or throws Error for
malformed inserts. This way the client application sees malformed inserts immediately, instead of allowing for the chance they miss them, and propagate hard to find bad data in the client application.
==================================================================