summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - open up autoincrement for columns that have a default; autoinc is usuallyMike Bayer2015-10-081-0/+3
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-072-1/+184
* - Fixed bug in Oracle dialect where reflection of tables and otherMike Bayer2015-10-051-0/+11
* - add an additional note regarding select_from, fixes #3546Mike Bayer2015-10-021-0/+10
* - remove ambiguous use of the phrase "joined together by AND" as thisMike Bayer2015-10-011-0/+6
* - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-282-1/+28
* - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-4/+9
* Add Query.one_or_none()pr/201Eric Siegerman2015-09-242-1/+10
* - Fixed rare TypeError which could occur when stringifying certainMike Bayer2015-09-231-0/+8
* - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5Mike Bayer2015-09-192-0/+49
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-193-3/+149
* - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-192-0/+51
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-163-0/+124
* - fix incorrect example in inheritance docsMike Bayer2015-09-151-3/+3
* - add new entry for sharing of Engine across process boundariesMike Bayer2015-09-141-0/+81
* - call it deque, since you can really pop from either sideMike Bayer2015-09-101-5/+5
* - add a new FAQ recipe for "walk all objects", replacing the needMike Bayer2015-09-101-0/+71
* Merged in bsmithgall/sqlalchemy/event-doc-link-fix (pull request #60)Mike Bayer2015-09-081-1/+1
|\
| * fix typo in session events docsbsmithgall2015-09-071-1/+1
* | Merge pull request #197 from davidjb/mastermike bayer2015-09-081-1/+1
|\ \
| * | Minor grammar fix for capitalisation in session docspr/197David\ Beitey2015-08-281-1/+1
* | | - Internal calls to "bookkeeping" functions withinMike Bayer2015-09-081-0/+10
* | | - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-0/+10
| |/ |/|
* | - update moved link, fixes #3351Mike Bayer2015-09-031-1/+1
* | Merge branch 'ticket_2677'Mike Bayer2015-09-0210-49/+691
|\ \
| * | - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-025-54/+457
| * | - add new documentation that applies to all modern SQLA versions,ticket_2677_preMike Bayer2015-09-027-17/+256
* | | - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-311-0/+11
|/ /
* | - use consistent and descriptive language in all casesMike Bayer2015-08-271-6/+26
|/
* - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-272-0/+46
* - reword and update documentation on passive_updates=False; as virtuallyMike Bayer2015-08-271-35/+87
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-273-2/+12
* - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-273-1/+16
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-263-1/+62
* - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-0/+10
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-255-2/+84
* - Fixed two issues in the "history_meta" example where history trackingMike Bayer2015-08-241-0/+9
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-222-0/+53
* - rework the "controlling DDL sequences" documentation toMike Bayer2015-08-211-116/+124
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-172-0/+106
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-173-1/+211
* - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-151-2/+4
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-122-0/+70
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-111-0/+12
* - Fixed two issues regarding Sybase reflection, allowing tablesMike Bayer2015-08-101-0/+11
* - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-07-302-0/+52
* - Fixed support for cx_Oracle version 5.2, which was trippingMike Bayer2015-07-291-0/+11
* - work to bridge between core/ORM tutorials regarding the text() constructMike Bayer2015-07-262-8/+31
* - remove "completely raw", whatever that isMike Bayer2015-07-261-21/+16
* - typoMike Bayer2015-07-261-1/+1