summaryrefslogtreecommitdiff
path: root/test/sql/test_defaults.py
Commit message (Expand)AuthorAgeFilesLines
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-0/+1
* audition pymssql once more; retire sane_rowcount_returningMike Bayer2023-03-041-1/+5
* ensure single import per lineMike Bayer2023-02-281-1/+2
* Add ``Table.autoincrement_column``Federico Caselli2023-02-141-0/+2
* Try running pyupgrade on the codeFederico Caselli2022-11-161-3/+3
* Revert automatic set of sequence start to 1Federico Caselli2022-10-171-3/+7
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-7/+14
* update for flake8-future-imports 0.0.5Mike Bayer2022-05-141-3/+3
* pep484: schema APIMike Bayer2022-04-151-4/+35
* pep484 - SQL internalsMike Bayer2022-03-241-1/+2
* Remove object in class definitionFederico Caselli2021-11-221-7/+7
* Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-181-52/+53
|\
| * Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-52/+53
* | removals: all unicode encoding / decodingMike Bayer2021-11-101-26/+0
|/
* fully implement future engine and remove legacyMike Bayer2021-11-071-7/+0
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+4
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-21/+5
* Remove errant assertion from unit of workMike Bayer2021-01-241-3/+3
* update execute() arg formats in modules and testsMike Bayer2021-01-151-11/+10
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-3/+2
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-12/+2
* Deprecate duplicated column names in Table definitionMike Bayer2020-10-121-7/+10
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+10
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-10/+13
* Merge "Do not specify type on mssql by default"mike bayer2020-09-121-2/+2
|\
| * Do not specify type on mssql by defaultFederico Caselli2020-09-121-2/+2
* | Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-22/+20
|/
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-1/+1
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-9/+9
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-6/+30
* Create initial 2.0 engine implementationMike Bayer2020-04-161-4/+13
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-3/+4
* Repair CTE a in b testsMike Bayer2020-04-101-2/+2
* Modernize test_defaultsMike Bayer2020-04-101-1040/+522
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-4/+8
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-8/+10
* Repair inline flagMike Bayer2020-02-221-1/+1
* Result initial introductionMike Bayer2020-02-211-2/+2
* Deprecate connection branchingMike Bayer2020-02-211-6/+1
* Query linter optionAlessio Bogon2020-01-221-1/+1
* Add sequence support for MariaDB 10.3+.Gord Thompson2019-11-261-12/+62
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-4/+4
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-1/+1
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-1/+1
* Post black reformattingMike Bayer2019-01-061-30/+36
* Run black -l 79 against all source filesMike Bayer2019-01-061-577/+823
* Use the same "current_timestamp" function for both sides of round tripMike Bayer2018-10-201-2/+4
* Drop default-related structures after the Table is dropped.Mike Bayer2018-07-101-0/+80
* Use utf8mb4 (or utf8mb3) for all things MySQLMike Bayer2018-06-251-2/+2