代码搜索:sqlalchemy
找到约 184 项符合「sqlalchemy」的源代码
代码结果 184
www.eeworm.com/read/280962/4121106
py scoping.py
from sqlalchemy.util import ScopedRegistry, to_list, get_cls_kwargs
from sqlalchemy.orm import MapperExtension, EXT_CONTINUE, object_session, class_mapper
from sqlalchemy.orm.session import Session
fr
www.eeworm.com/read/280962/4121139
py proxied_association.py
"""this is a modified version of the basic association example, which illustrates
the usage of the associationproxy extension."""
from sqlalchemy import *
from sqlalchemy.orm import *
from sqlalchem
www.eeworm.com/read/280962/4121248
py mapper.py
"""tests general mapper operations with an emphasis on selecting/loading"""
import testenv; testenv.configure_for_tests()
from sqlalchemy import *
from sqlalchemy import exceptions, sql
from sqlalche
www.eeworm.com/read/280962/4121268
py single.py
import testenv; testenv.configure_for_tests()
from sqlalchemy import *
from sqlalchemy.orm import *
from testlib import *
class SingleInheritanceTest(TestBase, AssertsExecutionResults):
def setU
www.eeworm.com/read/280962/4121294
py informix.py
import testenv; testenv.configure_for_tests()
from sqlalchemy import *
from sqlalchemy.databases import informix
from testlib import *
class BasicTest(TestBase, AssertsExecutionResults):
# A sim
www.eeworm.com/read/280962/4121297
py access.py
import testenv; testenv.configure_for_tests()
from sqlalchemy import *
from sqlalchemy.databases import access
from testlib import *
class BasicTest(TestBase, AssertsExecutionResults):
# A simpl
www.eeworm.com/read/280962/4121301
py sybase.py
import testenv; testenv.configure_for_tests()
from sqlalchemy import *
from sqlalchemy.databases import sybase
from testlib import *
class BasicTest(TestBase, AssertsExecutionResults):
# A simpl
www.eeworm.com/read/280962/4121150
py single.py
from sqlalchemy import *
from sqlalchemy.orm import *
metadata = MetaData('sqlite://')
metadata.bind.echo = 'debug'
# a table to store companies
companies = Table('companies', metadata,
Column('
www.eeworm.com/read/280962/4121241
py lazytest1.py
import testenv; testenv.configure_for_tests()
from sqlalchemy import *
from sqlalchemy.orm import *
from testlib import *
class LazyTest(TestBase, AssertsExecutionResults):
def setUpAll(self):
www.eeworm.com/read/280962/4121282
py execute.py
import testenv; testenv.configure_for_tests()
from sqlalchemy import *
from sqlalchemy import exceptions
from testlib import *
class ExecuteTest(TestBase):
def setUpAll(self):
global user