summaryrefslogtreecommitdiff
path: root/test/sql/test_insert.py
Commit message (Expand)AuthorAgeFilesLines
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-1/+46
* fix ORM support for column-named bindparam() in crud .values()Mike Bayer2023-01-111-1/+5
* Rewrite positional handling, test for "numeric"Federico Caselli2022-12-051-23/+72
* Try running pyupgrade on the codeFederico Caselli2022-11-161-17/+12
* Revert automatic set of sequence start to 1Federico Caselli2022-10-171-5/+30
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-241-0/+59
* include column.default, column.onupdate in eager_defaultsMike Bayer2022-08-051-0/+27
* ensure RETURNING renders in stringify w/ no server versionMike Bayer2022-08-031-2/+4
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-5/+5
* raise informative error when selectable can't be extendedMike Bayer2022-05-311-0/+70
* explicitly fetch inserted pk for values(pkcol=None)Mike Bayer2022-05-091-0/+51
* cx_Oracle modernizeMike Bayer2022-04-071-3/+3
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* coerce for multivalues keysMike Bayer2021-09-211-8/+50
* Handle Sequence in _process_multiparam_default_bindMike Bayer2021-04-261-0/+69
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-1/+11
* Render NULL for bindparam w/ None value/literal_binds, warnMike Bayer2021-01-281-7/+16
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-7/+7
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-22/+22
* ORM executemany returningMike Bayer2020-06-271-1/+15
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-6/+0
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-11/+60
* Repair inline flagMike Bayer2020-02-221-3/+27
* run a black runMike Bayer2019-03-051-6/+1
* Allow SQL expression for ORM primary keysMike Bayer2019-02-121-0/+91
* Post black reformattingMike Bayer2019-01-061-25/+22
* Run black -l 79 against all source filesMike Bayer2019-01-061-502/+591
* Move CRUDTest, InlineDefaultTest from test_compilerMike Bayer2018-12-011-1/+86
* render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQLMike Bayer2018-06-181-0/+43
* `ValuesBase.values` inconsistency fixAubrey Stark-Toller2018-01-121-0/+33
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-3/+2
* Pass **kw to bound params in multi valuesMike Bayer2017-01-091-0/+12
* Call nextval() on sequence when doing INSERT from SELECTMike Bayer2016-12-211-1/+20
* Count columns using PrimaryKeyConstraint.__len__ directlyMike Bayer2016-11-121-0/+17
* Add a qualifying character to multi INSERT..VALUES parameter namesMike Bayer2016-10-171-85/+85
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-34/+53
* - move out unconsumed names tests from test_compiler out to test_insert, test...Mike Bayer2016-03-021-4/+28
* Add test for inserting multiple valuesAthena Yao2016-03-021-0/+38
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-2/+3
* - Fixed issue within the :meth:`.Insert.from_select` construct wherebyMike Bayer2015-12-091-0/+26
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-0/+100
* - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-311-3/+28
* - Added official support for a CTE used by the SELECT presentMike Bayer2015-05-081-0/+35
* PEP8 cleanup in /test/sqlEric Streeper2015-03-181-0/+1
* - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-131-23/+113
* - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-101-2/+80
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-4/+4
* - The INSERT...FROM SELECT construct now implies ``inline=True``Mike Bayer2014-08-201-2/+107
* - update the flake8 rules againMike Bayer2014-07-181-71/+109
* - Fixed bug where multi-valued :class:`.Insert` construct would failMike Bayer2014-07-141-0/+41