mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-27 19:15:05 -04:00
pg and oracle fixes
This commit is contained in:
@@ -12,6 +12,7 @@ from sqlalchemy.dialects.oracle import cx_oracle, base as oracle
|
||||
from sqlalchemy.engine import default
|
||||
from sqlalchemy.util import jython
|
||||
from sqlalchemy.util.compat import decimal
|
||||
from sqlalchemy.testing.schema import Table, Column
|
||||
import datetime
|
||||
import os
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ from sqlalchemy import Table, Column, select, MetaData, text, Integer, \
|
||||
PrimaryKeyConstraint, DateTime, tuple_, Float, BigInteger, \
|
||||
func, literal_column, literal, bindparam, cast, extract, \
|
||||
SmallInteger, Enum, REAL, update, insert, Index, delete, \
|
||||
and_, Date, TypeDecorator, Time, Unicode, Interval
|
||||
and_, Date, TypeDecorator, Time, Unicode, Interval, or_
|
||||
from sqlalchemy.orm import Session, mapper, aliased
|
||||
from sqlalchemy import exc, schema, types
|
||||
from sqlalchemy.dialects.postgresql import base as postgresql
|
||||
|
||||
Reference in New Issue
Block a user