add dialect to compilation of sqlalchemy clauses

This commit is contained in:
collerek
2020-08-09 06:24:22 +02:00
parent 8f179f763f
commit 39e44b1985
4 changed files with 7 additions and 1 deletions

View File

@ -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",