summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix mysql+cymysql dialectpr/61Hajime Nakagami2014-01-251-0/+8
* Merge branch 'cymysql' of github.com:nakagami/sqlalchemy into cymysqlHajime Nakagami2014-01-240-0/+0
|\
| * Merge branch 'master' into cymysqlHajime Nakagami2013-10-27187-5509/+12552
| |\
| * \ Merge branch 'master' into cymysqlHajime Nakagami2013-08-18124-18410/+20877
| |\ \
* | \ \ Merge branch 'master' into cymysqlHajime Nakagami2014-01-24404-28211/+46643
|\ \ \ \ | |/ / / |/| | |
| * | | - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-235-60/+103
| * | | typoMike Bayer2014-01-231-3/+5
| * | | - remove this leftover commented pdbMike Bayer2014-01-231-5/+0
| * | | - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-235-3/+82
| * | | Merge pull request #60 from wichert/mutable-doc-importmike bayer2014-01-231-1/+0
| |\ \ \
| | * | | Remove uneeded import from code examplepr/60Wichert Akkerman2014-01-201-1/+0
| * | | | used the wrong joinMike Bayer2014-01-221-5/+2
| * | | | - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-2211-18/+459
| * | | | - Added new test coverage for so-called "down adaptions" of SQL types,Mike Bayer2014-01-224-11/+43
| * | | | - add redshift-sqlalchemy, essentially fixes [ticket:2727]Mike Bayer2014-01-211-0/+2
| * | | | - update docs for Numeric/Float, in particular warn against using mismatchedMike Bayer2014-01-211-32/+41
| * | | | - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-205-51/+270
| * | | | use new paramlinks 0.2.2, trying to fix param links for __init__ vs. classMike Bayer2014-01-201-1/+1
| * | | | - further refine this so that the ordering of columns is maintained asMike Bayer2014-01-202-16/+18
| * | | | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-207-25/+267
| * | | | - repair signature for base get_unique_constraints() methodMike Bayer2014-01-202-1/+2
| * | | | - ensure ordering is fully maintained, [ticket:2914]Mike Bayer2014-01-202-6/+9
| |/ / /
| * | | fix typoMike Bayer2014-01-191-1/+1
| * | | Merge pull request #59 from wichert/doc-relationship-typomike bayer2014-01-191-1/+1
| |\ \ \
| | * | | Fix a typo in the relationship docspr/59Wichert Akkerman2014-01-161-1/+1
| * | | | - alter behavior such that dialect_kwargs is still immutable, butMike Bayer2014-01-192-28/+53
| * | | | - some test fixesMike Bayer2014-01-194-41/+33
| * | | | akiban-> foundationdbMike Bayer2014-01-181-3/+2
| * | | | - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-1816-81/+562
| * | | | credit to Derek HarlandMike Bayer2014-01-181-0/+1
| * | | | - changelog for pullreq:11Mike Bayer2014-01-182-1/+17
| * | | | Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ...Mike Bayer2014-01-184-8/+118
| |\ \ \ \
| | * | | | Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is givendonkopotamus2014-01-173-0/+26
| | * | | | Support mssql_clustered option on UniqueConstraint (plus docs and test)donkopotamus2014-01-172-4/+41
| | * | | | Remove support for mssql_clustered on Tabledonkopotamus2014-01-172-27/+6
| | * | | | Support mssql_clustered option in mssql dialect for both Table and PrimaryKey...donkopotamus2014-01-142-8/+76
| | * | | | Merged zzzeek/sqlalchemy into masterDerek Harland2014-01-14228-1345/+5913
| | |\ \ \ \
| * | | | | | cx_oracle is now "conditional" on py2kMike Bayer2014-01-171-3/+5
| * | | | | | - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-175-17/+104
| | |_|/ / / | |/| | | |
| * | | | | even simplerMike Bayer2014-01-151-8/+4
| * | | | | - should close the session before rolling back the transactionMike Bayer2014-01-151-3/+44
| * | | | | - changelog + test for pullreq github 58Mike Bayer2014-01-142-0/+16
| * | | | | Merge pull request #58 from kstark/patch-1mike bayer2014-01-141-1/+1
| |\ \ \ \ \
| | * | | | | Fix TypeError for class_mapper called w/ iterablepr/58Kyle Stark2014-01-131-1/+1
| * | | | | | - _cursor_execute() will close the cursor on error; oracle doesn't allow doub...Mike Bayer2014-01-132-14/+14
| * | | | | | - Fixed a bug involving the new flattened JOIN structures whichMike Bayer2014-01-133-4/+151
| * | | | | | - a little bit of profile bump, just on insert not too concernedMike Bayer2014-01-131-3/+3
| | |_|/ / / | |/| | | |
| * | | | | - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-138-34/+121
| |/ / / /
| * | | | update changelog from 0.3.2 to 0.3.4, re-patching the part of 2775c95b1ee3083...Mike Bayer2014-01-131-1/+1
| * | | | revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except...Mike Bayer2014-01-134-44/+23