| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | - rework tests for attached databases into individual tests, | Mike Bayer | 2014-09-29 | 3 | -39/+121 |
| * | | | | - A revisit to this issue first patched in 0.9.5, apparently | Mike Bayer | 2014-09-29 | 2 | -5/+22 |
| * | | | | - 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 | 2 | -2/+14 |
| * | | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 5 | -47/+207 |
| * | | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 3 | -11/+74 |
| * | | | | - add explicit warning re: polymorphic_on, cascading is not supported | Mike Bayer | 2014-09-26 | 2 | -0/+12 |
| * | | | | comments | Mike Bayer | 2014-09-26 | 1 | -3/+8 |
| * | | | | - "column already assigned" message has been updated in 7f82c55f | Mike Bayer | 2014-09-25 | 1 | -1/+1 |
| * | | | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 12 | -355/+1126 |
| * | | | | - convert to spaces | Mike Bayer | 2014-09-25 | 1 | -191/+191 |
| * | | | | - clarify documentation on exists() that it is preferred to be in the | Mike Bayer | 2014-09-24 | 1 | -0/+13 |
| | |_|/
|/| | |
|
| * | | | - flake8 all of test/ext/declarative | Mike Bayer | 2014-09-23 | 5 | -427/+543 |
| * | | | - The :mod:`sqlalchemy.ext.automap` extension will now set | Mike Bayer | 2014-09-22 | 3 | -7/+123 |
| * | | | pep8/flake8 | Mike Bayer | 2014-09-22 | 1 | -42/+59 |
| * | | | - these tests don't test anything in SQLAlchemy - from our perpsective, | Mike Bayer | 2014-09-19 | 1 | -133/+0 |
| * | | | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 8 | -31/+231 |
| * | | | fix test | Mike Bayer | 2014-09-18 | 1 | -0/+2 |
| * | | | - Fixed an unlikely race condition observed in some exotic end-user | Mike Bayer | 2014-09-18 | 2 | -1/+17 |
| * | | | - Fixed bug that affected many classes of event, particularly | Mike Bayer | 2014-09-18 | 4 | -15/+90 |
| * | | | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 6 | -6/+118 |
| * | | | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 6 | -14/+90 |
| | |/
|/| |
|
| * | | - not sure what this is testing but remove the self.l that might | Mike Bayer | 2014-09-17 | 1 | -2/+3 |
| * | | - we can start checking these flake rules | Mike Bayer | 2014-09-17 | 1 | -1/+1 |
| * | | - changelog for #3203; fixes #3203 | Mike Bayer | 2014-09-17 | 1 | -0/+14 |
| * | | Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt... | Mike Bayer | 2014-09-17 | 2 | -10/+36 |
| |\ \ |
|
| | * | | Handle sqlite get_unique_constraints() call for temporary tables | Johannes Erdfelt | 2014-09-17 | 2 | -10/+36 |
| * | | | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 9 | -44/+205 |
| * | | | - move this to the correct location | Mike Bayer | 2014-09-17 | 1 | -1/+1 |
| * | | | - comment this out (again) | Mike Bayer | 2014-09-17 | 1 | -1/+1 |
| * | | | Merge branch 'pr128' | Mike Bayer | 2014-09-17 | 6 | -4/+211 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | - repair get_foreign_table_names() for PGInsp/dialect levelpr128 | Mike Bayer | 2014-09-17 | 6 | -23/+99 |
| | * | | keep this off for the moment as jenkins isn't set up for this yet | Mike Bayer | 2014-09-17 | 1 | -1/+1 |
| | * | | - the actual round trip requires password authent set up for the user; | Mike Bayer | 2014-09-17 | 1 | -25/+7 |
| | * | | - break out and fix tests for materialized view and foreign tables. foreign ... | Mike Bayer | 2014-09-16 | 1 | -72/+86 |
| | * | | Merge remote-tracking branch 'origin/pr/128' into pr128 | Mike Bayer | 2014-09-16 | 5 | -4/+139 |
| | |\ \ |
|
| | | * | | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128 | Rodrigo Menezes | 2014-09-05 | 6 | -41/+26 |
| | | * | | 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 | 4 | -9/+38 |
| | | * | | 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 | 49 | -2013/+2538 |
| | | |\ \ |
|
| | | * | | | Remove relkind from construct arguments. | Rodrigo Menezes | 2014-08-26 | 1 | -2/+1 |
| | | * | | | Removed all mentions to postgresql_relkind | Rodrigo Menezes | 2014-08-26 | 2 | -51/+20 |
| | | * | | | 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 | 21 | -105/+415 |
| | | |\ \ \ |
|
| | | * | | | | Added support for postgres_relkind. | Rodrigo Menezes | 2014-08-14 | 5 | -16/+149 |