summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge "test single and double quote inspection scenarios"2020_tutorialmike bayer2020-07-132-0/+146
|\
| * test single and double quote inspection scenariosMike Bayer2020-07-132-0/+146
* | Merge "Make call-count profiling tests on osx have their own platform key"mike bayer2020-07-131-0/+3
|\ \ | |/ |/|
| * Make call-count profiling tests on osx have their own platform keyFederico Caselli2020-07-111-0/+3
* | Merge "Convert remaining ORM APIs to support 2.0 style"mike bayer2020-07-111-0/+3
|\ \ | |/ |/|
| * Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-0/+3
* | Merge "Improvements to test_computed_col_default_not_set"mike bayer2020-07-091-6/+5
|\ \
| * | Improvements to test_computed_col_default_not_setRafi Shamim2020-07-091-6/+5
| |/
* | Limit init_subclass test above python 3.6Mike Bayer2020-07-081-0/+7
|/
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-083-48/+39
* Merge "ORM executemany returning"mike bayer2020-06-282-0/+12
|\
| * ORM executemany returningMike Bayer2020-06-272-0/+12
* | Merge "Fix a wide variety of typos and broken links"mike bayer2020-06-262-2/+2
|\ \ | |/ |/|
| * Fix a wide variety of typos and broken linksaplatkouski2020-06-252-2/+2
* | Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-255-10/+23
|/
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-2/+20
* Merge "Added reflection method :meth:`.Inspector.get_sequence_names`"mike bayer2020-06-192-45/+89
|\
| * Added reflection method :meth:`.Inspector.get_sequence_names`Federico Caselli2020-06-032-45/+89
* | Warn when transaction context manager ends on inactive transactionMike Bayer2020-06-121-1/+2
* | Turn on caching everywhere, add loggingMike Bayer2020-06-101-3/+3
* | Convert bulk update/delete to new execution modelMike Bayer2020-06-061-4/+0
|/
* Add support for "real" sequences in mssqlGord Thompson2020-05-294-7/+24
* Add full profile sort, dumping to profile resultsMike Bayer2020-05-282-2/+17
* Convert execution to move through SessionMike Bayer2020-05-251-0/+1
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-3/+5
* Add python 3.8 profiles; remove zoomark testsFederico Caselli2020-05-231-209/+0
* Performance fixes for new result setMike Bayer2020-05-211-1/+3
* Update transaction / connection handlingMike Bayer2020-05-172-6/+16
* Merge "Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOB"mike bayer2020-05-091-0/+23
|\
| * Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOBMike Bayer2020-05-081-0/+23
* | Warn when sorted_tables is not actually sortingMike Bayer2020-05-071-2/+15
|/
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-012-12/+35
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-0/+5
* Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-203-1/+20
|\
| * Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-203-1/+20
* | Merge "Rename py.test to pytest"mike bayer2020-04-205-7/+7
|\ \
| * | Rename py.test to pytestGord Thompson2020-04-165-7/+7
| |/
* | Add @requirements.schemas to test_create_table_schemaGord Thompson2020-04-181-0/+1
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-166-4/+51
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-157-161/+145
* Merge "Clean up .execute calls in test_results.py"mike bayer2020-04-141-39/+38
|\
| * Clean up .execute calls in test_results.pyGord Thompson2020-04-111-39/+38
* | Merge "Clean up .execute calls in test_select.py"mike bayer2020-04-141-87/+101
|\ \
| * | Clean up .execute calls in test_select.pyGord Thompson2020-04-111-87/+101
| |/
* | Merge "Clean up .execute calls in remaining suite tests"mike bayer2020-04-145-65/+82
|\ \
| * | Clean up .execute calls in remaining suite testsGord Thompson2020-04-125-65/+82
| |/
* | Merge "Clean up .execute calls in test_sequence.py"mike bayer2020-04-141-36/+36
|\ \
| * | Clean up .execute calls in test_sequence.pyGord Thompson2020-04-121-36/+36
| |/
* | Merge "Clean up .execute calls in test_insert.py"mike bayer2020-04-141-52/+48
|\ \
| * | Clean up .execute calls in test_insert.pyGord Thompson2020-04-111-52/+48
| |/