== 1.3.0 2010-01-19 * 1 major enhancement: * Now supports :offset in queries. Combined with improved :limit support, this makes it possible to efficiently paginate result sets. * 1 minor enhancement: * Better quoting of select statements using the 'sdbtools' library. == 1.2.0 2010-01-13 * 2 minor enhancements: * Better support for String attributes with multiple values which were not created by the String chunking system. * Now tries to take model and repository into account when determining storage name for a table. == 1.1.0 2009-11-24 * 2 major enhancements: * Supports legacy (pre-1.0.0) objects Prior to version 1.0.0 there were some differences in how this adapter stored nils and strings containing newlines. The adapter will now detect old objects and load them correctly. * Adds object versioning New records created by the adapter now have version metadata attached to them, making it easier to change how objects are stored in the future. * 1 bug fix * Fixed an "odd number of arguments for hash" error when saving objects. * Cleanup/refactoring * Work has begun to start splitting out functionality into separate files and classes * Added unit tests to complement the existing integration tests