-
Notifications
You must be signed in to change notification settings - Fork 5
History
danstocker edited this page Oct 6, 2011
·
1 revision
- Fixed sorting bug on text and string indexes
- Fixed lookup bug on string search
A whole bunch of stuff comes here soon
Various bugfixes and performance improvements.
Not fully backwards compatible! Direct access to index elements have changed (see first bullet point).
- Count property added to keys in grouped indexes (eg.
table.index('name').flat()[key].count
). Counts remain consistent on table modifications. Row IDs associated with a given key may be accessed via theitems
property. - Now passes JSLint (for-in checks turned off)
- Additional options added to querying functions (TBD)
- Coding style changed to some extent
- Bugfixes
Full text search added.
Grouped the optional parameters of the following functions into one parameter object.
table.select()
table.where()
table.orderby()
table.column()
This will make future changes to these functions more flexible.
- Logging fixes
- Safe object construct
- jOrder callable as function
table.first()
First version on GitHub