1. Removed ABM.GEN_NUMBER and replaced by ABM.GEN_DOUBLE and ABM.GEN_INTEGER
2. Added DBM.CloseSQL(SQL) in the Edit method
3. 'pk not in INSERT': Because for some Databases, you may not do this, I've introduced a new param to the ABMGeneratorCRUDDefinition: IgnoreAutoNumberInINSERT (default=false). So in most cases it will be added to the insert, but you can overrule this.