summaryrefslogtreecommitdiff
path: root/test/sql/test_defaults.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - further reorganization of test suite:Mike Bayer2012-09-261-3/+0
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-021-0/+3
* - [bug] Fixes to the interpretation of theMike Bayer2012-08-201-11/+19
* -whitespace bonanza, contdMike Bayer2012-07-281-26/+26
* add a checkfirst here as s3 seems to be stuck on the jenkins dbMike Bayer2012-03-141-1/+1
* tests for FK/autoincrement selectionMike Bayer2011-12-061-0/+24
* - Fixed bug where "autoincrement" detection onMike Bayer2011-06-301-1/+11