1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Started to add in iterators for JSON arrays and objects that can be used to iterate over them.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Removed some of the broken implementation of the JSON recordset.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Updated some internal types to match the specificaiton on 32 bit Linux.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Improved the test coverage and fixed some problems with the way the master database is built up.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
More... over 16 years ago
We can now use jcursors for integer and string dereferencing.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Attempting to use a jcursor to walk through a non-JSON object now gives a proper error message.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added a JSON exception class.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added some more tests and improved an error message.
KayEss
as Kirit Sælensminde
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).
KayEss
as Kirit Sælensminde
More... over 16 years ago
Added an extra typedef to make commit operations easier to handle.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Database insert is now written.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Implemented jcursor position creation from JSON atoms which are either stirngs or integers.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Renamed jcursor test file.
KayEss
as Kirit Sælensminde
More... over 16 years ago
We now need a better jcursor API and tests.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Updated the JSON object assignment so that we can handle insertion/replacement and get what we expect.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Started to implement the generation of the object representation in the JSON database.
KayEss
as Kirit Sælensminde
More... over 16 years ago
The oncommit handler is not sent on to the database driver transaction.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Implemented eof() for the degenerate case where the recordset is empty.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Started to put in place the mechanism where the insert command will turn up at the database write connection.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Removed dbinterface from the internal recordset. It should never have been there.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Can now query the JSON table, but the key must currently be a string.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
More... over 16 years ago
Started to re-arrange the JSON database implementation so that it can handle multiple databases.
KayEss
as Kirit Sælensminde
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.
KayEss
as Kirit Sælensminde
More... over 16 years ago