summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added tests for new error message on bad date/time values from MSSQL; changed...pr/206Ed Avis2015-10-051-0/+24
* MSDateTypeTest: basic tests added for _MSDate.Ed Avis2015-10-051-1/+13
* - 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
* | - fix the postgresql_jsonb requirement to include the 9.4 requirementMike Bayer2015-08-183-5/+5
* | - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-181-1/+55
* | - merge of ticket_3514 None-handling branchMike Bayer2015-08-172-0/+221
* | - merge of ticket_3499 indexed access branchMike Bayer2015-08-176-36/+535
* | - correct this, need bracketsMike Bayer2015-08-151-1/+1
* | - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-151-2/+19
* | - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-141-0/+37
* | - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-123-4/+92
* | - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-111-0/+18
* | - pep8 test/orm/test_mapperMike Bayer2015-08-111-536/+698
|/
* - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-07-301-4/+30
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-241-0/+1
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-221-1/+94
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-201-1/+29
* - changelog for #3459, fixes #3459Mike Bayer2015-07-192-7/+2
* Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56Mike Bayer2015-07-191-0/+7
|\
| * add ClauseElement.cast() shortcut-methodSebastian Bank2015-06-191-0/+7
* | - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-07-191-2/+10
* | - pg8000 very annoyingly complaining here, use total literalMike Bayer2015-07-191-1/+2