| 2014-03-26 |
Mike Bayer | - remove nose dependency |
commit | commitdiff | tree |
| 2014-03-25 |
Mike Bayer | - Fixed regression caused by release 0.8.5 / 0.9.3... |
commit | commitdiff | tree |
| 2014-03-24 |
Mike Bayer | add some more mock structure so tricky DBAPIs like... |
commit | commitdiff | tree |
| 2014-03-24 |
Mike Bayer | fix |
commit | commitdiff | tree |
| 2014-03-24 |
Mike Bayer | - add some more rules to make sure all tests run if... |
commit | commitdiff | tree |
| 2014-03-24 |
Mike Bayer | fix some mysqlconnector failures |
commit | commitdiff | tree |
| 2014-03-24 |
Mike Bayer | - fix the uuid routine here to not run out of uuids |
commit | commitdiff | tree |
| 2014-03-24 |
Mike Bayer | - fix some doctest failures (though some remain, as... |
commit | commitdiff | tree |
| 2014-03-24 |
Mike Bayer | - rename __multiple__ to __backend__, and apply __backe... |
commit | commitdiff | tree |
| 2014-03-24 |
Mike Bayer | - Added some new event mechanics for dialect-level... |
commit | commitdiff | tree |
| 2014-03-24 |
Mike Bayer | take out accidental PG dialect use here |
commit | commitdiff | tree |
| 2014-03-24 |
Mike Bayer | some profile updates... |
commit | commitdiff | tree |
| 2014-03-22 |
Mike Bayer | - Fixed regression from 0.8.3 as a result of :ticket... |
commit | commitdiff | tree |
| 2014-03-22 |
Mike Bayer | - An event listener can now be associated with a :class... |
commit | commitdiff | tree |
| 2014-03-22 |
Mike Bayer | there's no "assert_call_count" on mock |
commit | commitdiff | tree |
| 2014-03-22 |
Mike Bayer | - restore the old behavior of the connection pool repla... |
commit | commitdiff | tree |
| 2014-03-22 |
Mike Bayer | - Fixed a few errant ``u''`` strings that would prevent... |
commit | commitdiff | tree |
| 2014-03-22 |
Mike Bayer | - A major improvement made to the mechanics by which... |
commit | commitdiff | tree |
| 2014-03-22 |
Mike Bayer | - Added new datatype :class:`.oracle.DATE`, which is... |
commit | commitdiff | tree |
| 2014-03-22 |
Mike Bayer | - we aren't supporting py2.5 so just simplify this... |
commit | commitdiff | tree |
| 2014-03-22 |
Mike Bayer | - Adjusted ``setup.py`` file to support the possible... |
commit | commitdiff | tree |
| 2014-03-22 |
Mike Bayer | changelog to fix #2988 |
commit | commitdiff | tree |
| 2014-03-22 |
Mike Bayer | Merge branch 'fix_table_registration' of https://github... |
commit | commitdiff | tree |
| 2014-03-21 |
mike bayer | Merge pull request #81 from tony/patch-2 |
commit | commitdiff | tree |
| 2014-03-21 |
Tony Narlock | Fix tag typo in changelog_09 |
commit | commitdiff | tree |
| 2014-03-21 |
Mike Bayer | - reword the paragraph which talks about web framework... |
commit | commitdiff | tree |
| 2014-03-19 |
Mike Bayer | - The :meth:`.ConnectionEvents.after_cursor_execute... |
commit | commitdiff | tree |
| 2014-03-19 |
Mike Bayer | fix assertion |
commit | commitdiff | tree |
| 2014-03-19 |
Mike Bayer | - Fixed bug in mutable extension as well as |
commit | commitdiff | tree |
| 2014-03-17 |
Mike Bayer | Merge branch 'ca/dev/add_is_and_isnot_to_tutorial'... |
commit | commitdiff | tree |
| 2014-03-17 |
Mike Bayer | - Improved an error message which would occur if a... |
commit | commitdiff | tree |
| 2014-03-16 |
Mike Bayer | typo |
commit | commitdiff | tree |
| 2014-03-16 |
Mike Bayer | - Added support for the not-quite-yet-documented `... |
commit | commitdiff | tree |
| 2014-03-15 |
Charles-Axel... | Add is_ and isnot filter to the tutorial |
commit | commitdiff | tree |
| 2014-03-15 |
Mike Bayer | - fairly epic rework of the cascade documentation |
commit | commitdiff | tree |
| 2014-03-14 |
Mike Bayer | - correct this to make the intention clear |
commit | commitdiff | tree |
| 2014-03-14 |
Mike Bayer | - Added support for literal rendering of boolean values... |
commit | commitdiff | tree |
| 2014-03-13 |
Mike Bayer | - move some requirements up to the testing module to... |
commit | commitdiff | tree |
| 2014-03-13 |
Mike Bayer | comment |
commit | commitdiff | tree |
| 2014-03-13 |
Mike Bayer | - add a suite test for underscore as initial char |
commit | commitdiff | tree |
| 2014-03-13 |
Mike Bayer | - add more support for suite tests, moving some tests... |
commit | commitdiff | tree |
| 2014-03-13 |
Roman Podoliaka | Remove tables from metadata when autoload fails |
commit | commitdiff | tree |
| 2014-03-12 |
Mike Bayer | - Added a new feature :func:`.schema.conv`, the purpose... |
commit | commitdiff | tree |
| 2014-03-12 |
Mike Bayer | :paramref:`.MetaData.naming_convention` feature will... |
commit | commitdiff | tree |
| 2014-03-12 |
Mike Bayer | - Fixed bug in new :paramref:`.MetaData.naming_conventi... |
commit | commitdiff | tree |
| 2014-03-11 |
Mike Bayer | unitttest has a SkipTest also but pytest doesn't |
commit | commitdiff | tree |
| 2014-03-11 |
Mike Bayer | add a string example for self-refenretial many-to-many |
commit | commitdiff | tree |
| 2014-03-11 |
Mike Bayer | - A warning is emitted if the :meth:`.MapperEvents... |
commit | commitdiff | tree |
| 2014-03-11 |
Mike Bayer | - Added a new keyword argument ``once=True`` to :func... |
commit | commitdiff | tree |
| 2014-03-11 |
mike bayer | Merge pull request #79 from nibrahim/master |
commit | commitdiff | tree |
| 2014-03-11 |
Noufal Ibrahim | Fixes argument number in docs |
commit | commitdiff | tree |
| 2014-03-09 |
Mike Bayer | take out the support paragraph and just put a basic... |
commit | commitdiff | tree |
| 2014-03-09 |
mike bayer | Merge pull request #75 from msabramo/pymssql_update_web... |
commit | commitdiff | tree |
| 2014-03-08 |
Mike Bayer | put fails for these various things that don't work... |
commit | commitdiff | tree |
| 2014-03-07 |
Mike Bayer | import testing needs to be here as we set .db on it |
commit | commitdiff | tree |
| 2014-03-06 |
Mike Bayer | - cx_oracle test for "unicode returns" needs to be... |
commit | commitdiff | tree |
| 2014-03-05 |
Mike Bayer | - changelog for pullreq github:74 |
commit | commitdiff | tree |
| 2014-03-05 |
Mike Bayer | Merge branch 'master' of https://github.com/Cito/sqlalc... |
commit | commitdiff | tree |
| 2014-03-05 |
Mike Bayer | - Fixed small issue in :class:`.SingletonThreadPool... |
commit | commitdiff | tree |
| 2014-03-05 |
Mike Bayer | ignore .patch files |
commit | commitdiff | tree |
| 2014-03-05 |
Mike Bayer | - finding myself still using nose for short runs as... |
commit | commitdiff | tree |
| 2014-03-04 |
Mike Bayer | pytest calls all the descriptors. and we can't call... |
commit | commitdiff | tree |
| 2014-03-04 |
Mike Bayer | - no unitest.SkipTest in 2.6...arggggg |
commit | commitdiff | tree |
| 2014-03-04 |
Mike Bayer | cut out the BS as far as MySQLdb urls, put the one... |
commit | commitdiff | tree |
| 2014-03-04 |
Mike Bayer | - Fixed bug in association proxy where assigning an... |
commit | commitdiff | tree |
| 2014-03-04 |
Mike Bayer | add a seealso here |
commit | commitdiff | tree |
| 2014-03-03 |
Mike Bayer | fix the profiling ids here |
commit | commitdiff | tree |
| 2014-03-03 |
Mike Bayer | fix pypy failures |
commit | commitdiff | tree |
| 2014-03-03 |
Mike Bayer | - Support has been added for pytest to run tests. ... |
commit | commitdiff | tree |
| 2014-03-03 |
Marc Abramowitz | dialects/mssql/pymssql.py: Remove second two paragraphs... |
commit | commitdiff | tree |
| 2014-03-02 |
Mike Bayer | - get util.get_callable_argspec() to be completely... |
commit | commitdiff | tree |
| 2014-03-02 |
Mike Bayer | - Fixed some test/feature failures occurring in Python... |
commit | commitdiff | tree |
| 2014-03-01 |
Mike Bayer | - add new tests for individual type reflection |
commit | commitdiff | tree |
| 2014-02-28 |
Mike Bayer | use view_column requirement here |
commit | commitdiff | tree |
| 2014-02-28 |
Mike Bayer | - dont create a self-ref FK if test suite marked as... |
commit | commitdiff | tree |
| 2014-02-28 |
Mike Bayer | fix typos |
commit | commitdiff | tree |
| 2014-02-28 |
Mike Bayer | add a migration for this one |
commit | commitdiff | tree |
| 2014-02-28 |
Mike Bayer | - Added a new option to :paramref:`.relationship.innerj... |
commit | commitdiff | tree |
| 2014-02-28 |
Marc Abramowitz | Update pymssql dialect description, remove "limitations... |
commit | commitdiff | tree |
| 2014-02-28 |
Mike Bayer | - Fixed bug in :func:`.tuple_` construct where the... |
commit | commitdiff | tree |
| 2014-02-27 |
Marc Abramowitz | Update URL for pymssql |
commit | commitdiff | tree |
| 2014-02-27 |
Christoph Zwerschke | Restore coercion to unicode with cx_Oracle. |
commit | commitdiff | tree |
| 2014-02-27 |
Mike Bayer | restore the contracts of update/extend to the degree... |
commit | commitdiff | tree |
| 2014-02-27 |
Mike Bayer | - Fixed a regression in association proxy caused by... |
commit | commitdiff | tree |
| 2014-02-27 |
Mike Bayer | - Removed stale names from ``sqlalchemy.orm.interfaces... |
commit | commitdiff | tree |
| 2014-02-26 |
Mike Bayer | - Adjusted the logic which applies names to the .c... |
commit | commitdiff | tree |
| 2014-02-26 |
Mike Bayer | - Some changes to how the :attr:`.FromClause.c` collect... |
commit | commitdiff | tree |
| 2014-02-26 |
Mike Bayer | - Fixed issue in new :meth:`.TextClause.columns` method... |
commit | commitdiff | tree |
| 2014-02-26 |
Mike Bayer | - use MutableMapping to make this more succinct, complete |
commit | commitdiff | tree |
| 2014-02-26 |
Mike Bayer | docs |
commit | commitdiff | tree |
| 2014-02-26 |
Mike Bayer | - The new dialect-level keyword argument system for... |
commit | commitdiff | tree |
| 2014-02-25 |
Mike Bayer | - Fixed bug where events set to listen at the class |
commit | commitdiff | tree |
| 2014-02-24 |
Mike Bayer | - we're testing a query here with non-standard aliasing... |
commit | commitdiff | tree |
| 2014-02-24 |
Mike Bayer | - Fixed regression from 0.8 where using an option like |
commit | commitdiff | tree |
| 2014-02-24 |
Mike Bayer | - Fixed bug in the versioned_history example where... |
commit | commitdiff | tree |
| 2014-02-24 |
Mike Bayer | more detail, what actually loads, etc. |
commit | commitdiff | tree |
| 2014-02-23 |
Mike Bayer | -rewrite expire/refresh section |
commit | commitdiff | tree |
| 2014-02-23 |
Mike Bayer | no more wheels until they have a point |
commit | commitdiff | tree |
| 2014-02-20 |
Mike Bayer | - More fixes to SQLite "join rewriting"; the fix from... |
commit | commitdiff | tree |
| 2014-02-20 |
Mike Bayer | fix typo rel_0_9_3 |
commit | commitdiff | tree |
| next |