-
Notifications
You must be signed in to change notification settings - Fork 23
/
ChangeLog
19 lines (16 loc) · 818 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0.9.9 (in progress)
* new commands: db.positionsLower() and db.positionsHigher()
* new command: db.isLHClustersUsed()
* new commands: db.addDataSegment(), db.dropDataSegment()
* new commands: server.configList(), server.configGet(), server.configSet()
* db.query() is now an alias of db.command()
* added support to query parameters (ex: "SELECT FROM OUser where name = :name")
0.9.8 (2013/02/22)
* added support to SELECT from indexes
* improved support to orientdb 1.3.0
* added support to transactions
* improved "long" type handling
* improved RID parsing
* errors given to callbacks are now instances of Error
* new command: Server.listDatabases
* various minor improvements and bug fixes and contributions