add dialect to compilation of sqlalchemy clauses
This commit is contained in:
@ -3,6 +3,7 @@ from orm.fields import Integer, BigInteger, Boolean, Time, Text, String, JSON, D
|
||||
from orm.models import Model
|
||||
from orm.exceptions import ModelDefinitionError, MultipleMatches, NoMatch, ModelNotSet
|
||||
|
||||
__version__ = "0.0.1"
|
||||
__all__ = [
|
||||
"Integer",
|
||||
"BigInteger",
|
||||
|
||||
Reference in New Issue
Block a user