| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | try to liberalize the pool._refs assertion a bit | Mike Bayer | 2014-03-26 | 1 | -2/+34 |
| * | - work on fixing some race-condition failures: | Mike Bayer | 2014-03-26 | 2 | -3/+6 |
| * | - remove nose dependency | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| * | - Fixed regression caused by release 0.8.5 / 0.9.3's compatibility | Mike Bayer | 2014-03-25 | 1 | -1/+4 |
| * | fix | Mike Bayer | 2014-03-24 | 1 | -1/+1 |
| * | - add some more rules to make sure all tests run if DBs are available | Mike Bayer | 2014-03-24 | 1 | -1/+13 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 10 | -30/+34 |
| * | - Added some new event mechanics for dialect-level events; the initial | Mike Bayer | 2014-03-24 | 3 | -20/+127 |
| * | - Fixed regression from 0.8.3 as a result of :ticket:`2818` | Mike Bayer | 2014-03-22 | 1 | -1/+8 |
| * | - An event listener can now be associated with a :class:`.Engine`, | Mike Bayer | 2014-03-22 | 1 | -28/+31 |
| * | - restore the old behavior of the connection pool replacing itself just | Mike Bayer | 2014-03-22 | 1 | -0/+1 |
| * | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 4 | -63/+31 |
| * | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 3 | -4/+38 |
| * | Merge branch 'fix_table_registration' of https://github.com/malor/sqlalchemy ... | Mike Bayer | 2014-03-22 | 1 | -1/+1 |
| |\ |
|
| | * | Remove tables from metadata when autoload failspr/78 | Roman Podoliaka | 2014-03-12 | 1 | -1/+1 |
| * | | - The :meth:`.ConnectionEvents.after_cursor_execute` event is now | Mike Bayer | 2014-03-19 | 1 | -4/+11 |
| * | | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 3 | -3/+6 |
| * | | - Improved an error message which would occur if a query() were made | Mike Bayer | 2014-03-17 | 1 | -0/+6 |
| * | | - Added support for the not-quite-yet-documented ``insert=True`` | Mike Bayer | 2014-03-16 | 1 | -10/+10 |
| * | | - fairly epic rework of the cascade documentation | Mike Bayer | 2014-03-15 | 1 | -60/+14 |
| * | | - correct this to make the intention clear | Mike Bayer | 2014-03-13 | 1 | -2/+1 |
| * | | - Added support for literal rendering of boolean values, e.g. | Mike Bayer | 2014-03-13 | 2 | -2/+80 |
| * | | - move some requirements up to the testing module to better support running | Mike Bayer | 2014-03-13 | 1 | -0/+54 |
| * | | comment | Mike Bayer | 2014-03-13 | 1 | -0/+7 |
| * | | - add a suite test for underscore as initial char | Mike Bayer | 2014-03-13 | 1 | -0/+14 |
| * | | - add more support for suite tests, moving some tests from test_query out to ... | Mike Bayer | 2014-03-13 | 3 | -6/+185 |
| |/ |
|
| * | - Added a new feature :func:`.schema.conv`, the purpose of which is to | Mike Bayer | 2014-03-12 | 2 | -5/+48 |
| * | :paramref:`.MetaData.naming_convention` feature will now also | Mike Bayer | 2014-03-12 | 1 | -2/+9 |
| * | - Fixed bug in new :paramref:`.MetaData.naming_convention` feature | Mike Bayer | 2014-03-12 | 2 | -3/+3 |
| * | unitttest has a SkipTest also but pytest doesn't | Mike Bayer | 2014-03-11 | 1 | -6/+4 |
| * | - A warning is emitted if the :meth:`.MapperEvents.before_configured` | Mike Bayer | 2014-03-11 | 1 | -2/+46 |
| * | - Added a new keyword argument ``once=True`` to :func:`.event.listen` | Mike Bayer | 2014-03-11 | 4 | -5/+33 |
| * | take out the support paragraph and just put a basic intro | Mike Bayer | 2014-03-09 | 1 | -9/+3 |
| * | Merge pull request #75 from msabramo/pymssql_update_web_site | mike bayer | 2014-03-09 | 1 | -9/+7 |
| |\ |
|
| | * | dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzz...pr/75 | Marc Abramowitz | 2014-03-03 | 1 | -9/+0 |
| | * | Update pymssql dialect description, remove "limitations" section | Marc Abramowitz | 2014-02-27 | 1 | -9/+16 |
| | * | Update URL for pymssql | Marc Abramowitz | 2014-02-27 | 1 | -1/+1 |
| * | | import testing needs to be here as we set .db on it | Mike Bayer | 2014-03-07 | 1 | -0/+1 |
| * | | - cx_oracle test for "unicode returns" needs to be cx_oracle only, | Mike Bayer | 2014-03-06 | 2 | -3/+2 |
| * | | - changelog for pullreq github:74 | Mike Bayer | 2014-03-05 | 2 | -41/+91 |
| * | | Merge branch 'master' of https://github.com/Cito/sqlalchemy into t | Mike Bayer | 2014-03-05 | 1 | -1/+19 |
| |\ \ |
|
| | * | | Restore coercion to unicode with cx_Oracle.pr/74 | Christoph Zwerschke | 2014-02-27 | 1 | -1/+19 |
| | |/ |
|
| * | | - Fixed small issue in :class:`.SingletonThreadPool` where the current | Mike Bayer | 2014-03-05 | 1 | -3/+3 |
| * | | - no unitest.SkipTest in 2.6...arggggg | Mike Bayer | 2014-03-04 | 1 | -1/+9 |
| * | | cut out the BS as far as MySQLdb urls, put the one url everyone should be using | Mike Bayer | 2014-03-04 | 1 | -22/+14 |
| * | | - Fixed bug in association proxy where assigning an empty slice | Mike Bayer | 2014-03-04 | 1 | -2/+3 |
| * | | fix the profiling ids here | Mike Bayer | 2014-03-03 | 1 | -1/+3 |
| * | | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 22 | -482/+752 |
| * | | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4, | Mike Bayer | 2014-03-02 | 3 | -39/+37 |
| * | | - Fixed some test/feature failures occurring in Python 3.4, | Mike Bayer | 2014-03-02 | 2 | -8/+15 |