summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_types.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Ensure float are not implemented as numeric" into mainmike bayer2023-05-091-0/+11
|\
| * Ensure float are not implemented as numericFederico Caselli2023-05-091-0/+11
* | add bind casts for BYTEA on asyncpgMike Bayer2023-05-041-0/+64
|/
* disable "bytes" handler for all drivers other than psycopg2J. Nick Koston2023-04-251-4/+4
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-0/+25
* dont render VARCHAR length for PG castsMike Bayer2023-03-191-0/+19
* audition pymssql once more; retire sane_rowcount_returningMike Bayer2023-03-041-5/+45
* prevent float tests from running on asyncmyMike Bayer2023-02-151-4/+2
* Try running pyupgrade on the codeFederico Caselli2022-11-161-42/+34
* further qualify pyodbc setinputsizes types for long stirngsMike Bayer2022-10-181-0/+15
* implement literal stringification for arraysMike Bayer2022-06-151-0/+57
* resolve large ints to BigIntegerMike Bayer2022-06-101-2/+31
* add backend agnostic UUID datatypeMike Bayer2022-06-011-16/+151
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-1/+2
* implement multi-element expression constructsMike Bayer2022-04-131-0/+25
* use .fromisoformat() for sqlite datetime, date, time parsingMike Bayer2022-04-031-1/+1
* Implement generic Double and related fixed typeszeeeeeb2022-02-251-7/+7
* Merge "re-enable tests for asyncmy; fix Binary" into mainmike bayer2022-01-211-0/+39
|\
| * re-enable tests for asyncmy; fix BinaryMike Bayer2022-01-201-0/+39
* | repair broken truediv test suite; memusageMike Bayer2022-01-201-2/+20
|/
* implement second-level type resolution for literalsMike Bayer2022-01-111-0/+28
* consider truediv as truediv; support floordiv operatorMike Bayer2021-12-261-0/+86
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-1/+7
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-5/+1
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-5/+1
* | Clean up most py3k compatFederico Caselli2021-11-241-28/+17
|/
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* remove "native decimal" warningMike Bayer2021-11-171-10/+23
* map Float to asyncpg.FLOAT, test for infinityMike Bayer2021-11-021-0/+10
* First round of removal of python 2Federico Caselli2021-11-011-4/+6
* remove declarative warningsMike Bayer2021-09-291-1/+1
* dont warn for dictionary passed positionallyMike Bayer2021-07-211-6/+4
* limit None->null coercion to not occur with crudMike Bayer2021-07-151-18/+73
* Provide primary key values for data in tests that aren't about primary keys.Jim Fulton2021-05-241-14/+27
* Use type_ when creating literals in _LiteralRoundTripFixtureJim Fulton2021-05-171-1/+1
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+2
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-38/+36
* remove metadata.bind use from test suiteMike Bayer2021-01-031-106/+116
* Support TypeDecorator.get_dbapi_type() for setinpusizesMike Bayer2020-12-301-0/+40
* Fix issues with JSON and float/numericGord Thompson2020-12-201-29/+129
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-9/+9
* upgrade to black 20.8b1Mike Bayer2020-09-281-7/+14
* Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-1/+1
* Add JSON support for mssqlGord Thompson2020-08-191-20/+44
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-32/+0
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-10/+32
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-44/+34
* Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOBMike Bayer2020-05-081-0/+23
* Clean up .execute calls in remaining suite testsGord Thompson2020-04-121-6/+6