summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added LockmodeArgspr/42Mario Lassnig2013-11-286-70/+135
* added ORM supportMario Lassnig2013-11-145-18/+99
* add psql FOR UPDATE OF functionalityMario Lassnig2013-11-125-1/+34
* add sap sqlanywhereMike Bayer2013-11-121-0/+1
* move the css to the base so that the site can overrideMike Bayer2013-11-112-9/+9
* use an explcit css blockMike Bayer2013-11-112-3/+14
* attempt to use the css_files list so that we can integrate cssMike Bayer2013-11-111-2/+6
* 0.3.2 pleaseMike Bayer2013-11-101-1/+1
* - tutorial updatesMike Bayer2013-11-104-193/+230
* - some py3k compatibilityMike Bayer2013-11-101-1/+9
* - use a dictionary hereMike Bayer2013-11-101-8/+5
* - add a new sphinx extension "viewsource". takes advantage of part of the vi...Mike Bayer2013-11-0936-176/+327
* include the start-line directive here so that we dont get warningsMike Bayer2013-11-092-0/+3
* also update requirements file...Mike Bayer2013-11-091-0/+1
* - use pypi changelog pluginMike Bayer2013-11-093-369/+13
* - add proof of concept for versioning, [ticket:2861]Mike Bayer2013-11-081-1/+31
* - Fixed bug which prevented history_meta recipe from working withMike Bayer2013-11-074-99/+87
* - Fixed a regression introduced by the join rewriting feature ofMike Bayer2013-11-013-2/+48
* - add a section re: using column_reflect for mapping, link to it from the "na...Mike Bayer2013-10-312-10/+51
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-303-5/+27
* Merge pull request #39 from jmagnusson/minordocfixmike bayer2013-10-281-1/+1
|\
| * Super-minor doc fixpr/39Jacob Magnusson2013-10-281-1/+1
|/
* no such thing as default_strategy()...Mike Bayer2013-10-281-2/+3
* - whitespace below ..version, sighMike Bayer2013-10-281-1/+0
* fix to the changelog system for when there's no change recs in the bodyMike Bayer2013-10-271-1/+5
* - Fixed bug where index reflection would mis-interpret indkey valuesMike Bayer2013-10-274-2/+20
* - farm out everthing to do with rtd out to the sqlalchemy.org siteMike Bayer2013-10-276-206/+33
* Merge branch 'rel_0_9'Mike Bayer2013-10-267-34/+35
|\
| * - more updates to compatability, C extensions, building, etc.rel_0_9_0b1Mike Bayer2013-10-262-19/+19
| * - ensure 0.9 in various documentation spacesMike Bayer2013-10-263-13/+12
| * - release 0.9.0b1Mike Bayer2013-10-263-2/+4
| * - add copyright to source files missing itMike Bayer2013-10-2625-2/+136
* | - add copyright to source files missing itMike Bayer2013-10-2625-2/+136
|/
* will call this 0.9.0b1Mike Bayer2013-10-265-67/+67
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-253-5/+45
* python2 pickle here failsMike Bayer2013-10-251-0/+3
* - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i...Mike Bayer2013-10-255-12/+108
* - changelog for [ticket:2183]Mike Bayer2013-10-251-0/+8
* - move this test to PG test_reflectionMike Bayer2013-10-253-81/+67
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-253-1/+29
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-256-8/+164
|\
| * ForeignKeyConstraint reflection test respects MySQL limitationspr/34ijl2013-10-151-12/+20
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-134-3/+51
| * PostgreSQL foreign key inspection includes optionsijl2013-10-112-5/+105
* | - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-256-11/+188
* | - add migration notes for [ticket:2838]Mike Bayer2013-10-244-0/+64
* | clarificationsMike Bayer2013-10-231-10/+10
* | updatedMike Bayer2013-10-231-1/+1
* | An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-2318-118/+636
* | - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-233-14/+38