summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* once kwarg in event funcs is new in 0.9.4pr/94Justin Wood (Callek)2014-05-291-2/+2
* - disable the scrolling layout, anchors for code/params are not working,Mike Bayer2014-05-291-1/+2
* - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-287-11/+173
* - a rework of doc layout and nav:Mike Bayer2014-05-286-79/+169
* - Fixed bug in INSERT..FROM SELECT construct where selecting from aMike Bayer2014-05-253-2/+28
* - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-253-0/+26
* - Fixed bug in subquery eager loading where a long chain ofMike Bayer2014-05-254-2/+124
* - Fixed bug in SQLite join rewriting where anonymized column namesMike Bayer2014-05-254-1/+69
* - indicate all 0.9.5 issues as from 1.0.0 backported to 0.9.5Mike Bayer2014-05-241-0/+12
* - Fixed bug where the :meth:`.Operators.__and__`,Mike Bayer2014-05-244-8/+99
* - hyperlink all the column operators listed in the ORM tutorial common filter...Mike Bayer2014-05-242-15/+25
* - document the compiler_kwargs accessorMike Bayer2014-05-232-0/+121
* - mark translate_row, create_instance, populate_instance, append_result as le...Mike Bayer2014-05-232-3/+25
* - changelog for #2785Mike Bayer2014-05-163-32/+32
* Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc...Mike Bayer2014-05-162-1/+69
|\
| * zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-132-1/+69
* | typoMike Bayer2014-05-161-1/+1
* | - add lots more to the profiling sectionMike Bayer2014-05-161-340/+497
* | Merge branch 'master' into rel_0_9Mike Bayer2014-05-151-0/+6
|\ \
| * \ Merged in gunnlaugur/sqlalchemy (pull request #19) Mike Bayer2014-05-151-0/+6
| |\ \
| | * | Add note on PostgreSQL config for test runsGunnlaugur Þór Briem2014-05-151-0/+6
| |/ /
* | | Merge branch 'master' into rel_0_9Mike Bayer2014-05-143-0/+30
|\ \ \ | |/ /
| * | - Fixed bug in mutable extension where :class:`.MutableDict` did notMike Bayer2014-05-143-0/+30
| * | Merge branch 'master' of bitbucket.org:zzzeek/sqlalchemyMike Bayer2014-05-120-0/+0
| |\ \
* | \ \ Merge branch 'master' into rel_0_9Mike Bayer2014-05-121-135/+249
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | - add a new FAQ section "performance", put the profiling article there,Mike Bayer2014-05-121-135/+249
| * | Posgtresql -> PostgreSQLWieland Hoffmann2014-05-121-1/+1
* | | Merged in mineo/sqlalchemy/mineo/posgtresql-postgresql-1399232068499 (pull re...Mike Bayer2014-05-121-1/+1
|\ \ \ | |/ / |/| |
| * | Posgtresql -> PostgreSQLWieland Hoffmann2014-05-041-1/+1
* | | changelog for pullreq bitbucket:15Mike Bayer2014-05-121-0/+9
* | | Merged in WSMcG/sqlalchemy (pull request #15) Mike Bayer2014-05-122-1/+5
|\ \ \ | |_|/ |/| |
| * | Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-192-1/+5
* | | Merge pull request #91 from smurfix/de_apostroph_ifymike bayer2014-05-1128-35/+35
|\ \ \
| * | | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-1128-35/+35
* | | | - Fixed ORM bug where the :func:`.class_mapper` function would maskMike Bayer2014-05-103-2/+48
* | | | - stress test for invalidationMike Bayer2014-05-101-0/+51
* | | | - Fixed some "double invalidate" situations were detected whereMike Bayer2014-05-103-3/+36
|/ / /
* | | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`Mike Bayer2014-05-085-4/+49
| |/ |/|
* | - critically, py.test for unknown reasons *SKIPS* tests that have an __init__...Mike Bayer2014-05-021-27/+7
* | doc fixesMike Bayer2014-05-012-1/+2
* | - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-304-15/+58
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-2695-224/+224
* | - add a note about versioning only applying to flushesMike Bayer2014-04-251-0/+10
* | - document that joinedload/eagerload work with of_type() + with_polymoprhic()Mike Bayer2014-04-231-3/+19
* | Merged in benselme/sqlalchemy/docs_linking (pull request #16) Mike Bayer2014-04-231-35/+39
|\ \
| * | Added some links in session docsbenselme2014-04-231-35/+39
|/ /
* | - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-196-29/+301
* | - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-198-25/+158
|/
* - Revised the query used to determine the current default schema nameMike Bayer2014-04-172-14/+18
* - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method whereMike Bayer2014-04-153-0/+21