summaryrefslogtreecommitdiff
path: root/test/sql/test_defaults.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQLMike Bayer2018-06-181-1/+1
* Add multivalued insert context for defaultsreview/mike_bayer/ticket_4075Mike Bayer2017-09-161-0/+64
* Add SQL Server CI coverageMike Bayer2017-08-311-0/+3
* Add support for CACHE and ORDER to sequencesDavid Moore2017-07-051-0/+12
* Apply type processing to untyped preexec default clauseMike Bayer2017-03-301-8/+27
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-19/+19
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-7/+7
* Escape literal string values passed to server_defaultMike Bayer2016-09-301-0/+28
* Work w/ prefetch even for selects, if presentMike Bayer2016-07-121-0/+87
* Deprecate FromClause.count()Mike Bayer2016-06-141-1/+2
* Merge branch 'pr204'Mike Bayer2015-10-291-0/+1
|\
| * - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-291-60/+0
| * - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204Martin J. Hsu2015-10-151-0/+61
* | - this was supposed to be client-side SQL default not server sideMike Bayer2015-10-091-1/+1
* | - open up autoincrement for columns that have a default; autoinc is usuallyMike Bayer2015-10-081-0/+17
* | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-3/+3
|/
* - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-311-13/+24
* - fix these two testsMike Bayer2015-07-171-2/+2
* add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-271-0/+6
* add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-271-0/+12
* add MAXVALUE support to Sequence()jakeogh2015-06-271-1/+8
* add MINVALUE support to Sequence()jakeogh2015-06-271-0/+5
* - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-071-1/+1
* - Literal values within a :class:`.DefaultClause`, which is invokedMike Bayer2015-02-091-3/+70
* - fix this test for py3kMike Bayer2015-01-261-1/+1
* Merge remote-tracking branch 'origin/pr/150'Mike Bayer2015-01-261-1/+2
|\