summaryrefslogtreecommitdiff
path: root/test/sql/test_defaults.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix some testsMike Bayer2011-06-021-1/+1
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+4
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-13/+13
* - convert @provide_metadata to use self accessMike Bayer2011-03-261-0/+12
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-4/+4
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-201-26/+184
* Tests for unicode columns with non-unicode defaults. See #2079.Taavi Burns2011-03-141-1/+27
* - The Sequence() construct, when passed a MetaData()Mike Bayer2011-02-131-84/+124
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-2/+2
* Regarding reflection for this case, reflection of an int PK colMike Bayer2011-01-151-5/+0
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-151-7/+138
* - dont count server_default absense as part of autoincrement, PGMike Bayer2011-01-121-1/+0
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-3/+82
* - whitespace removal bonanzaMike Bayer2011-01-021-13/+13
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* - new oursql dialect added. [ticket:1613]Mike Bayer2009-11-101-2/+2