summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Fixed a syntax error in example code.pr/47Hyunjun Kim2013-11-211-1/+1
* Fix cross referencesVraj Mohan2013-11-142-3/+3
* Ensure API generation and fix cross referencesVraj Mohan2013-11-141-2/+5
* Ensure API doc for make_url and resolve referencesVraj Mohan2013-11-141-2/+2
* Fix indentation and escape *args and **kwargsVraj Mohan2013-11-142-3/+3
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-1/+1
* merge the same fix from masterMike Bayer2013-10-281-1/+1
* - Fixed bug where index reflection would mis-interpret indkey valuesMike Bayer2013-10-272-2/+5
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-5/+7
* - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-2/+11
* - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-2/+2
* - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-202-3/+6
* - attempt to clarify what mutable extension does for HSTORE, [ticket:2803]Mike Bayer2013-10-181-2/+9
* - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-2/+1
* - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-0/+56
* The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-1/+6
* workaround for #2838 here. still need to figure out why an ENUM test is sudd...Mike Bayer2013-10-141-0/+7
* alphabetical orderingMike Bayer2013-10-131-17/+17
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-133-5/+40
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-2/+3
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+4
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-125-14/+17
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+3
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-1/+6
* Non-working "schema" argument on :class:`.ForeignKey` is deprecated;Mike Bayer2013-10-081-0/+8
* Fix a typo: evaluted -> evaluated.pr/32Hyunjun Kim2013-10-081-1/+1
* - put exact version string in the testMike Bayer2013-09-291-2/+2
* Merge pull request #26 from hackop/ticket_2819mike bayer2013-09-291-1/+1
* Merge pull request #25 from gthb/ticket_2821mike bayer2013-09-292-3/+10
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+1
* plus some more adjustments for mysql, or in general if an Index refers toMike Bayer2013-08-281-1/+9
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-281-6/+17
* - fix a crapload of seealsosMike Bayer2013-08-271-15/+25
* - add version_id documentation [ticket:867]Mike Bayer2013-08-251-35/+39
* forgot to add system to the copy() methodMike Bayer2013-08-251-0/+1
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-252-5/+26
* Merge pull request #23 from yoloseem/mastermike bayer2013-08-252-3/+3
* - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-242-3/+34
* - this comment is wrong, the method here returns all mapper entitiesMike Bayer2013-08-241-4/+1
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-214-5/+28
* additoinalMike Bayer2013-08-211-2/+18
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-1/+4
* - use newly fixed WeakSequence (#2794) to not have to rely on class name for ...Mike Bayer2013-08-181-5/+4
* - add WeakSequence.append()Mike Bayer2013-08-181-3/+10
* Backported a change from 0.9 whereby the iteration of a hierarchyMike Bayer2013-08-181-1/+2
* fix the mergeMike Bayer2013-08-181-4/+0
* Fixed a potential issue in an ordered sequence implementation usedMike Bayer2013-08-182-4/+14
* - also do delete, add seealsos, formatting, etc. [ticket:2798]Mike Bayer2013-08-181-13/+37
* - add better notes to query.update(), most notably how to deal with a joined ...Mike Bayer2013-08-181-12/+36
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-181-1/+1