This section is just a list of currently excluded features which might be useful in the next version. They are in the order of importance:
- Autoincrement Integer fields
 
- Support for 
UPDATE SET TOTAL = TOTAL + 100 syntax
 
This is a list of things currently not included in the module but which may be of use later on:
- Make sure max and min work in all cursors for all field types
 
- Check table aliases actually work!
 
- Caching of all values to save on SQL calls
 
- Checking type conversions for ODBC and also the mx.DateTime issues
 
- Fixing and testing of alter()
 
- Table copying code
 
- Executemany support
 
Documentation released on April 10, 2005.