summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-5/+7
* - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i...Mike Bayer2013-10-251-1/+5
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-251-1/+1
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-254-8/+34
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-133-3/+10
| * PostgreSQL foreign key inspection includes optionsijl2013-10-111-5/+24
* | - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-252-6/+43
* | - add migration notes for [ticket:2838]Mike Bayer2013-10-241-0/+18
* | An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-2311-91/+286
* | - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-2/+11
* | - use a different approach here since oracle isn't doing it either, just roun...Mike Bayer2013-10-211-3/+6
* | - oursql returns a pure FP here which isn't exactMike Bayer2013-10-211-1/+2
* | - A :func:`.bindparam` construct with a "null" type (e.g. no typeMike Bayer2013-10-212-13/+16
* | - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-2/+2
* | - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-209-63/+279