server/sqlutils.py
changeset 4023 eae23c40627a
parent 3689 deb13e88e037
child 4204 60256056bda6
equal deleted inserted replaced
4022:934e758a73ef 4023:eae23c40627a
    20 
    20 
    21 from indexer import get_indexer
    21 from indexer import get_indexer
    22 
    22 
    23 from cubicweb import Binary, ConfigurationError
    23 from cubicweb import Binary, ConfigurationError
    24 from cubicweb.utils import todate, todatetime
    24 from cubicweb.utils import todate, todatetime
    25 from cubicweb.common.uilib import remove_html_tags
    25 from cubicweb.uilib import remove_html_tags
    26 from cubicweb.toolsutils import restrict_perms_to_user
    26 from cubicweb.toolsutils import restrict_perms_to_user
    27 from cubicweb.schema import PURE_VIRTUAL_RTYPES
    27 from cubicweb.schema import PURE_VIRTUAL_RTYPES
    28 from cubicweb.server import SQL_CONNECT_HOOKS
    28 from cubicweb.server import SQL_CONNECT_HOOKS
    29 from cubicweb.server.utils import crypt_password
    29 from cubicweb.server.utils import crypt_password
    30 
    30