| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | - A revisit to this issue first patched in 0.9.5, apparently | Mike Bayer | 2014-09-29 | 1 | -5/+9 |
| | * | | | | | - cyclomatic complexity; break up visit_select, goes from F to D | Mike Bayer | 2014-09-27 | 1 | -52/+69 |
| | * | | | | | - cyclomatic complexity: _get_colparams() becomes sql.crud._get_crud_params, | Mike Bayer | 2014-09-27 | 2 | -421/+511 |
| | * | | | | | - cyclomatic complexity: _join_condition goes from E to a B | Mike Bayer | 2014-09-27 | 1 | -43/+54 |
| | * | | | | | - cyclomatic complexity: instrument_class goes from E to an A | Mike Bayer | 2014-09-27 | 1 | -11/+37 |
| | * | | | | | - cyclomatic complexity; break up reflecttable(), goes from E to B | Mike Bayer | 2014-09-27 | 1 | -39/+74 |
| | * | | | | | - repair autorollback for branches | Mike Bayer | 2014-09-26 | 1 | -2/+2 |
| | * | | | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -37/+87 |
| | * | | | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -11/+32 |
| | * | | | | | - add explicit warning re: polymorphic_on, cascading is not supported | Mike Bayer | 2014-09-26 | 1 | -0/+6 |
| | * | | | | | comments | Mike Bayer | 2014-09-26 | 1 | -3/+8 |
| | * | | | | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 7 | -349/+680 |
| | * | | | | | - clarify documentation on exists() that it is preferred to be in the | Mike Bayer | 2014-09-24 | 1 | -0/+13 |
| | | |_|/ /
| |/| | | |
|
| | * | | | | - The :mod:`sqlalchemy.ext.automap` extension will now set | Mike Bayer | 2014-09-22 | 1 | -6/+40 |
| | * | | | | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 3 | -8/+21 |
| | * | | | | - Fixed an unlikely race condition observed in some exotic end-user | Mike Bayer | 2014-09-18 | 1 | -1/+6 |
| | * | | | | - Fixed bug that affected many classes of event, particularly | Mike Bayer | 2014-09-18 | 2 | -15/+17 |
| | * | | | | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 3 | -6/+71 |
| | * | | | | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 2 | -7/+61 |
| | | |/ /
| |/| | |
|
| | * | | | Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt... | Mike Bayer | 2014-09-17 | 1 | -10/+18 |
| | |\ \ \ |
|
| | | * | | | Handle sqlite get_unique_constraints() call for temporary tables | Johannes Erdfelt | 2014-09-17 | 1 | -10/+18 |
| | * | | | | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 5 | -27/+156 |
| | * | | | | Merge branch 'pr128' | Mike Bayer | 2014-09-17 | 1 | -3/+35 |
| | |\ \ \ \
| | |/ / /
| |/| | | |
|
| | | * | | | - repair get_foreign_table_names() for PGInsp/dialect levelpr128 | Mike Bayer | 2014-09-17 | 2 | -19/+31 |
| | | * | | | Merge remote-tracking branch 'origin/pr/128' into pr128 | Mike Bayer | 2014-09-16 | 2 | -3/+23 |
| | | |\ \ \ |
|
| | | | * | | | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128 | Rodrigo Menezes | 2014-09-05 | 5 | -41/+20 |
| | | | * | | | Added get_foreign_table_names to interface and put it in the test requirements. | Rodrigo Menezes | 2014-09-05 | 4 | -2/+19 |
| | | | * | | | Fixing some pep8s and adding get_foreign_tables. | Rodrigo Menezes | 2014-09-03 | 2 | -2/+26 |
| | | | * | | | Removed changes that are no longer necessary for postgresql_relkind. Also, re... | Rodrigo Menezes | 2014-08-26 | 2 | -3/+5 |
| | | | * | | | Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po... | Rodrigo Menezes | 2014-08-26 | 22 | -679/+828 |
| | | | |\ \ \ |
|
| | | | * | | | | Remove relkind from construct arguments. | Rodrigo Menezes | 2014-08-26 | 1 | -2/+1 |
| | | | * | | | | Removed all mentions to postgresql_relkind | Rodrigo Menezes | 2014-08-26 | 1 | -29/+9 |
| | | | * | | | | Add a view synonym too for consistency. | Rodrigo Menezes | 2014-08-14 | 1 | -1/+2 |
| | | | * | | | | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemy | Rodrigo Menezes | 2014-08-14 | 15 | -103/+227 |
| | | | |\ \ \ \ |
|
| | | | * | | | | | Added support for postgres_relkind. | Rodrigo Menezes | 2014-08-14 | 2 | -15/+33 |
| | * | | | | | | | - Fixed the version string detection in the pymssql dialect to | Mike Bayer | 2014-09-16 | 1 | -1/+1 |
| | |/ / / / / / |
|
| | * | | | | | | - raise from cause here to preserve stack trace | Mike Bayer | 2014-09-16 | 1 | -1/+1 |
| | * | | | | | | - fix issue where nose Failure object comes into play here | Mike Bayer | 2014-09-15 | 1 | -0/+2 |
| | * | | | | | | - remove some crufty old testing options | Mike Bayer | 2014-09-14 | 6 | -68/+86 |
| | | |_|_|_|/
| |/| | | | |
|
| | * | | | | | - Fixed warning that would emit when a complex self-referential | Mike Bayer | 2014-09-11 | 1 | -4/+4 |
| | * | | | | | - Fixed bug in ordering list where the order of items would be | Mike Bayer | 2014-09-10 | 2 | -2/+15 |
| | | |_|_|/
| |/| | | |
|
| | * | | | | - add in all the method-chained methods to the parameter descriptions | Mike Bayer | 2014-09-09 | 1 | -43/+131 |
| | * | | | | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 4 | -44/+84 |
| * | | | | | Removed accidental print statements | Scott Dugas | 2014-10-30 | 1 | -2/+0 |
| * | | | | | Forgot to update usage of ex to exc_value | Scott Dugas | 2014-10-23 | 1 | -1/+1 |
| * | | | | | Print useful traceback on error | Scott Dugas | 2014-10-23 | 1 | -4/+6 |
| * | | | | | Support additional args/kwargs on cursor method | Scott Dugas | 2014-10-22 | 1 | -4/+6 |
| |/ / / / |
|
| * | | | | - check for None linker... | Mike Bayer | 2014-09-08 | 1 | -1/+1 |
| * | | | | - Added new event handlers :meth:`.AttributeEvents.init_collection` | Mike Bayer | 2014-09-07 | 3 | -20/+79 |
| * | | | | - remove some old cruft | Mike Bayer | 2014-09-07 | 4 | -78/+93 |