| 2014-01-31 |
Erich Blume | Don't include .egg files in the repo |
commit | commitdiff | tree | snapshot |
| 2014-01-29 |
Mike Bayer | - Fixed regression whereby the "annotation" system... |
commit | commitdiff | tree | snapshot |
| 2014-01-29 |
Mike Bayer | - better way to do it |
commit | commitdiff | tree | snapshot |
| 2014-01-29 |
Mike Bayer | - add TypeError handling to the tests here, ensure... |
commit | commitdiff | tree | snapshot |
| 2014-01-29 |
Mike Bayer | - Fixed 0.9 regression where the new sortable support... |
commit | commitdiff | tree | snapshot |
| 2014-01-27 |
Mike Bayer | - repair the fixture/test here to make sure state isn... |
commit | commitdiff | tree | snapshot |
| 2014-01-27 |
Mike Bayer | - docs |
commit | commitdiff | tree | snapshot |
| 2014-01-26 |
Mike Bayer | updates |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | hypothetical "floaty thing" for navigation, doesn't... |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | tweak text |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | seealsos in the tutorial |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | case |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | - start building out very comprehensive docstrings... |
commit | commitdiff | tree | snapshot |
| 2014-01-25 |
Mike Bayer | lets document join() |
commit | commitdiff | tree | snapshot |
| 2014-01-24 |
Mike Bayer | - doc updates, include links to create_engine from... |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
Mike Bayer | - remove this leftover commented pdb |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
Mike Bayer | - Fixed an 0.9 regression where the automatic aliasing... |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
mike bayer | Merge pull request #60 from wichert/mutable-doc-import |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
Mike Bayer | used the wrong join |
commit | commitdiff | tree | snapshot |
| 2014-01-23 |
Mike Bayer | - Support is improved for supplying a :func:`.join... |
commit | commitdiff | tree | snapshot |
| 2014-01-22 |
Mike Bayer | - Added new test coverage for so-called "down adaptions... |
commit | commitdiff | tree | snapshot |
| 2014-01-22 |
Mike Bayer | - add redshift-sqlalchemy, essentially fixes [ticket... |
commit | commitdiff | tree | snapshot |
| 2014-01-21 |
Mike Bayer | - update docs for Numeric/Float, in particular warn... |
commit | commitdiff | tree | snapshot |
| 2014-01-21 |
Mike Bayer | - Fixed the multiple-table "UPDATE..FROM" construct... |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Mike Bayer | use new paramlinks 0.2.2, trying to fix param links... |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Mike Bayer | - further refine this so that the ordering of columns... |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Mike Bayer | - simplify the mechanics of PrimaryKeyConstraint with... |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Mike Bayer | - repair signature for base get_unique_constraints... |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Mike Bayer | - ensure ordering is fully maintained, [ticket:2914] |
commit | commitdiff | tree | snapshot |
| 2014-01-20 |
Wichert Akkerman | Remove uneeded import from code example |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
Mike Bayer | fix typo |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
mike bayer | Merge pull request #59 from wichert/doc-relationship... |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
Mike Bayer | - alter behavior such that dialect_kwargs is still... |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
Mike Bayer | - some test fixes |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
Mike Bayer | akiban-> foundationdb |
commit | commitdiff | tree | snapshot |
| 2014-01-19 |
Mike Bayer | - implement kwarg validation and type system for dialec... |
commit | commitdiff | tree | snapshot |
| 2014-01-18 |
Mike Bayer | credit to Derek Harland |
commit | commitdiff | tree | snapshot |
| 2014-01-18 |
Mike Bayer | - changelog for pullreq:11 |
commit | commitdiff | tree | snapshot |
| 2014-01-18 |
Mike Bayer | Merge branch 'patch-msql-pkc-clustered' of bitbucket... |
commit | commitdiff | tree | snapshot |
| 2014-01-17 |
Mike Bayer | cx_oracle is now "conditional" on py2k |
commit | commitdiff | tree | snapshot |
| 2014-01-17 |
Mike Bayer | - rework Oracle to no longer do its own unicode convers... |
commit | commitdiff | tree | snapshot |
| 2014-01-16 |
donkopotamus | Bug Fix: Stop generating bad sql if an empty UniqueCons... |
commit | commitdiff | tree | snapshot |
| 2014-01-16 |
donkopotamus | Support mssql_clustered option on UniqueConstraint... |
commit | commitdiff | tree | snapshot |
| 2014-01-16 |
donkopotamus | Remove support for mssql_clustered on Table |
commit | commitdiff | tree | snapshot |
| 2014-01-16 |
Wichert Akkerman | Fix a typo in the relationship docs |
commit | commitdiff | tree | snapshot |
| 2014-01-15 |
Mike Bayer | even simpler |
commit | commitdiff | tree | snapshot |
| 2014-01-15 |
Mike Bayer | - should close the session before rolling back the... |
commit | commitdiff | tree | snapshot |
| 2014-01-15 |
Mike Bayer | - changelog + test for pullreq github 58 |
commit | commitdiff | tree | snapshot |
| 2014-01-15 |
mike bayer | Merge pull request #58 from kstark/patch-1 |
commit | commitdiff | tree | snapshot |
| 2014-01-14 |
Mike Bayer | - _cursor_execute() will close the cursor on error... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
donkopotamus | Support mssql_clustered option in mssql dialect for... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | - Fixed a bug involving the new flattened JOIN structur... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Derek Harland | Merged zzzeek/sqlalchemy into master |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | - a little bit of profile bump, just on insert not... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | - The MySQL CAST compilation now takes into account... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Kyle Stark | Fix TypeError for class_mapper called w/ iterable |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | update changelog from 0.3.2 to 0.3.4, re-patching the... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | revert r2775c95b1ee30831216cc5 which was mostly an... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | - continue with [ticket:2907] and further clean up... |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | - dont run deletes here |
commit | commitdiff | tree | snapshot |
| 2014-01-13 |
Mike Bayer | - :class:`.Connection` now associates a new |
commit | commitdiff | tree | snapshot |
| 2014-01-12 |
Mike Bayer | - add new event PoolEvents.invalidate(). allows interc... |
commit | commitdiff | tree | snapshot |
| 2014-01-12 |
Mike Bayer | - bump up how many args for "named arg style" to four |
commit | commitdiff | tree | snapshot |
| 2014-01-12 |
Mike Bayer | - changelog for pullreq github 57 |
commit | commitdiff | tree | snapshot |
| 2014-01-12 |
Mike Bayer | - pullreq github 55 is in the wrong changelog! 0.9... |
commit | commitdiff | tree | snapshot |
| 2014-01-12 |
mike bayer | Merge pull request #57 from sdague/master |
commit | commitdiff | tree | snapshot |
| 2014-01-12 |
Sean Dague | expose SchemaVisitor in the compatibility layer |
commit | commitdiff | tree | snapshot |
| 2014-01-12 |
Mike Bayer | - add a CLI to determine waht kind of test to run |
commit | commitdiff | tree | snapshot |
| 2014-01-11 |
Mike Bayer | new changelog |
commit | commitdiff | tree | snapshot |
| 2014-01-10 |
Mike Bayer | - fix some function mismatch in profiling |
commit | commitdiff | tree | snapshot |
| 2014-01-09 |
Mike Bayer | 0.9.2 |
commit | commitdiff | tree | snapshot |
| 2014-01-09 |
Mike Bayer | changelog for pullreq github:55 |
commit | commitdiff | tree | snapshot |
| 2014-01-08 |
cgohlke | Use PyMODINIT_FUNC |
commit | commitdiff | tree | snapshot |
| 2014-01-08 |
cgohlke | Use PyMODINIT_FUNC |
commit | commitdiff | tree | snapshot |
| 2014-01-08 |
cgohlke | Use PyMODINIT_FUNC |
commit | commitdiff | tree | snapshot |
| 2014-01-08 |
Mike Bayer | - fixes |
commit | commitdiff | tree | snapshot |
| 2014-01-08 |
Mike Bayer | - add more critical behavioral change for [ticket:2804] |
commit | commitdiff | tree | snapshot |
| 2014-01-06 |
Mike Bayer | - 0.9.1 rel_0_9_1 |
commit | commitdiff | tree | snapshot |
| 2014-01-05 |
Mike Bayer | - these tests are really old but trying to make sure... |
commit | commitdiff | tree | snapshot |
| 2014-01-05 |
Mike Bayer | fix the changelog merge |
commit | commitdiff | tree | snapshot |
| 2014-01-05 |
Mike Bayer | - happy new year |
commit | commitdiff | tree | snapshot |
| 2014-01-05 |
Mike Bayer | 0.9.1 |
commit | commitdiff | tree | snapshot |
| 2014-01-05 |
Mike Bayer | - docs + tests |
commit | commitdiff | tree | snapshot |
| 2014-01-05 |
Mike Bayer | Merge branch 'automap' |
commit | commitdiff | tree | snapshot |
| 2014-01-05 |
Mike Bayer | - many-to-many support |
commit | commitdiff | tree | snapshot |
| 2014-01-05 |
Mike Bayer | - fix some docstring stuff |
commit | commitdiff | tree | snapshot |
| 2014-01-05 |
Mike Bayer | - conjunctions like and_() and or_() can now accept... |
commit | commitdiff | tree | snapshot |
| 2014-01-05 |
Mike Bayer | - basic functionality. |
commit | commitdiff | tree | snapshot |
| 2014-01-05 |
Mike Bayer | - The :paramref:`.Table.extend_existing` and :paramref... |
commit | commitdiff | tree | snapshot |
| 2014-01-04 |
Mike Bayer | - Fixed regression where using a ``functools.partial... |
commit | commitdiff | tree | snapshot |
| 2014-01-04 |
Mike Bayer | - hypothetical "automap" feature, would extend Deferred... |
commit | commitdiff | tree | snapshot |
| 2014-01-04 |
Mike Bayer | - Fixed an extremely unlikely memory issue where when... |
commit | commitdiff | tree | snapshot |
| 2014-01-03 |
Mike Bayer | Merged in davidszotten/sqlalchemy/doc_typo (pull reques... |
commit | commitdiff | tree | snapshot |
| 2014-01-03 |
Mike Bayer | - changelog for pullreq 9 from bitbucket |
commit | commitdiff | tree | snapshot |
| 2014-01-03 |
Mike Bayer | Merge bitbucket.org:rschoon/sqlalchemy into t |
commit | commitdiff | tree | snapshot |
| 2014-01-02 |
Mike Bayer | - Fixed regression where we don't check the given name... |
commit | commitdiff | tree | snapshot |
| 2014-01-02 |
Mike Bayer | - A quasi-regression where apparently in 0.8 you can... |
commit | commitdiff | tree | snapshot |
| 2014-01-02 |
Mike Bayer | - Fixed regression where we apparently still create... |
commit | commitdiff | tree | snapshot |
| 2014-01-02 |
Mike Bayer | .pyo |
commit | commitdiff | tree | snapshot |
| next |