- added raising CursorNotNone exception if cursor is none when trying to execute database operations
0.7.0 - Support tracker, select command enhancement, ...
- included version, author and license information to the main \_\_init\_\_.py
- added support tracker to prevent db systems to execute unsupported operations from base db system
- enhanced select_from generator with select_count, select_avg and select_sum
- added 'DISTINCT' option to select operations
- remade and improved exceptions
Breaking changes
- made a variety of parameters keyword-only wich concerns the modules sqlGeneration and dbSystems
- moved sqlGeneration.py to sqlGeneration/standard: only db systems and sqlGeneration are concerned