Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
ó
‹EYc@sÿdZdefd„ƒYZdefd„ƒYZdefd„ƒYZdefd„ƒYZd	efd
„ƒYZdefd„ƒYZd
efd„ƒYZdefd„ƒYZ	defd„ƒYZ
defd„ƒYZdefd„ƒYZdefd„ƒYZ
de
fd„ƒYZde
fd„ƒYZdee
fd„ƒYZde
fd „ƒYZd!efd"„ƒYZd#efd$„ƒYZd%e
fd&„ƒYZd'e
fd(„ƒYZd)efd*„ƒYZdEZd+efd,„ƒYZd-efd.„ƒYZd/efd0„ƒYZd1efd2„ƒYZd3efd4„ƒYZd5efd6„ƒYZ d7efd8„ƒYZ!d9efd:„ƒYZ"d;efd<„ƒYZ#d=efd>„ƒYZ$d?e%fd@„ƒYZ&dAe'fdB„ƒYZ(dCe)fdD„ƒYZ*dES(Fs¿Exceptions used with SQLAlchemy.

The base exception class is :exc:`.SQLAlchemyError`.  Exceptions which are
raised as a result of DBAPI exceptions are all subclasses of
:exc:`.DBAPIError`.

tSQLAlchemyErrorcBseZdZRS(sGeneric error class.(t__name__t
__module__t__doc__(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRst
ArgumentErrorcBseZdZRS(s“Raised when an invalid or conflicting function argument is supplied.

    This error generally corresponds to construction time state errors.

    (RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRstNoSuchModuleErrorcBseZdZRS(spRaised when a dynamically-loaded module (usually a database dialect)
    of a particular name cannot be located.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRstNoForeignKeysErrorcBseZdZRS(sURaised when no foreign keys can be located between two selectables
    during a join.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR"stAmbiguousForeignKeysErrorcBseZdZRS(shRaised when more than one foreign key matching can be located
    between two selectables during a join.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR'stCircularDependencyErrorcBs#eZdZdd„Zd„ZRS(sîRaised by topological sorts when a circular dependency is detected.

    There are two scenarios where this error occurs:

    * In a Session flush operation, if two objects are mutually dependent
      on each other, they can not be inserted or deleted via INSERT or
      DELETE statements alone; an UPDATE will be needed to post-associate
      or pre-deassociate one of the foreign key constrained values.
      The ``post_update`` flag described at :ref:`post_update` can resolve
      this cycle.
    * In a :attr:`.MetaData.sorted_tables` operation, two :class:`.ForeignKey`
      or :class:`.ForeignKeyConstraint` objects mutually refer to each
      other.  Apply the ``use_alter=True`` flag to one or both,
      see :ref:`use_alter`.

    cCs\|dkr0|ddjd„|Dƒƒ7}n|}tj||ƒ||_||_dS(Ns (%s)s, css|]}t|ƒVqdS(N(trepr(t.0ts((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pys	<genexpr>?s(tNonetjoinRt__init__tcyclestedges(tselftmessageRRtmsg((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR=s$	cCs&|jd|j|j|jdffS(Ni(t	__class__RRRtargs(R((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyt
__reduce__FsN(RRRRRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR,s	tCompileErrorcBseZdZRS(s2Raised when an error occurs during SQL compilation(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRKstUnsupportedCompilationErrorcBseZdZd„ZRS(sdRaised when an operation is not supported by the given compiler.


    .. versionadded:: 0.8.3

    cCs$tt|ƒjd||fƒdS(Ns+Compiler %r can't render element of type %s(tsuperRR(Rtcompilertelement_type((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRWs(RRRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyROstIdentifierErrorcBseZdZRS(s;Raised when a schema name is beyond the max character limit(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR]stDisconnectionErrorcBseZdZRS(s™A disconnect is detected on a raw DB-API connection.

    This error is raised and consumed internally by a connection pool.  It can
    be raised by the :meth:`.PoolEvents.checkout` event so that the host pool
    forces a retry; the exception will be caught three times in a row before
    the pool gives up and raises :class:`~sqlalchemy.exc.InvalidRequestError`
    regarding the connection attempt.

    (RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRas	tTimeoutErrorcBseZdZRS(s@Raised when a connection pool times out on getting a connection.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRmstInvalidRequestErrorcBseZdZRS(svSQLAlchemy was asked to do something it can't do.

    This error generally corresponds to runtime state errors.

    (RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRqstNoInspectionAvailablecBseZdZRS(saA subject passed to :func:`sqlalchemy.inspection.inspect` produced
    no context for inspection.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR ystResourceClosedErrorcBseZdZRS(scAn operation was requested from a connection, cursor, or other
    object that's in a closed state.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR!~stNoSuchColumnErrorcBseZdZRS(s6A nonexistent column is requested from a ``RowProxy``.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR"ƒstNoReferenceErrorcBseZdZRS(sDRaised by ``ForeignKey`` to indicate a reference cannot be resolved.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR#‡stNoReferencedTableErrorcBs eZdZd„Zd„ZRS(sQRaised by ``ForeignKey`` when the referred ``Table`` cannot be
    located.

    cCstj||ƒ||_dS(N(R#Rt
table_name(RRttname((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRscCs|j|jd|jffS(Ni(RRR%(R((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR”s(RRRRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR$‹s	tNoReferencedColumnErrorcBs eZdZd„Zd„ZRS(sRRaised by ``ForeignKey`` when the referred ``Column`` cannot be
    located.

    cCs&tj||ƒ||_||_dS(N(R#RR%tcolumn_name(RRR&tcname((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRs	cCs#|j|jd|j|jffS(Ni(RRR%R((R((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR¢s(RRRRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR'˜s	tNoSuchTableErrorcBseZdZRS(s7Table does not exist or is not visible to a connection.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR*§stUnboundExecutionErrorcBseZdZRS(sASQL was attempted without a database connection to execute it on.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR+«st
DontWrapMixincBseZdZRS(s8A mixin class which, when applied to a user-defined Exception class,
    will not be wrapped inside of :exc:`.StatementError` if the error is
    emitted within the process of executing a statement.

    E.g.::

        from sqlalchemy.exc import DontWrapMixin

        class MyCustomException(Exception, DontWrapMixin):
            pass

        class MySpecialType(TypeDecorator):
            impl = String

            def process_bind_param(self, value, dialect):
                if value == 'invalid':
                    raise MyCustomException("invalid!")

    (RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR,¯stStatementErrorcBsMeZdZdZdZdZd„Zd„Zd„Z	d„Z
d„ZRS(svAn error occurred during execution of a SQL statement.

    :class:`StatementError` wraps the exception raised
    during execution, and features :attr:`.statement`
    and :attr:`.params` attributes which supply context regarding
    the specifics of the statement which had an issue.

    The wrapped exception object is available in
    the :attr:`.orig` attribute.

    cCs8tj||ƒ||_||_||_g|_dS(N(RRt	statementtparamstorigtdetail(RRR.R/R0((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRÞs
			cCs|jj|ƒdS(N(R1tappend(RR((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyt
add_detailåscCs)|j|jd|j|j|jffS(Ni(RRR.R/R0(R((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRèscCsŸddlm}tj|ƒg}|jrt|jd|jƒ|jrt|j|jdƒ}|jd|ƒqtndjg|j	D]}d|^q„|ƒS(Niÿÿÿÿ(tutils	[SQL: %r]i
s[parameters: %r]t s(%s)(
tsqlalchemy.sqlR4Rt__str__R.R2R/t_repr_paramsR
R1(RR4tdetailstparams_reprtdet((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR7ìs		cCs
|jƒS(N(R7(R((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyt__unicode__ùsN(RRRRR.R/R0RR3RR7R<(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR-Ès				
t
DBAPIErrorcBs8eZdZeedd„ƒZd„Zed„ZRS(s	Raised when the execution of a database operation fails.

    Wraps exceptions raised by the DB-API underlying the
    database operation.  Driver-specific implementations of the standard
    DB-API exception types are wrapped by matching sub-types of SQLAlchemy's
    :class:`DBAPIError` when possible.  DB-API's ``Error`` type maps to
    :class:`DBAPIError` in SQLAlchemy, otherwise the names are identical.  Note
    that there is no guarantee that different DB-API implementations will
    raise the same exception type for any given error condition.

    :class:`DBAPIError` features :attr:`~.StatementError.statement`
    and :attr:`~.StatementError.params` attributes which supply context
    regarding the specifics of the statement which had an issue, for the
    typical case when the error was raised within the context of
    emitting a SQL statement.

    The wrapped exception object is available in the
    :attr:`~.StatementError.orig` attribute. Its type and properties are
    DB-API implementation specific.

    c
Cs
t|tƒrt|tƒs.t|tƒr2|S|dk	r÷t||ƒr€|r€td|jj|jj|f|||ƒSt	ƒ}xk|jj
D]Z}|j}	|rÃ|jj|	|	ƒ}	n|	|kr–t
||	tƒr–||	}Pq–q–Wn|||||ƒS(Ns
(%s.%s) %s(t
isinstancet
BaseExceptiont	ExceptionR,RR-RRRtglobalst__mro__tdbapi_exception_translation_maptgett
issubclassR=(
tclsR.R/R0tdbapi_base_errtconnection_invalidatedtdialecttglobtsuper_tname((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pytinstances*
			
cCs%|j|j|j|j|jffS(N(RR.R/R0RH(R((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR7scCsuyt|ƒ}Wn#tk
r5}dt|ƒ}nXtj|d|jj|jj|f|||ƒ||_dS(Ns.Error in str() of DB-API-generated exception: s
(%s.%s) %s(tstrR@R-RRRRRH(RR.R/R0RHttextte((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR;sN(	RRRtclassmethodtFalseRRMRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR=ýs	tInterfaceErrorcBseZdZRS(sWraps a DB-API InterfaceError.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRSKst
DatabaseErrorcBseZdZRS(sWraps a DB-API DatabaseError.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRTOst	DataErrorcBseZdZRS(sWraps a DB-API DataError.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRUSstOperationalErrorcBseZdZRS(s Wraps a DB-API OperationalError.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRVWstIntegrityErrorcBseZdZRS(sWraps a DB-API IntegrityError.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRW[st
InternalErrorcBseZdZRS(sWraps a DB-API InternalError.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRX_stProgrammingErrorcBseZdZRS(s Wraps a DB-API ProgrammingError.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRYcstNotSupportedErrorcBseZdZRS(s!Wraps a DB-API NotSupportedError.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyRZgstSADeprecationWarningcBseZdZRS(s*Issued once per usage of a deprecated API.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR[mstSAPendingDeprecationWarningcBseZdZRS(s*Issued once per usage of a deprecated API.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR\qst	SAWarningcBseZdZRS(sIssued at runtime.(RRR(((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyR]usN(+RR@RRRRRRRRRRRRR R!tKeyErrorR"R#R$R'R*R+tobjectR,RtUnmappedColumnErrorR-R=RSRTRURVRWRXRYRZtDeprecationWarningR[tPendingDeprecationWarningR\tRuntimeWarningR](((sC/home/tvault/.virtenv/lib/python2.7/site-packages/sqlalchemy/exc.pyt<module>sF
5N