summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/requirements.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Ensure float are not implemented as numeric" into mainmike bayer2023-05-091-0/+6
|\
| * Ensure float are not implemented as numericFederico Caselli2023-05-091-0/+6
* | Merge "Improve oracle index reflection" into mainmike bayer2023-05-091-0/+6
|\ \
| * | Improve oracle index reflectionFederico Caselli2023-04-281-0/+6
| |/
* | Support control char reflection in mysql mariadbFederico Caselli2023-04-301-0/+7
|/
* ensure correct cast for floats vs. numeric; other fixesMike Bayer2023-04-261-0/+4
* audition pymssql once more; retire sane_rowcount_returningMike Bayer2023-03-041-0/+25
* prevent float tests from running on asyncmyMike Bayer2023-02-151-0/+14
* happy new year 2023Mike Bayer2023-01-031-1/+1
* add exclusion for unusual chars in column namesMike Bayer2022-12-191-0/+11
* Repair test in 32bit python builds.Federico Caselli2022-11-121-0/+4
* repair --disable-asyncio parameterMike Bayer2022-11-111-0/+4
* Improve typings of execution optionsFederico Caselli2022-11-021-0/+6
* use only object_id() function for temp tablesMike Barry2022-10-281-0/+5
* New ORM Query Guide featuring DML supportMike Bayer2022-09-251-0/+6
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-241-0/+9
* Update to flake8 5.Federico Caselli2022-07-311-3/+2
* Reflect expression-based indexes on PostgreSQLFederico Caselli2022-07-281-0/+6
* update ORM declarative docs for new featuresMike Bayer2022-07-161-0/+6
* Comments on (named) constraintscheremnov2022-06-291-0/+7
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-0/+46
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-21/+21
* add backend agnostic UUID datatypeMike Bayer2022-06-011-0/+9
* adjust log stacklevel for py3.11.0b1; enable greenletMike Bayer2022-05-151-0/+4
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-1/+1
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-0/+12
* replace test tags with pytest.markMike Bayer2022-01-251-2/+3
* Merge "implement second-level type resolution for literals" into mainmike bayer2022-01-111-0/+33
|\
| * implement second-level type resolution for literalsMike Bayer2022-01-111-0/+33
* | happy new year 2022Mike Bayer2022-01-061-1/+1
|/
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-1/+2
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-0/+10
* Clean up most py3k compatFederico Caselli2021-11-241-20/+3
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-181-0/+54
|\
| * fully support isolation_level parameter in base dialectMike Bayer2021-11-181-0/+54
* | remove "native decimal" warningMike Bayer2021-11-171-0/+15
|/
* qualify asyncpg API tests for python 3.8Mike Bayer2021-11-101-0/+6
* map Float to asyncpg.FLOAT, test for infinityMike Bayer2021-11-021-0/+6
* First round of removal of python 2Federico Caselli2021-11-011-39/+0
* Remove deprecated dialects and driversFederico Caselli2021-10-311-2/+2
* Reflect table can reflect table with no columnsSumit Khanna2021-10-141-0/+8
* Enable tests of fetch/offset for mariadb>=10.6Federico Caselli2021-10-081-0/+9
* Relax the Python version check for `__class_getitem__` testslayday2021-09-191-3/+3
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* ensure pysqlite dialect enumerates correct isolation levelsMike Bayer2021-08-301-0/+4
* fix spelling (#6926)William Maio2021-08-241-1/+1
* Merge "limit greenlet dependency to pypi-listed platforms"mike bayer2021-08-111-0/+12
|\