Closed kevinresol closed 9 years ago
Ah, thank you. In all my code I've evidently never used a model that has a relationship but has not imported sys.db.Types
.
Much appreciated!
Because I don't use the wildcard *
or the whole module but tend to import each class explicitly. That work better with FlashDevelop's "organize import" function. Otherwise it will remove the import statement if it can't see the class being used in current code.
otherwise the compiler will complain
Class not found : SUInt