| Commit message (Expand) | Author | Age | Files | Lines |
* | python_type for ARRAY (PGArray)pr/64 | Terentev | 2014-02-03 | 1 | -0/+4 |
* | typorel_0_9_2 | Mike Bayer | 2014-02-02 | 1 | -1/+1 |
* | 0.9.2 | Mike Bayer | 2014-02-02 | 2 | -2/+3 |
* | - Added a tweak to the "history_meta" example where the check for | Mike Bayer | 2014-02-02 | 2 | -1/+9 |
* | - add a few missing methods to the cymysql dialect | Mike Bayer | 2014-02-02 | 2 | -0/+17 |
* | - lets intersphinx the new alembic article on constraint names | Mike Bayer | 2014-02-02 | 2 | -0/+7 |
* | - Added :paramref:`.MetaData.reflect.**dialect_kwargs` | Mike Bayer | 2014-02-02 | 5 | -134/+380 |
* | - use from_statement() for the ORM column test | Mike Bayer | 2014-02-02 | 1 | -8/+7 |
* | - The behavior of :meth:`.Table.tometadata` has been adjusted such that | Mike Bayer | 2014-02-02 | 3 | -186/+399 |
* | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`- | Mike Bayer | 2014-02-02 | 6 | -3/+108 |
* | - Added a new feature which allows automated naming conventions to be | Mike Bayer | 2014-02-01 | 8 | -21/+460 |
* | add a skip for oracle on this | Mike Bayer | 2014-02-01 | 3 | -0/+46 |
* | - don't duplicate docs for Pool within QueuePool | Mike Bayer | 2014-01-31 | 1 | -71/+68 |
* | - Added a new directive used within the scope of an attribute "set" operation | Mike Bayer | 2014-01-31 | 5 | -3/+70 |
* | - Added a new parameter :paramref:`.Operators.op.is_comparison`. This | Mike Bayer | 2014-01-31 | 5 | -4/+133 |
* | - Fixed bug whereby SQLite compiler failed to propagate compiler arguments | Mike Bayer | 2014-01-31 | 6 | -4/+43 |
* | changelog | Mike Bayer | 2014-01-31 | 1 | -0/+9 |
* | - Fixed regression whereby the "annotation" system used by the ORM was leaking | Mike Bayer | 2014-01-29 | 4 | -9/+38 |
* | - better way to do it | Mike Bayer | 2014-01-29 | 1 | -2/+4 |
* | - add TypeError handling to the tests here, ensure TypeError | Mike Bayer | 2014-01-29 | 1 | -8/+15 |
* | - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy` | Mike Bayer | 2014-01-28 | 3 | -4/+55 |
* | - repair the fixture/test here to make sure state isn't left over causing oth... | Mike Bayer | 2014-01-27 | 2 | -2/+2 |
* | - docs | Mike Bayer | 2014-01-26 | 1 | -37/+115 |
* | updates | Mike Bayer | 2014-01-26 | 1 | -52/+87 |
* | hypothetical "floaty thing" for navigation, doesn't really work yet | Mike Bayer | 2014-01-25 | 2 | -1/+21 |
* | tweak text | Mike Bayer | 2014-01-25 | 1 | -2/+16 |
* | seealsos in the tutorial | Mike Bayer | 2014-01-25 | 2 | -7/+54 |
* | case | Mike Bayer | 2014-01-25 | 1 | -47/+139 |
* | - start building out very comprehensive docstrings for core functions | Mike Bayer | 2014-01-25 | 4 | -103/+467 |
* | lets document join() | Mike Bayer | 2014-01-24 | 1 | -20/+94 |
* | - 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 |