summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | more fixMike Bayer2013-11-291-1/+1
* | | | fixMike Bayer2013-11-291-1/+1
* | | | make generativeselect availableMike Bayer2013-11-291-1/+1
* | | | - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-294-193/+482
* | | | - repair the "lockmode" functionality of load_on_ident(). slightly problematicMike Bayer2013-11-281-4/+9
* | | | - add support for specifying tables or entities for "of"Mike Bayer2013-11-284-67/+114
* | | | - fix up rendering of "of"Mike Bayer2013-11-285-17/+25
* | | | - work in progress, will squashMike Bayer2013-11-286-137/+163
* | | | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-286-42/+156
|\ \ \ \
| * | | | added LockmodeArgspr/42Mario Lassnig2013-11-286-70/+135
| * | | | added ORM supportMario Lassnig2013-11-144-16/+48
| * | | | add psql FOR UPDATE OF functionalityMario Lassnig2013-11-124-1/+18
| | |_|/ | |/| |
* | | | - add more explicit docs for relationship mixin, [ticket:2876]Mike Bayer2013-11-271-4/+50
* | | | - the wrapped memoized_property here was not working, as the attribute nameMike Bayer2013-11-262-12/+25
* | | | - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-253-5/+18
* | | | - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-241-7/+2
* | | | pg8000 fix for decimal return scaleMike Bayer2013-11-231-1/+2
* | | | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal...Mike Bayer2013-11-234-12/+16
* | | | - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-232-15/+13
* | | | - The precision used when coercing a returned floating point value toMike Bayer2013-11-228-18/+86
* | | | - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-1/+1
* | | | Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-1/+3
* | | | fix [ticket:2868] some moreMike Bayer2013-11-211-2/+4
* | | | adjustment to work on py3k as wellMike Bayer2013-11-211-1/+3
* | | | - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-213-6/+6
* | | | - Fixed a regression caused by :ticket:`2812` where the repr() forMike Bayer2013-11-211-1/+1
* | | | - The :class:`.RowProxy` object is now sortable in Python as a regularMike Bayer2013-11-191-1/+4
* | | | - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-193-0/+9
* | | | Added support for new :attr:`.Session.info` attribute toMike Bayer2013-11-191-1/+1
| |/ / |/| |
* | | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-176-672/+1
| |/ |/|
* | Merge branch 'master' of github.com:vrajmohan/sqlalchemy into mmMike Bayer2013-11-1414-26/+29
|\ \
| * | Fix cross referencespr/44Vraj Mohan2013-11-142-3/+3
| * | Fix method nameVraj Mohan2013-11-141-2/+2
| * | Remove references to (previously removed) AbstractTypeVraj Mohan2013-11-141-1/+1
| * | Import CTE so that API doc can be generatedVraj Mohan2013-11-141-1/+1
| * | Change CompileException references to ConpileErrorVraj Mohan2013-11-141-1/+1
| * | Fix references to exceptionsVraj Mohan2013-11-142-5/+5
| * | Fix cross referenceVraj Mohan2013-11-142-4/+4
| * | Ensure API generation and fix cross referencesVraj Mohan2013-11-132-4/+7
| * | Ensure API doc for make_url and resolve referencesVraj Mohan2013-11-131-2/+2
| * | Fix indentation and escape *args and **kwargsVraj Mohan2013-11-132-3/+3
* | | Fixed bug where usage of new :class:`.Bundle` object would causeMike Bayer2013-11-131-1/+1
|/ /
* | Fix indentation issues in docstringspr/43Vraj Mohan2013-11-127-16/+18
* | Fix cross referencesVraj Mohan2013-11-125-13/+17
|/
* - Fixed a regression introduced by the join rewriting feature ofMike Bayer2013-11-011-2/+5
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-1/+1
* Super-minor doc fixpr/39Jacob Magnusson2013-10-281-1/+1
* - Fixed bug where index reflection would mis-interpret indkey valuesMike Bayer2013-10-272-2/+5
* - add copyright to source files missing itMike Bayer2013-10-2625-2/+136
* will call this 0.9.0b1Mike Bayer2013-10-261-1/+1