summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - extend pullreq github:213 to also include DATETIMEOFFSET and TIME,Mike Bayer2015-11-141-1/+87
* Merge remote-tracking branch 'origin/pr/213' into pr213Mike Bayer2015-11-141-0/+2
|\
| * Pass precision value to mssql.DATETIME2 when it is 0pr/213Jacobo de Vera2015-11-131-0/+2
* | - fix missing argument in TypeDecorator.copy(), fixes #3584, references #2919Mike Bayer2015-11-131-1/+15
|/
* - Fixed bug where the "single table inheritance" criteria would beMike Bayer2015-11-111-0/+15
* Merge branch 'pr204'Mike Bayer2015-10-292-0/+70
|\
| * - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-292-60/+69
| * - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204Martin J. Hsu2015-10-151-0/+61
* | - use is_() here to more clearly show what's going wrongMike Bayer2015-10-191-13/+25
* | - Fixed regression in 1.0 where new feature of using "executemany"Mike Bayer2015-10-191-0/+88
* | - exclude this from unpredictable gcMike Bayer2015-10-111-1/+1
* | - modernize some very old global-engine tests w/ bad teardownsMike Bayer2015-10-111-238/+260
* | - repair flake8 issuesMike Bayer2015-10-111-44/+49
* | - repair laziness about setting time zone here, which is leakingMike Bayer2015-10-111-9/+17
* | - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-091-0/+20
* | Merge remote-tracking branch 'origin/pr/203'Mike Bayer2015-10-092-3/+8
|\ \
| * | Remplement Query.one() in terms of .one_or_none()pr/203Eric Siegerman2015-09-282-3/+8
| |/
* | - 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-082-12/+24
* | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-0714-78/+353
* | - Fixed bug in Oracle dialect where reflection of tables and otherMike Bayer2015-10-051-0/+26
* | - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-282-24/+17
* | Merge remote-tracking branch 'origin/pr/198' into pr198Mike Bayer2015-09-281-0/+5
|\ \
| * | Support get_schema_names for SQLitepr/198Brian Van Klaveren2015-09-091-0/+5
* | | - fix bool testMike Bayer2015-09-271-1/+1
* | | - break out critical aspects of test_query into their own testsMike Bayer2015-09-273-1416/+1585
| |/ |/|
* | Fix sqlalchemy.ext.baked.Result.one_or_none() exception messagepr/202Eric Siegerman2015-09-241-3/+26
* | - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-0/+20
* | Add Query.one_or_none()pr/201Eric Siegerman2015-09-241-0/+54
* | - Fixed rare TypeError which could occur when stringifying certainMike Bayer2015-09-231-1/+11
* | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5Mike Bayer2015-09-193-12/+10
* | - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-191-1/+46
* | - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-191-0/+26
* | - fixes for the ORM side test for #3531.Mike Bayer2015-09-171-3/+6
* | - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-163-2/+140
* | - profile updateMike Bayer2015-09-081-1/+1
* | - Internal calls to "bookkeeping" functions withinMike Bayer2015-09-081-2/+3
* | - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-1/+53
* | - rewrite some profiles that went *down*! woopMike Bayer2015-09-031-5/+5
* | Merge branch 'ticket_2677'Mike Bayer2015-09-026-52/+626
|\ \
| * | - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-026-52/+626
* | | - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-312-16/+52
|/ /
* | - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-272-8/+30
* | - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-0/+11
* | - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-271-1/+45
* | - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-264-24/+119
* | - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-262-2/+37
* | - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-254-12/+376
* | - repair the inspection hook in sqltypes to not be fooledMike Bayer2015-08-221-1/+9
* | - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-223-4/+61