U a @sdZddlmZddlmZddlmZddlmZddlm Z ddlm Z dd lm Z dd lm Z dd lm Z dd lmZdd lmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZGdddeZeddGdddeZ edd Gd!d"d"eZ!edd#Gd$d%d%eZ"Gd&d'd'ej#eeeeeee Z$Gd(d)d)e$Z%Gd*d+d+e%Z&Gd,d-d-e'Z(Gd.d/d/e(e%Z)Gd0d1d1e(e$Z*d2S)3zd Provide :class:`_expression.Insert`, :class:`_expression.Update` and :class:`_expression.Delete`. )NullType) coercions)roles)util_entity_namespace_key)_exclusive_against) _from_objects) _generative)ColumnCollection) CompileState) DialectKWArgs) Executable)HasCompileState)BooleanClauseList) ClauseElement)Null)HasCTE) HasPrefixes) ReturnsRows)InternalTraversal)exc)collections_abcc@steZdZdZdZdZdZdZdZdZ dZ dZ ddZ e ddZdd Zd d Zd d ZddZddZddZdS)DMLStateTNFcKs tdSNNotImplementedErrorself statementcompilerkwr$SC:\Users\vtejo\AppData\Local\Temp\pip-unpacked-wheel-nyjtotrf\sqlalchemy\sql\dml.py__init__0szDMLState.__init__cCs|jjSr)r!tabler r$r$r% dml_table3szDMLState.dml_tablecCspg}tt|j}|dh}|jD]4}t|D]&}||jsJ||| |jq0q$| |dd|S)Nrr) listsql_utilZtables_from_leftmostr'_where_criteriar intersectionZ _cloned_setappendupdateextend)r r!ZfromsZ all_tablesseencrititemr$r$r%_make_extra_froms7s     zDMLState._make_extra_fromscs~jstdjjD]X}fdd|D}|jr\d|_d|_||_|jd|_ q |jsl| q |j |q dS)Nz6%s construct does not support multiple parameter sets.cs4g|],}t|tjr,ddtjj|Dn|qS)cSsi|]\}}|j|qSr$key.0cvaluer$r$r% Osz=DMLState._process_multi_values...) isinstancerSequencezipr'r9)r8Z parameter_setr!r$r% Ns   z2DMLState._process_multi_values..FTr) _supports_multi_parametersrInvalidRequestError__visit_name__upper _multi_values_no_parameters_has_multi_parameters_multi_parameters_dict_parameters_cant_mix_formats_errorr0)r r! parametersZmulti_parametersr$r?r%_process_multi_valuesFs$    zDMLState._process_multi_valuescCs.|jrd|_|j|_d|_n|jr*|dS)NF)rFrG_valuesrIrJ)r r!r$r$r%_process_valuesbs zDMLState._process_valuescCsR|j}|jr4d|_t||_||_dd|D|_n|jrD|n tddS)NFcSsg|] \}}|qSr$r$r8r6r:r$r$r%r@qsz4DMLState._process_ordered_values..zQCan only invoke ordered_values() once, and not mixed with any other values() call) _ordered_valuesrFdictrI_parameter_orderingrGrJrrBr r!rKr$r$r%_process_ordered_valuesjs  z DMLState._process_ordered_valuescCs4dd|jD}|jr$d|_||_n ds0tddS)NcSs"i|]}tjtj|ddtqS)T)Zas_key)rexpectr DMLColumnRolerr8namer$r$r%r;{sz3DMLState._process_select_values..Fz%This statement already has parameters) _select_namesrFrIAssertionErrorrSr$r$r%_process_select_valueszszDMLState._process_select_valuescCstddS)NzCan't mix single and multiple VALUES formats in one INSERT statement; one style appends to a list while the other replaces values, so the intent is ambiguous.)rrBr(r$r$r%rJsz DMLState._cant_mix_formats_error)__name__ __module__ __qualname__rFrIrHrPrRrGisupdateisdeleteisinsertr&propertyr)r4rLrNrTr[rJr$r$r$r%r%s$ rdefaultinsertc@seZdZdZdZddZdS)InsertDMLStateTFcKsD||_d|_|jr|||jdk r0|||jr@||dSNT)r!rarYr[rMrNrErLrr$r$r%r&s   zInsertDMLState.__init__N)r\r]r^rainclude_table_with_column_exprsr&r$r$r$r%resrer/c@seZdZdZdZddZdS)UpdateDMLStateTFcKs||_d|_|j|_|jdk r*||n&|jdk r@||n|jrP||| ||_ }|oh|j |_ }|ox|j |_dSrf)r!r__preserve_parameter_orderrPrTrMrNrErLr4 _extra_fromsrIZ is_multitableZ'render_table_with_column_in_update_fromrg)r r!r"r#Zefmtr$r$r%r&s     zUpdateDMLState.__init__N)r\r]r^r_rgr&r$r$r$r%rhsrhdeletec@seZdZdZddZdS)DeleteDMLStateTcKs||_d|_|||_dSrf)r!r`r4rjrr$r$r%r&szDeleteDMLState.__init__N)r\r]r^r`r&r$r$r$r%rmsrmc@seZdZdZdZejddiZe Z dZ dZ dZ dZdZedd Zd d Zd d ZeddZddZddZddZeeeZeddZeddZeddZedddZdS) UpdateBasezDForm the base for ``INSERT``, ``UPDATE``, and ``DELETE`` statements.Z update_baseZ autocommitTFNr$c s6tddddddddd tjffd d |DS) NzThe :paramref:`%(func)s.whereclause` parameter will be removed in SQLAlchemy 2.0. Please refer to the :meth:`%(classname)s.where` method.zThe :paramref:`%(func)s.values` parameter will be removed in SQLAlchemy 2.0. Please refer to the :meth:`%(classname)s.values` method.zuThe :paramref:`%(func)s.bind` parameter will be removed in SQLAlchemy 2.0. Please use explicit connection execution.zThe :paramref:`%(func)s.inline` parameter will be removed in SQLAlchemy 2.0. Please use the :meth:`%(classname)s.inline` method.zThe :paramref:`%(func)s.prefixes parameter will be removed in SQLAlchemy 2.0. Please use the :meth:`%(classname)s.prefix_with` method.zThe :paramref:`%(func)s.return_defaults` parameter will be removed in SQLAlchemy 2.0. Please use the :meth:`%(classname)s.return_defaults` method.zThe :paramref:`%(func)s.returning` parameter will be removed in SQLAlchemy 2.0. Please use the :meth:`%(classname)s.returning`` method.zThe :paramref:`%(func)s.preserve_parameter_order` parameter will be removed in SQLAlchemy 2.0. Use the :meth:`%(classname)s.ordered_values` method with a list of tuples. ) whereclausevaluesbindinlineprefixesreturn_defaults returningpreserve_parameter_ordercs,i|]$}|d|dddfqS)z2.0z_expression.%s)func classnamer$rWclsnamefn_nameZparam_to_method_lookupr$r%r;s z;UpdateBase._constructor_20_deprecations..)rQrZdeprecated_params)clsr{rznamesr$ryr%_constructor_20_deprecationss/ z'UpdateBase._constructor_20_deprecationscs jfdd|jDdS)Nc3s|]}|VqdSr)Z _make_proxy)r8col fromclauser$r% szAUpdateBase._generate_fromclause_column_proxies..)Z_columnsZ_populate_separate_keys _returning)r rr$rr%#_generate_fromclause_column_proxiessz.UpdateBase._generate_fromclause_column_proxiescOs tddS)zSet the parameters for the statement. This method raises ``NotImplementedError`` on the base class, and is overridden by :class:`.ValuesBase` to provide the SET/VALUES clause of UPDATE and INSERT. zparams() is not supported for INSERT/UPDATE/DELETE statements. To set the values for an INSERT or UPDATE statement, use stmt.values(**parameters).Nr)r argr#r$r$r%params$szUpdateBase.paramscKs||dS)a Add dialect options to this INSERT/UPDATE/DELETE object. e.g.:: upd = table.update().dialect_options(mysql_limit=10) .. versionadded: 1.4 - this method supersedes the dialect options associated with the constructor. N)_validate_dialect_kwargs)r optr$r$r%with_dialect_options2s zUpdateBase.with_dialect_optionscCs td|jj||dS)NzPassing dialect keyword arguments directly to the %s constructor is deprecated and will be removed in SQLAlchemy 2.0. Please use the ``with_dialect_options()`` method.)rZwarn_deprecated_20 __class__r\r)r dialect_kwr$r$r%#_validate_dialect_kwargs_deprecatedAs z.UpdateBase._validate_dialect_kwargs_deprecatedcCs|jp |jjS)zuReturn a 'bind' linked to this :class:`.UpdateBase` or a :class:`_schema.Table` associated with it. )_bindr'rqr(r$r$r%rqJszUpdateBase.bindcCs ||_dSr)r)r rqr$r$r% _set_bindQszUpdateBase._set_bindcGs0|jrtd|jtdd|D7_dS)a Add a :term:`RETURNING` or equivalent clause to this statement. e.g.: .. sourcecode:: pycon+sql >>> stmt = ( ... table.update() ... .where(table.c.data == "value") ... .values(status="X") ... .returning(table.c.server_flag, table.c.updated_timestamp) ... ) >>> print(stmt) UPDATE some_table SET status=:status WHERE some_table.data = :data_1 RETURNING some_table.server_flag, some_table.updated_timestamp The method may be invoked multiple times to add new entries to the list of expressions to be returned. .. versionadded:: 1.4.0b2 The method may be invoked multiple times to add new entries to the list of expressions to be returned. The given collection of column expressions should be derived from the table that is the target of the INSERT, UPDATE, or DELETE. While :class:`_schema.Column` objects are typical, the elements can also be expressions: .. sourcecode:: pycon+sql >>> stmt = table.insert().returning( ... (table.c.first_name + " " + table.c.last_name).label("fullname") ... ) >>> print(stmt) INSERT INTO some_table (first_name, last_name) VALUES (:first_name, :last_name) RETURNING some_table.first_name || :first_name_1 || some_table.last_name AS fullname Upon compilation, a RETURNING clause, or database equivalent, will be rendered within the statement. For INSERT and UPDATE, the values are the newly inserted/updated values. For DELETE, the values are those of the rows which were deleted. Upon execution, the values of the columns to be returned are made available via the result set and can be iterated using :meth:`_engine.CursorResult.fetchone` and similar. For DBAPIs which do not natively support returning values (i.e. cx_oracle), SQLAlchemy will approximate this behavior at the result level so that a reasonable amount of behavioral neutrality is provided. Note that not all databases/DBAPIs support RETURNING. For those backends with no support, an exception is raised upon compilation and/or execution. For those who do support it, the functionality across backends varies greatly, including restrictions on executemany() and other statements which return multiple rows. Please read the documentation notes for the database in use in order to determine the availability of RETURNING. .. seealso:: :meth:`.ValuesBase.return_defaults` - an alternative method tailored towards efficient fetching of server-side defaults and triggers for single-row INSERTs or UPDATEs. :ref:`tutorial_insert_returning` - in the :ref:`unified_tutorial` z9return_defaults() is already configured on this statementcss|]}ttj|VqdSr)rrUrZColumnsClauseRoler8r9r$r$r%rsz'UpdateBase.returning..N)_return_defaultsrrBrtupler colsr$r$r%ruVsGzUpdateBase.returningcCs|jSr)rr(r$r$r%_all_selected_columnssz UpdateBase._all_selected_columnscCstdd|jDS)zxReturn the RETURNING columns as a column collection for this statement. .. versionadded:: 1.4 css|]}|j|fVqdSrr5rr$r$r%rsz.UpdateBase.exported_columns..)r rZ as_immutabler(r$r$r%exported_columnss zUpdateBase.exported_columns*cCs(|dkr|j}|j||f|i|_dS)aAdd a table hint for a single table to this INSERT/UPDATE/DELETE statement. .. note:: :meth:`.UpdateBase.with_hint` currently applies only to Microsoft SQL Server. For MySQL INSERT/UPDATE/DELETE hints, use :meth:`.UpdateBase.prefix_with`. The text of the hint is rendered in the appropriate location for the database backend in use, relative to the :class:`_schema.Table` that is the subject of this statement, or optionally to that of the given :class:`_schema.Table` passed as the ``selectable`` argument. The ``dialect_name`` option will limit the rendering of a particular hint to a particular backend. Such as, to add a hint that only takes effect for SQL Server:: mytable.insert().with_hint("WITH (PAGLOCK)", dialect_name="mssql") :param text: Text of the hint. :param selectable: optional :class:`_schema.Table` that specifies an element of the FROM clause within an UPDATE or DELETE to be the subject of the hint - applies only to certain backends. :param dialect_name: defaults to ``*``, if specified as the name of a particular dialect, will apply these hints only when that dialect is in use. N)r'_hintsunion)r text selectableZ dialect_namer$r$r% with_hintszUpdateBase.with_hint)Nr)r\r]r^__doc__rCrZ_execution_optionsrr immutabledictrZnamed_with_columnr_return_defaults_columnsrZis_dml classmethodr~rrr rrrqrrbrurrrr$r$r$r%rns:  ?    N  rnc@seZdZdZdZdZdZdZdZdZ dZ dZ dZ dZ ddZeedd d d d d ddZeedddide idddZdS) ValuesBasezTSupplies support for :meth:`.ValuesBase.values` to INSERT and UPDATE constructs.Z values_baseFNr$cCs<tjtj||d|_|dk r*|j|||r8||dS)NZapply_propagate_attrs)rrUr DMLTableRoler'rpZnon_generative_setup_prefixes)r r'rprsr$r$r%r&szValuesBase.__init__rYrPz,This construct already inserts from a SELECT1This statement already has ordered values present)rYrP)msgscOs|r|d}|rtdqt|dkr4tdq|jst|tjr|rrt|dttt frr|j |f7_ dSddt |j j |D}q|jrt|tjstdn|}|rtd|jrd d |D}||_n4d d|D}|jr|j||_n t||_dS) aSpecify a fixed VALUES clause for an INSERT statement, or the SET clause for an UPDATE. Note that the :class:`_expression.Insert` and :class:`_expression.Update` constructs support per-execution time formatting of the VALUES and/or SET clauses, based on the arguments passed to :meth:`_engine.Connection.execute`. However, the :meth:`.ValuesBase.values` method can be used to "fix" a particular set of parameters into the statement. Multiple calls to :meth:`.ValuesBase.values` will produce a new construct, each one with the parameter list modified to include the new parameters sent. In the typical case of a single dictionary of parameters, the newly passed keys will replace the same keys in the previous construct. In the case of a list-based "multiple values" construct, each new list of values is extended onto the existing list of values. :param \**kwargs: key value pairs representing the string key of a :class:`_schema.Column` mapped to the value to be rendered into the VALUES or SET clause:: users.insert().values(name="some name") users.update().where(users.c.id==5).values(name="some name") :param \*args: As an alternative to passing key/value parameters, a dictionary, tuple, or list of dictionaries or tuples can be passed as a single positional argument in order to form the VALUES or SET clause of the statement. The forms that are accepted vary based on whether this is an :class:`_expression.Insert` or an :class:`_expression.Update` construct. For either an :class:`_expression.Insert` or :class:`_expression.Update` construct, a single dictionary can be passed, which works the same as that of the kwargs form:: users.insert().values({"name": "some name"}) users.update().values({"name": "some new name"}) Also for either form but more typically for the :class:`_expression.Insert` construct, a tuple that contains an entry for every column in the table is also accepted:: users.insert().values((5, "some name")) The :class:`_expression.Insert` construct also supports being passed a list of dictionaries or full-table-tuples, which on the server will render the less common SQL syntax of "multiple values" - this syntax is supported on backends such as SQLite, PostgreSQL, MySQL, but not necessarily others:: users.insert().values([ {"name": "some name"}, {"name": "some other name"}, {"name": "yet another name"}, ]) The above form would render a multiple VALUES statement similar to:: INSERT INTO users (name) VALUES (:name_1), (:name_2), (:name_3) It is essential to note that **passing multiple values is NOT the same as using traditional executemany() form**. The above syntax is a **special** syntax not typically used. To emit an INSERT statement against multiple rows, the normal method is to pass a multiple values list to the :meth:`_engine.Connection.execute` method, which is supported by all database backends and is generally more efficient for a very large number of parameters. .. seealso:: :ref:`execute_multiple` - an introduction to the traditional Core method of multiple parameter set invocation for INSERTs and other statements. .. versionchanged:: 1.0.0 an INSERT that uses a multiple-VALUES clause, even a list of length one, implies that the :paramref:`_expression.Insert.inline` flag is set to True, indicating that the statement will not attempt to fetch the "last inserted primary key" or other defaults. The statement deals with an arbitrary number of rows, so the :attr:`_engine.CursorResult.inserted_primary_key` accessor does not apply. .. versionchanged:: 1.0.0 A multiple-VALUES INSERT now supports columns with Python side default values and callables in the same way as that of an "executemany" style of invocation; the callable is invoked for each row. See :ref:`bug_3288` for other details. The UPDATE construct also supports rendering the SET parameters in a specific order. For this feature refer to the :meth:`_expression.Update.ordered_values` method. .. seealso:: :meth:`_expression.Update.ordered_values` rz;Can't pass positional and kwargs to values() simultaneouslyrzWOnly a single dictionary/tuple or list of dictionaries/tuples is accepted positionally.NcSsi|]\}}|j|qSr$r5r7r$r$r%r;sz%ValuesBase.values..zOWhen preserve_parameter_order is True, values() only accepts a list of 2-tuplesc Ss4g|],\}}ttj|tjtj|tddfqST)type_Zis_crudrrUrrVZExpressionElementRolerr8kvr$r$r%r@s  z%ValuesBase.values..c Ss2i|]*\}}ttj|tjtj|tddqSrrrr$r$r%r;s )r ArgumentErrorlenrir<rr=r*rQrrEr>r'r9 ValueErrorrPitemsrMrrr)r argskwargsrr$r$r%rpsRz     zValuesBase.valuesrz1RETURNING is already configured on this statement)rdefaultscGsd|_||_dS)aMake use of a :term:`RETURNING` clause for the purpose of fetching server-side expressions and defaults. E.g.:: stmt = table.insert().values(data='newdata').return_defaults() result = connection.execute(stmt) server_created_at = result.returned_defaults['created_at'] When used against a backend that supports RETURNING, all column values generated by SQL expression or server-side-default will be added to any existing RETURNING clause, provided that :meth:`.UpdateBase.returning` is not used simultaneously. The column values will then be available on the result using the :attr:`_engine.CursorResult.returned_defaults` accessor as a dictionary, referring to values keyed to the :class:`_schema.Column` object as well as its ``.key``. This method differs from :meth:`.UpdateBase.returning` in these ways: 1. :meth:`.ValuesBase.return_defaults` is only intended for use with an INSERT or an UPDATE statement that matches exactly one row per parameter set. While the RETURNING construct in the general sense supports multiple rows for a multi-row UPDATE or DELETE statement, or for special cases of INSERT that return multiple rows (e.g. INSERT from SELECT, multi-valued VALUES clause), :meth:`.ValuesBase.return_defaults` is intended only for an "ORM-style" single-row INSERT/UPDATE statement. The row returned by the statement is also consumed implicitly when :meth:`.ValuesBase.return_defaults` is used. By contrast, :meth:`.UpdateBase.returning` leaves the RETURNING result-set intact with a collection of any number of rows. 2. It is compatible with the existing logic to fetch auto-generated primary key values, also known as "implicit returning". Backends that support RETURNING will automatically make use of RETURNING in order to fetch the value of newly generated primary keys; while the :meth:`.UpdateBase.returning` method circumvents this behavior, :meth:`.ValuesBase.return_defaults` leaves it intact. 3. It can be called against any backend. Backends that don't support RETURNING will skip the usage of the feature, rather than raising an exception. The return value of :attr:`_engine.CursorResult.returned_defaults` will be ``None`` 4. An INSERT statement invoked with executemany() is supported if the backend database driver supports the ``insert_executemany_returning`` feature, currently this includes PostgreSQL with psycopg2. When executemany is used, the :attr:`_engine.CursorResult.returned_defaults_rows` and :attr:`_engine.CursorResult.inserted_primary_key_rows` accessors will return the inserted defaults and primary keys. .. versionadded:: 1.4 :meth:`.ValuesBase.return_defaults` is used by the ORM to provide an efficient implementation for the ``eager_defaults`` feature of :func:`.mapper`. :param cols: optional list of column key names or :class:`_schema.Column` objects. If omitted, all column expressions evaluated on the server are added to the returning list. .. versionadded:: 0.9.0 .. seealso:: :meth:`.UpdateBase.returning` :attr:`_engine.CursorResult.returned_defaults` :attr:`_engine.CursorResult.returned_defaults_rows` :attr:`_engine.CursorResult.inserted_primary_key` :attr:`_engine.CursorResult.inserted_primary_key_rows` TN)rrrr$r$r%rts\zValuesBase.return_defaults)r\r]r^rrCrAriselect_post_values_clauserMrErPrYrr&r r rprtr$r$r$r%rs>  Crc seZdZdZdZdZdZdZdZde j fde j fde j fd e j fd e jfd e j fd e j fd e jfde jfde j fde jfg ejejejejZeddddddddgdfdd ZeddZedddZZ S)InsertzRepresent an INSERT construct. The :class:`_expression.Insert` object is created using the :func:`_expression.insert()` function. rdTNFr'_inlinerYrMrErrrrrrrprrrqrsrurtc  sVtt||||||_||_|r*||_|r8|||rRd|_t|t sR||_ dS)a Construct an :class:`_expression.Insert` object. E.g.:: from sqlalchemy import insert stmt = ( insert(user_table). values(name='username', fullname='Full Username') ) Similar functionality is available via the :meth:`_expression.TableClause.insert` method on :class:`_schema.Table`. .. seealso:: :ref:`coretutorial_insert_expressions` - in the :ref:`1.x tutorial ` :ref:`tutorial_core_insert` - in the :ref:`unified_tutorial` :param table: :class:`_expression.TableClause` which is the subject of the insert. :param values: collection of values to be inserted; see :meth:`_expression.Insert.values` for a description of allowed formats here. Can be omitted entirely; a :class:`_expression.Insert` construct will also dynamically render the VALUES clause at execution time based on the parameters passed to :meth:`_engine.Connection.execute`. :param inline: if True, no attempt will be made to retrieve the SQL-generated default values to be provided within the statement; in particular, this allows SQL expressions to be rendered 'inline' within the statement without the need to pre-execute them beforehand; for backends that support "returning", this turns off the "implicit returning" feature for the statement. If both :paramref:`_expression.Insert.values` and compile-time bind parameters are present, the compile-time bind parameters override the information specified within :paramref:`_expression.Insert.values` on a per-key basis. The keys within :paramref:`_expression.Insert.values` can be either :class:`~sqlalchemy.schema.Column` objects or their string identifiers. Each key may reference one of: * a literal data value (i.e. string, number, etc.); * a Column object; * a SELECT statement. If a ``SELECT`` statement is specified which references this ``INSERT`` statement's table, the statement will be correlated against the ``INSERT`` statement. .. seealso:: :ref:`coretutorial_insert_expressions` - SQL Expression Tutorial :ref:`inserts_and_updates` - SQL Expression Tutorial TN) superrr&rrrrrr<boolr) r r'rprrrqrsrurtrrr$r%r&JsY  zInsert.__init__cCs d|_dS)aMake this :class:`_expression.Insert` construct "inline" . When set, no attempt will be made to retrieve the SQL-generated default values to be provided within the statement; in particular, this allows SQL expressions to be rendered 'inline' within the statement without the need to pre-execute them beforehand; for backends that support "returning", this turns off the "implicit returning" feature for the statement. .. versionchanged:: 1.4 the :paramref:`_expression.Insert.inline` parameter is now superseded by the :meth:`_expression.Insert.inline` method. TNrr(r$r$r%rrsz Insert.inlinecCs6|jrtd||_d|_||_ttj ||_ dS)a Return a new :class:`_expression.Insert` construct which represents an ``INSERT...FROM SELECT`` statement. e.g.:: sel = select(table1.c.a, table1.c.b).where(table1.c.c > 5) ins = table2.insert().from_select(['a', 'b'], sel) :param names: a sequence of string column names or :class:`_schema.Column` objects representing the target columns. :param select: a :func:`_expression.select` construct, :class:`_expression.FromClause` or other construct which resolves into a :class:`_expression.FromClause`, such as an ORM :class:`_query.Query` object, etc. The order of columns returned from this FROM clause should correspond to the order of columns sent as the ``names`` parameter; while this is not checked before passing along to the database, the database would normally raise an exception if these column lists don't correspond. :param include_defaults: if True, non-server default values and SQL expressions as specified on :class:`_schema.Column` objects (as documented in :ref:`metadata_defaults_toplevel`) not otherwise specified in the list of names will be rendered into the INSERT and SELECT statements, so that these values are also included in the data to be inserted. .. note:: A Python-side default that uses a Python callable function will only be invoked **once** for the whole statement, and **not per row**. .. versionadded:: 1.0.0 - :meth:`_expression.Insert.from_select` now renders Python-side and SQL expression column defaults into the SELECT statement for columns otherwise not included in the list of column names. .. versionchanged:: 1.0.0 an INSERT that uses FROM SELECT implies that the :paramref:`_expression.insert.inline` flag is set to True, indicating that the statement will not attempt to fetch the "last inserted primary key" or other defaults. The statement deals with an arbitrary number of rows, so the :attr:`_engine.CursorResult.inserted_primary_key` accessor does not apply. z0This construct already inserts value expressionsTN) rMrrBrYr#include_insert_from_select_defaultsrrUrZ DMLSelectRoler)r r}rZinclude_defaultsr$r$r% from_selects3zInsert.from_select)NFNNNF)T)!r\r]r^rrCrArrZ is_insertrdp_clauseelement dp_booleanZdp_string_list dp_dml_valuesZdp_dml_multi_valuesdp_clauseelement_listdp_table_hint_listr _has_prefixes_traverse_internalsr"_dialect_kwargs_traverse_internalsr_executable_traverse_internalsr_has_ctes_traverse_internals_traverse_internalsrr~r&r rrr __classcell__r$r$rr%r"sfZ rc@s@eZdZdZeddZddZddZdd Ze d d Z d S) DMLWhereBaser$cGs,|D]"}ttj|}|j|f7_qdS)aReturn a new construct with the given expression(s) added to its WHERE clause, joined to the existing clause via AND, if any. Both :meth:`_dml.Update.where` and :meth:`_dml.Delete.where` support multiple-table forms, including database-specific ``UPDATE...FROM`` as well as ``DELETE..USING``. For backends that don't have multiple-table support, a backend agnostic approach to using multiple tables is to make use of correlated subqueries. See the linked tutorial sections below for examples. .. seealso:: **1.x Tutorial Examples** :ref:`tutorial_1x_correlated_updates` :ref:`multi_table_updates` :ref:`multi_table_deletes` **2.0 Tutorial Examples** :ref:`tutorial_correlated_updates` :ref:`tutorial_update_from` :ref:`tutorial_multi_table_deletes` N)rrUrWhereHavingRoler,)r roZ criterionZwhere_criteriar$r$r%wheres zDMLWhereBase.wherecGs |j|S)zbA synonym for the :meth:`_dml.DMLWhereBase.where` method. .. versionadded:: 1.4 )r)r Zcriteriar$r$r%filter)szDMLWhereBase.filtercCs|jSr)r'r(r$r$r%_filter_by_zero2szDMLWhereBase._filter_by_zeroc s(|fdd|D}|j|S)zWapply the given filtering criterion as a WHERE clause to this select. csg|]\}}t||kqSr$rrOZ from_entityr$r%r@<sz*DMLWhereBase.filter_by..)rrr)r rZclausesr$rr% filter_by5s  zDMLWhereBase.filter_bycCs t|jS)aReturn the completed WHERE clause for this :class:`.DMLWhereBase` statement. This assembles the current collection of WHERE criteria into a single :class:`_expression.BooleanClauseList` construct. .. versionadded:: 1.4 )rZ_construct_for_whereclauser,r(r$r$r%roBs zDMLWhereBase.whereclauseN) r\r]r^r,r rrrrrbror$r$r$r%rs #  rc seZdZdZdZdZdejfdejfdej fdej fdej fd ejfd ej fd ej fd ejfg e jejejejZeddd dddddddgdfdd ZeddZeddZZS)UpdatezRepresent an Update construct. The :class:`_expression.Update` object is created using the :func:`_expression.update()` function. r/Tr'r,rrPrMrrrrrorprrrqrsrurtrvNFc  sj| |_tt||||||_|r*||_|dk rL|jtt j |f7_||_ | r`| | ||_ dS)aConstruct an :class:`_expression.Update` object. E.g.:: from sqlalchemy import update stmt = ( update(user_table). where(user_table.c.id == 5). values(name='user #5') ) Similar functionality is available via the :meth:`_expression.TableClause.update` method on :class:`_schema.Table`. .. seealso:: :ref:`inserts_and_updates` - in the :ref:`1.x tutorial ` :ref:`tutorial_core_update_delete` - in the :ref:`unified_tutorial` :param table: A :class:`_schema.Table` object representing the database table to be updated. :param whereclause: Optional SQL expression describing the ``WHERE`` condition of the ``UPDATE`` statement; is equivalent to using the more modern :meth:`~Update.where()` method to specify the ``WHERE`` clause. :param values: Optional dictionary which specifies the ``SET`` conditions of the ``UPDATE``. If left as ``None``, the ``SET`` conditions are determined from those parameters passed to the statement during the execution and/or compilation of the statement. When compiled standalone without any parameters, the ``SET`` clause generates for all columns. Modern applications may prefer to use the generative :meth:`_expression.Update.values` method to set the values of the UPDATE statement. :param inline: if True, SQL defaults present on :class:`_schema.Column` objects via the ``default`` keyword will be compiled 'inline' into the statement and not pre-executed. This means that their values will not be available in the dictionary returned from :meth:`_engine.CursorResult.last_updated_params`. :param preserve_parameter_order: if True, the update statement is expected to receive parameters **only** via the :meth:`_expression.Update.values` method, and they must be passed as a Python ``list`` of 2-tuples. The rendered UPDATE statement will emit the SET clause for each referenced column maintaining this order. .. versionadded:: 1.0.10 .. seealso:: :ref:`updates_order_parameters` - illustrates the :meth:`_expression.Update.ordered_values` method. If both ``values`` and compile-time bind parameters are present, the compile-time bind parameters override the information specified within ``values`` on a per-key basis. The keys within ``values`` can be either :class:`_schema.Column` objects or their string identifiers (specifically the "key" of the :class:`_schema.Column`, normally but not necessarily equivalent to its "name"). Normally, the :class:`_schema.Column` objects used here are expected to be part of the target :class:`_schema.Table` that is the table to be updated. However when using MySQL, a multiple-table UPDATE statement can refer to columns from any of the tables referred to in the WHERE clause. The values referred to in ``values`` are typically: * a literal data value (i.e. string, number, etc.) * a SQL expression, such as a related :class:`_schema.Column`, a scalar-returning :func:`_expression.select` construct, etc. When combining :func:`_expression.select` constructs within the values clause of an :func:`_expression.update` construct, the subquery represented by the :func:`_expression.select` should be *correlated* to the parent table, that is, providing criterion which links the table inside the subquery to the outer table being updated:: users.update().values( name=select(addresses.c.email_address).\ where(addresses.c.user_id==users.c.id).\ scalar_subquery() ) .. seealso:: :ref:`inserts_and_updates` - SQL Expression Language Tutorial N)rirrr&rrr,rrUrrrrr) r r'rorprrrqrsrurtrvrrr$r%r&us  zUpdate.__init__cGs:|jrtdn|jr"tddd|D}||_dS)aSpecify the VALUES clause of this UPDATE statement with an explicit parameter ordering that will be maintained in the SET clause of the resulting UPDATE statement. E.g.:: stmt = table.update().ordered_values( ("name", "ed"), ("ident": "foo") ) .. seealso:: :ref:`updates_order_parameters` - full example of the :meth:`_expression.Update.ordered_values` method. .. versionchanged:: 1.4 The :meth:`_expression.Update.ordered_values` method supersedes the :paramref:`_expression.update.preserve_parameter_order` parameter, which will be removed in SQLAlchemy 2.0. z)This statement already has values presentrc Ss4g|],\}}ttj|tjtj|tddfqSrrrr$r$r%r@*s  z)Update.ordered_values..N)rMrrrP)r rrr$r$r%ordered_values s  zUpdate.ordered_valuescCs d|_dS)aJMake this :class:`_expression.Update` construct "inline" . When set, SQL defaults present on :class:`_schema.Column` objects via the ``default`` keyword will be compiled 'inline' into the statement and not pre-executed. This means that their values will not be available in the dictionary returned from :meth:`_engine.CursorResult.last_updated_params`. .. versionchanged:: 1.4 the :paramref:`_expression.update.inline` parameter is now superseded by the :meth:`_expression.Update.inline` method. TNrr(r$r$r%rr8sz Update.inline)NNFNNNFF)r\r]r^rrCZ is_updaterrrrZdp_dml_ordered_valuesrrrrrrrrrrrrr~r&r rrrrr$r$rr%rTsf -rc @sveZdZdZdZdZdejfdejfdejfdej fge j e j ejejZedddd d d d gdddZd S)DeletezRepresent a DELETE construct. The :class:`_expression.Delete` object is created using the :func:`_expression.delete()` function. rlTr'r,rrrorprqrsruNcKsf||_tjtj||d|_|r$||_|r2|||dk rT|jttj |f7_|rb| |dS)aConstruct :class:`_expression.Delete` object. E.g.:: from sqlalchemy import delete stmt = ( delete(user_table). where(user_table.c.id == 5) ) Similar functionality is available via the :meth:`_expression.TableClause.delete` method on :class:`_schema.Table`. .. seealso:: :ref:`inserts_and_updates` - in the :ref:`1.x tutorial ` :ref:`tutorial_core_update_delete` - in the :ref:`unified_tutorial` :param table: The table to delete rows from. :param whereclause: Optional SQL expression describing the ``WHERE`` condition of the ``DELETE`` statement; is equivalent to using the more modern :meth:`~Delete.where()` method to specify the ``WHERE`` clause. .. seealso:: :ref:`deletes` - SQL Expression Tutorial rN) rrrUrrr'rrr,rr)r r'rorqrursrr$r$r%r&ds 1  zDelete.__init__)NNNN)r\r]r^rrCZ is_deleterrrrrrrrrrrrrrr~r&r$r$r$r%rKs6   rN)+rZsqlalchemy.typesrrrrr+baserr r r r r rrrelementsrrrrrrrZvisitorsrrrrZ plugin_forrerhrmZDMLRolernrrobjectrrrr$r$r$r%sf                       l    IaRx