summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_insert.py
Commit message (Expand)AuthorAgeFilesLines
* add bind casts for BYTEA on asyncpgMike Bayer2023-05-041-0/+2
* ensure correct cast for floats vs. numeric; other fixesMike Bayer2023-04-261-0/+111
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-241-0/+21
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-3/+7
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-18/+6
* Provide primary key values for data in tests that aren't about primary keys.Jim Fulton2021-05-241-0/+1
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-1/+14
* update execute() arg formats in modules and testsMike Bayer2021-01-151-9/+15
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+10
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-2/+6
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-13/+13
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-4/+4
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-2/+6
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-2/+22
* Clean up .execute calls in test_insert.pyGord Thompson2020-04-111-52/+48
* Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-171-4/+6
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-4/+0
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Post black reformattingMike Bayer2019-01-061-8/+11
* Run black -l 79 against all source filesMike Bayer2019-01-061-113/+108
* Don't select lastrowid for inline=TrueMike Bayer2016-12-211-0/+50
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-3/+6
* add more order by hereMike Bayer2014-10-111-1/+1
* - change this literal so that the bound name doesn't have a numericMike Bayer2014-10-111-2/+2
* - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-101-1/+36
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-38/+39
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-3/+3
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-1/+5
* - fix the insert from select test to use a non-autoinc tableMike Bayer2013-12-281-4/+8
* - repair some suite tests for firebirdMike Bayer2013-12-271-1/+15
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-011-2/+3
* - use inline=True for the insert..select here so it works on oracleMike Bayer2013-07-121-2/+2
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-0/+28
* - add an event to testing so that other dialects can intercept "test_needs_au...Mike Bayer2013-03-241-2/+2
* - fix exclusion hereMike Bayer2013-02-061-7/+3
* - add an "empty_inserts" requirement target plus a suite testMike Bayer2013-02-061-0/+18
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-3/+2
* - add back __engine_options__Mike Bayer2012-10-041-8/+38
* - test updatesMike Bayer2012-10-041-1/+26
* mssql: - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-301-1/+1
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-0/+111