| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Improvements to the mechanism used by :class:`.Session` to locate | Mike Bayer | 2014-10-14 | 2 | -0/+55 |
| * | - The ``__module__`` attribute is now set for all those SQL and | Mike Bayer | 2014-10-14 | 1 | -0/+9 |
| * | - merge 0.9.8 release date | Mike Bayer | 2014-10-13 | 1 | -0/+1 |
| * | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -0/+21 |
| * | - Fixed long-standing bug in Oracle dialect where bound parameter | Mike Bayer | 2014-10-11 | 1 | -0/+9 |
| * | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 3 | -1/+46 |
| * | - add a migration note for ref #3222 | Mike Bayer | 2014-10-09 | 2 | -0/+65 |
| * | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 1 | -0/+14 |
| * | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 1 | -0/+11 |
| * | - Fixed "'NoneType' object has no attribute 'concrete'" error | Mike Bayer | 2014-10-06 | 1 | -0/+9 |
| * | - The execution options passed to an :class:`.Engine` either via | Mike Bayer | 2014-10-06 | 1 | -0/+17 |
| * | - move some things that are features to the features | Mike Bayer | 2014-10-04 | 1 | -213/+213 |
| * | - use provide_metadata for new unique constraint / index tests | Mike Bayer | 2014-10-04 | 2 | -0/+89 |
| * | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 3 | -0/+33 |
| * | - rework tests for attached databases into individual tests, | Mike Bayer | 2014-09-29 | 1 | -0/+14 |
| * | - A revisit to this issue first patched in 0.9.5, apparently | Mike Bayer | 2014-09-29 | 1 | -0/+13 |
| * | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -0/+10 |
| * | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -0/+10 |
| * | - add explicit warning re: polymorphic_on, cascading is not supported | Mike Bayer | 2014-09-26 | 1 | -0/+6 |
| * | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 3 | -1/+165 |
| * | - convert to spaces | Mike Bayer | 2014-09-25 | 1 | -191/+191 |
| * | - The :mod:`sqlalchemy.ext.automap` extension will now set | Mike Bayer | 2014-09-22 | 1 | -0/+16 |
| * | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 1 | -0/+13 |
| * | - Fixed an unlikely race condition observed in some exotic end-user | Mike Bayer | 2014-09-18 | 1 | -0/+11 |
| * | - Fixed bug that affected many classes of event, particularly | Mike Bayer | 2014-09-18 | 1 | -0/+14 |
| * | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 1 | -0/+8 |
| * | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 2 | -6/+11 |
| * | - changelog for #3203; fixes #3203 | Mike Bayer | 2014-09-17 | 1 | -0/+14 |
| * | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 2 | -0/+38 |
| * | Merge branch 'pr128' | Mike Bayer | 2014-09-17 | 2 | -0/+45 |
| |\ |
|
| | * | - repair get_foreign_table_names() for PGInsp/dialect levelpr128 | Mike Bayer | 2014-09-17 | 2 | -0/+45 |
| * | | - Fixed the version string detection in the pymssql dialect to | Mike Bayer | 2014-09-16 | 1 | -0/+9 |
| |/ |
|
| * | Merge pull request #138 from BY-jk/master | mike bayer | 2014-09-16 | 1 | -0/+1 |
| |\ |
|
| | * | Added EXASolution dialect to documentationpr/138 | Jan | 2014-09-16 | 1 | -0/+1 |
| * | | Updated documenation for engines.rstpr/135 | Jim Hokanson | 2014-09-14 | 1 | -1/+6 |
| * | | - Fixed warning that would emit when a complex self-referential | Mike Bayer | 2014-09-11 | 1 | -1/+11 |
| * | | - Fixed bug in ordering list where the order of items would be | Mike Bayer | 2014-09-10 | 1 | -0/+11 |
| * | | - for whatever reason, Insert.values() with multi values wasn't | Mike Bayer | 2014-09-09 | 2 | -0/+28 |
| * | | - Added new event handlers :meth:`.AttributeEvents.init_collection` | Mike Bayer | 2014-09-07 | 1 | -0/+9 |
| * | | - mako_layout isn't used, remove it | Mike Bayer | 2014-09-07 | 2 | -4/+4 |
| * | | Merge pull request #133 from hiaselhans/doc_epub | mike bayer | 2014-09-07 | 2 | -1/+8 |
| |\ \ |
|
| | * | | Docs: use the base layout when mako_layout=='epub'pr/133 | hiaselhans | 2014-09-07 | 2 | -1/+8 |
| * | | | - changelog and migration for #3188, #3148. | Mike Bayer | 2014-09-07 | 2 | -1/+108 |
| |/ / |
|
| * | | - MySQL boolean symbols "true", "false" work again. 0.9's change | Mike Bayer | 2014-09-05 | 2 | -0/+36 |
| * | | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -1/+5 |
| * | | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 2 | -0/+32 |
| * | | - An adjustment to table/index reflection such that if an index | Mike Bayer | 2014-09-02 | 1 | -0/+11 |
| * | | - reorganize | Mike Bayer | 2014-09-01 | 1 | -434/+436 |
| * | | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 5 | -4/+195 |
| * | | - more updates to text docs, literal_column, column etc. in prep | Mike Bayer | 2014-09-01 | 2 | -32/+157 |