-----------
(release date to be announced)
- Rewritten using the sqlalchemy test suite as the driver for development.
- Support for Python 3.4 (though this needs to be done to the upsteam NuoDB driver too.
- Full support for all features except for those noted below.
- Standard SQLAlchemy directory layout, naming conventions, etc.
- Added coverage reporting, got automated online builds working, added more
unit tests to get coverage up into the 90 percentile range.
- Got test suite passing, but skipped tests for issues known in PyNuoDB or core NuoDB
(see below).
Known Defects
~~~~~~~~~~~~~
1. NuoDB SQL layer is missing support for named constraints when CONSTRAINT
keyword is used:
| FAIL test/test_suite.py::ComponentReflectionTest_nuodb_pynuodb::()::test_get_unique_constraints
| FAIL test/test_suite.py::ComponentReflectionTest_nuodb_pynuodb::()::test_get_unique_constraints_with_schema
2. NuoDB does not support foreign keys. There are a number of tests that require
foreign key name lookups and foreign key names are not stored in its system
tables and for most scenarios NuoDB foreign keys are unimplemented.