| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix mysql+cymysql dialectpr/61 | Hajime Nakagami | 2014-01-25 | 1 | -0/+8 |
| * | Merge branch 'cymysql' of github.com:nakagami/sqlalchemy into cymysql | Hajime Nakagami | 2014-01-24 | 0 | -0/+0 |
| |\ |
|
| | * | Merge branch 'master' into cymysql | Hajime Nakagami | 2013-10-27 | 187 | -5509/+12552 |
| | |\ |
|
| | * \ | Merge branch 'master' into cymysql | Hajime Nakagami | 2013-08-18 | 124 | -18410/+20877 |
| | |\ \ |
|
| * | \ \ | Merge branch 'master' into cymysql | Hajime Nakagami | 2014-01-24 | 404 | -28211/+46643 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | - doc updates, include links to create_engine from tutorials, cleanup | Mike Bayer | 2014-01-23 | 5 | -60/+103 |
| | * | | | typo | Mike Bayer | 2014-01-23 | 1 | -3/+5 |
| | * | | | - remove this leftover commented pdb | Mike Bayer | 2014-01-23 | 1 | -5/+0 |
| | * | | | - Fixed an 0.9 regression where the automatic aliasing applied by | Mike Bayer | 2014-01-23 | 5 | -3/+82 |
| | * | | | Merge pull request #60 from wichert/mutable-doc-import | mike bayer | 2014-01-23 | 1 | -1/+0 |
| | |\ \ \ |
|
| | | * | | | Remove uneeded import from code examplepr/60 | Wichert Akkerman | 2014-01-20 | 1 | -1/+0 |
| | * | | | | used the wrong join | Mike Bayer | 2014-01-22 | 1 | -5/+2 |
| | * | | | | - Support is improved for supplying a :func:`.join` construct as the | Mike Bayer | 2014-01-22 | 11 | -18/+459 |
| | * | | | | - Added new test coverage for so-called "down adaptions" of SQL types, | Mike Bayer | 2014-01-22 | 4 | -11/+43 |
| | * | | | | - add redshift-sqlalchemy, essentially fixes [ticket:2727] | Mike Bayer | 2014-01-21 | 1 | -0/+2 |
| | * | | | | - update docs for Numeric/Float, in particular warn against using mismatched | Mike Bayer | 2014-01-21 | 1 | -32/+41 |
| | * | | | | - Fixed the multiple-table "UPDATE..FROM" construct, only usable on | Mike Bayer | 2014-01-20 | 5 | -51/+270 |
| | * | | | | use new paramlinks 0.2.2, trying to fix param links for __init__ vs. class | Mike Bayer | 2014-01-20 | 1 | -1/+1 |
| | * | | | | - further refine this so that the ordering of columns is maintained as | Mike Bayer | 2014-01-20 | 2 | -16/+18 |
| | * | | | | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection; | Mike Bayer | 2014-01-20 | 7 | -25/+267 |
| | * | | | | - repair signature for base get_unique_constraints() method | Mike Bayer | 2014-01-20 | 2 | -1/+2 |
| | * | | | | - ensure ordering is fully maintained, [ticket:2914] | Mike Bayer | 2014-01-20 | 2 | -6/+9 |
| | |/ / / |
|
| | * | | | fix typo | Mike Bayer | 2014-01-19 | 1 | -1/+1 |
| | * | | | Merge pull request #59 from wichert/doc-relationship-typo | mike bayer | 2014-01-19 | 1 | -1/+1 |
| | |\ \ \ |
|
| | | * | | | Fix a typo in the relationship docspr/59 | Wichert Akkerman | 2014-01-16 | 1 | -1/+1 |
| | * | | | | - alter behavior such that dialect_kwargs is still immutable, but | Mike Bayer | 2014-01-19 | 2 | -28/+53 |
| | * | | | | - some test fixes | Mike Bayer | 2014-01-19 | 4 | -41/+33 |
| | * | | | | akiban-> foundationdb | Mike Bayer | 2014-01-18 | 1 | -3/+2 |
| | * | | | | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 16 | -81/+562 |
| | * | | | | credit to Derek Harland | Mike Bayer | 2014-01-18 | 1 | -0/+1 |
| | * | | | | - changelog for pullreq:11 | Mike Bayer | 2014-01-18 | 2 | -1/+17 |
| | * | | | | Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ... | Mike Bayer | 2014-01-18 | 4 | -8/+118 |
| | |\ \ \ \ |
|
| | | * | | | | Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is given | donkopotamus | 2014-01-17 | 3 | -0/+26 |
| | | * | | | | Support mssql_clustered option on UniqueConstraint (plus docs and test) | donkopotamus | 2014-01-17 | 2 | -4/+41 |
| | | * | | | | Remove support for mssql_clustered on Table | donkopotamus | 2014-01-17 | 2 | -27/+6 |
| | | * | | | | Support mssql_clustered option in mssql dialect for both Table and PrimaryKey... | donkopotamus | 2014-01-14 | 2 | -8/+76 |
| | | * | | | | Merged zzzeek/sqlalchemy into master | Derek Harland | 2014-01-14 | 228 | -1345/+5913 |
| | | |\ \ \ \ |
|
| | * | | | | | | cx_oracle is now "conditional" on py2k | Mike Bayer | 2014-01-17 | 1 | -3/+5 |
| | * | | | | | | - rework Oracle to no longer do its own unicode conversion; this has been obs... | Mike Bayer | 2014-01-17 | 5 | -17/+104 |
| | | |_|/ / /
| |/| | | | |
|
| | * | | | | | even simpler | Mike Bayer | 2014-01-15 | 1 | -8/+4 |
| | * | | | | | - should close the session before rolling back the transaction | Mike Bayer | 2014-01-15 | 1 | -3/+44 |
| | * | | | | | - changelog + test for pullreq github 58 | Mike Bayer | 2014-01-14 | 2 | -0/+16 |
| | * | | | | | Merge pull request #58 from kstark/patch-1 | mike bayer | 2014-01-14 | 1 | -1/+1 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Fix TypeError for class_mapper called w/ iterablepr/58 | Kyle Stark | 2014-01-13 | 1 | -1/+1 |
| | * | | | | | | - _cursor_execute() will close the cursor on error; oracle doesn't allow doub... | Mike Bayer | 2014-01-13 | 2 | -14/+14 |
| | * | | | | | | - Fixed a bug involving the new flattened JOIN structures which | Mike Bayer | 2014-01-13 | 3 | -4/+151 |
| | * | | | | | | - a little bit of profile bump, just on insert not too concerned | Mike Bayer | 2014-01-13 | 1 | -3/+3 |
| | | |_|/ / /
| |/| | | | |
|
| | * | | | | | - The MySQL CAST compilation now takes into account aspects of a string | Mike Bayer | 2014-01-13 | 8 | -34/+121 |
| | |/ / / / |
|
| | * | | | | update changelog from 0.3.2 to 0.3.4, re-patching the part of 2775c95b1ee3083... | Mike Bayer | 2014-01-13 | 1 | -1/+1 |
| | * | | | | revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except... | Mike Bayer | 2014-01-13 | 4 | -44/+23 |