Started to add in iterators for JSON arrays and objects that can be used to iterate over them. |
|
More...
|
over 16 years ago
|
Removed some of the broken implementation of the JSON recordset. |
|
More...
|
over 16 years ago
|
Queries now act more like an SQL query with a WHERE clause. We no longer get an error if nothing is returned. |
|
More...
|
over 16 years ago
|
Updated some internal types to match the specificaiton on 32 bit Linux. |
|
More...
|
over 16 years ago
|
Improved the test coverage and fixed some problems with the way the master database is built up. |
|
More...
|
over 16 years ago
|
Can now save an instance into the databse. We don't have very good coverage to see if the instance actually went in though. |
|
More...
|
over 16 years ago
|
We can now use jcursors for integer and string dereferencing. |
|
More...
|
over 16 years ago
|
Attempting to use a jcursor to walk through a non-JSON object now gives a proper error message. |
|
More...
|
over 16 years ago
|
Added a JSON exception class. |
|
More...
|
over 16 years ago
|
Added some more tests and improved an error message. |
|
More...
|
over 16 years ago
|
We can now use a jcursor to set a value inside a JSON blob (so long as all keys are strings). |
|
More...
|
over 16 years ago
|
Added an extra typedef to make commit operations easier to handle. |
|
More...
|
over 16 years ago
|
Database insert is now written. |
|
More...
|
over 16 years ago
|
Implemented jcursor position creation from JSON atoms which are either stirngs or integers. |
|
More...
|
over 16 years ago
|
Renamed jcursor test file. |
|
More...
|
over 16 years ago
|
We now need a better jcursor API and tests. |
|
More...
|
over 16 years ago
|
We need to be able to create a jcursor to represent the key position within the JSON database from a JSON object which is the key. |
|
More...
|
over 16 years ago
|
Updated the JSON object assignment so that we can handle insertion/replacement and get what we expect. |
|
More...
|
over 16 years ago
|
Started to implement the generation of the object representation in the JSON database. |
|
More...
|
over 16 years ago
|
The oncommit handler is not sent on to the database driver transaction. |
|
More...
|
over 16 years ago
|
Implemented eof() for the degenerate case where the recordset is empty. |
|
More...
|
over 16 years ago
|
Started to put in place the mechanism where the insert command will turn up at the database write connection. |
|
More...
|
over 16 years ago
|
Started to pass the database connection through the instance creation. Need to pass it all the way on to the attibute factories. |
|
More...
|
over 16 years ago
|
Started to implement what a use of the persistence needs to look like. The instance needs to know the database connection it is associated with though. |
|
More...
|
over 16 years ago
|
Removed dbinterface from the internal recordset. It should never have been there. |
|
More...
|
over 16 years ago
|
Can now query the JSON table, but the key must currently be a string. |
|
More...
|
over 16 years ago
|
Query for the meta-data to create a database now gets as far as failing to find the table inside the master database. |
|
More...
|
over 16 years ago
|
Added a number of new basic tests for the database abstraction layer. Now ready to implement database creation for the JSON db. |
|
More...
|
over 16 years ago
|
Started to re-arrange the JSON database implementation so that it can handle multiple databases. |
|
More...
|
over 16 years ago
|
Started to make some basic tests for the JSON database itself. The original design used a single database, but we need more than one really. |
|
More...
|
over 16 years ago
|