| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use PyMODINIT_FUNCpr/55 | cgohlke | 2014-01-08 | 1 | -1/+1 |
| * | Use PyMODINIT_FUNC | cgohlke | 2014-01-08 | 1 | -1/+1 |
| * | Use PyMODINIT_FUNC | cgohlke | 2014-01-08 | 1 | -1/+1 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 165 | -167/+167 |
| * | 0.9.1 | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | Merge branch 'automap' | Mike Bayer | 2014-01-05 | 7 | -26/+935 |
| |\ |
|
| | * | - many-to-many support | Mike Bayer | 2014-01-05 | 1 | -66/+786 |
| | * | - fix some docstring stuff | Mike Bayer | 2014-01-05 | 3 | -19/+62 |
| | * | - conjunctions like and_() and or_() can now accept generators as arguments. | Mike Bayer | 2014-01-05 | 3 | -1/+10 |
| | * | - basic functionality. | Mike Bayer | 2014-01-04 | 1 | -23/+30 |
| | * | - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace` | Mike Bayer | 2014-01-04 | 1 | -6/+23 |
| | * | - hypothetical "automap" feature, would extend DeferredReflection to create c... | Mike Bayer | 2014-01-03 | 1 | -0/+113 |
| * | | - Fixed regression where using a ``functools.partial()`` with the event | Mike Bayer | 2014-01-04 | 2 | -3/+10 |
| |/ |
|
| * | - Fixed an extremely unlikely memory issue where when using | Mike Bayer | 2014-01-03 | 2 | -19/+63 |
| * | Merge bitbucket.org:rschoon/sqlalchemy into t | Mike Bayer | 2014-01-02 | 1 | -1/+2 |
| |\ |
|
| | * | Don't barf on Session(info=...) from sessionmaker(info=None) | Robin Schoonover | 2013-12-31 | 1 | -1/+2 |
| * | | - Fixed regression where we don't check the given name against the | Mike Bayer | 2014-01-02 | 1 | -1/+1 |
| * | | - A quasi-regression where apparently in 0.8 you can set a class-level | Mike Bayer | 2014-01-02 | 1 | -1/+20 |
| * | | - Fixed regression where we apparently still create an implicit | Mike Bayer | 2014-01-02 | 1 | -4/+20 |
| * | | - support addition of fails_if()/only_on(), just wraps the decorators | Mike Bayer | 2014-01-02 | 1 | -0/+5 |
| |/ |
|
| * | - call it 0.9.0 | Mike Bayer | 2013-12-30 | 4 | -8/+8 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 3 | -7/+39 |
| * | - adjust the behavior of cast() to only provide a type for the bindparam() | Mike Bayer | 2013-12-28 | 1 | -9/+1 |
| * | - fix the insert from select test to use a non-autoinc table | Mike Bayer | 2013-12-28 | 1 | -4/+8 |
| * | - rework the JSON expression system so that "astext" is called *after* | Mike Bayer | 2013-12-27 | 3 | -48/+120 |
| * | - Declarative does an extra check to detect if the same | Mike Bayer | 2013-12-27 | 1 | -1/+14 |
| * | - Changed the queries used by Firebird to list table and view names | Mike Bayer | 2013-12-27 | 1 | -5/+21 |
| * | - actually check the list of views! | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
| * | - The firebird dialect will quote identifiers which begin with an | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
| * | - add a test which creates tables and views at the same time, then tests that... | Mike Bayer | 2013-12-27 | 1 | -0/+6 |
| * | - Fixed bug in Firebird index reflection where the columns within the | Mike Bayer | 2013-12-27 | 1 | -1/+1 |
| * | - The "asdecimal" flag used with the :class:`.Float` type will now | Mike Bayer | 2013-12-27 | 1 | -1/+8 |
| * | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 2 | -1/+29 |
| * | Merge pull request #51 from sontek/pymssql_handle_terminated_connection | mike bayer | 2013-12-27 | 1 | -0/+1 |
| |\ |
|
| | * | Remove terminated connections from the pool.pr/51 | John Anderson | 2013-12-16 | 1 | -0/+1 |
| * | | - alter the decorator function, and the newer public_factory function, | Mike Bayer | 2013-12-21 | 1 | -6/+20 |
| * | | - improve documentation for return_defaults() and returned_defaults. [ticket... | Mike Bayer | 2013-12-20 | 2 | -27/+68 |
| * | | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 1 | -1/+7 |
| * | | - Fixed bug with :meth:`.Insert.from_select` method where the order | Mike Bayer | 2013-12-19 | 2 | -5/+20 |
| * | | fix doc target | Mike Bayer | 2013-12-19 | 1 | -1/+1 |
| * | | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 3 | -49/+90 |
| * | | - remove very ancient TypeEngine constructor, not used by anything | Mike Bayer | 2013-12-17 | 1 | -6/+0 |
| * | | - make the json serializer and deserializer per-dialect, so that we are | Mike Bayer | 2013-12-17 | 3 | -15/+28 |
| * | | - The :func:`.cast` function, when given a plain literal value, | Mike Bayer | 2013-12-17 | 1 | -1/+4 |
| * | | - rework JSON expressions to be based off __getitem__ exclusively | Mike Bayer | 2013-12-17 | 4 | -38/+48 |
| * | | - enhance the exclusions system to support database versions within the __onl... | Mike Bayer | 2013-12-17 | 2 | -7/+17 |
| * | | Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_json | Mike Bayer | 2013-12-17 | 4 | -1/+148 |
| |\ \ |
|
| | * | | sqlalchemy/dialects/postgresql/pgjson:pr/50 | nathan | 2013-12-11 | 1 | -7/+14 |
| | * | | sqlalchemy/dialects/postgresql/pgjson: | nathan | 2013-12-11 | 1 | -2/+14 |
| | * | | sqlalchemy/dialects/postgresql/psycopg2: | nathan | 2013-12-10 | 1 | -2/+0 |