summaryrefslogtreecommitdiff
path: root/test/sql/test_defaults.py
Commit message (Expand)AuthorAgeFilesLines
* zimports for all of test/Mike Bayer2019-01-051-30/+35
* step 1, straight black -l 79 runMike Bayer2019-01-051-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
|\
| * Report the type of unexpected expression objectspr/150Ryan P. Kelly2014-11-201-1/+2
* | - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-131-6/+16
|/
* - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-101-0/+65
* - optional 'b' here for py3kMike Bayer2014-08-311-1/+1
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-2/+3
* - update the flake8 rules againMike Bayer2014-07-181-0/+8
* PEP8 tidy of subset of test/sql/*.pypr/103Tony Locke2014-07-071-122/+166
* pg8000 passing test/sqlTony Locke2014-07-061-2/+2
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+15
* - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-0/+28
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-4/+2
* The ``default`` argument of :class:`.Column` now accepts a classMike Bayer2013-10-111-10/+20
* merge defaultMike Bayer2013-05-051-0/+2
|\
| * cleanupMike Bayer2013-05-041-67/+68
* | and int types here...Mike Bayer2013-05-041-1/+2
* | update testMike Bayer2013-05-041-12/+3
* | cleanup and formattingMike Bayer2013-05-041-67/+68
* | - the raw 2to3 runMike Bayer2013-04-271-13/+15
|/
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+6