summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/pr/200' into pr200pr200Mike Bayer2015-10-093-7/+127
|\
| * Postpone parameters change in ordered updatesGorka Eguileor2015-09-301-10/+11
| * Only preserve order in updates if tuple/dictGorka Eguileor2015-09-295-25/+95
| * Preserve order in update methodGorka Eguileor2015-09-245-20/+69
* | 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
* | - 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