summaryrefslogtreecommitdiff
path: root/tests/test_bulk_insert.py
Commit message (Expand)AuthorAgeFilesLines
* bump black to 22.3.0Mike Bayer2022-03-281-1/+1
* Accommodate SQLAlchemy 1.4/2.0CaselIT2021-01-111-11/+16
* use text() in test_bulk_insertsMike Bayer2020-03-191-6/+9
* zimports runMike Bayer2019-01-061-12/+16
* pure black run + flake8Mike Bayer2019-01-061-120/+126
* - Added a new optionMike Bayer2015-04-071-1/+7
* - The :class:`~sqlalchemy.schema.Table` object is now returned whenMike Bayer2014-11-081-0/+37
* bulk insertMike Bayer2014-09-131-163/+165
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-30/+49
* - Fixed bug where :meth:`.Operations.bulk_insert` would not functionMike Bayer2014-03-081-0/+38
* - Calling :func:`.bulk_insert` with an empty list will not emit anyMike Bayer2014-01-241-0/+6
* Use relative importsHong Minhee2013-04-111-2/+4
* Remove unused importsHong Minhee2013-03-311-3/+2
* whitespace removalMike Bayer2012-08-151-12/+12
* - [bug] bulk_insert() fixes:rel_0_3_1Mike Bayer2012-04-071-6/+117
* - some test cleanupMike Bayer2011-11-281-3/+3
* - add API support for inline literalsMike Bayer2011-11-151-10/+10
* add a bulk insert feature. probably needs some workMike Bayer2011-04-221-0/+88