summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_insert.py
Commit message (Expand)AuthorAgeFilesLines
* 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