summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | - rework tests for attached databases into individual tests,Mike Bayer2014-09-293-39/+121
* | | | - A revisit to this issue first patched in 0.9.5, apparentlyMike Bayer2014-09-292-5/+22
* | | | - cyclomatic complexity; break up visit_select, goes from F to DMike Bayer2014-09-271-52/+69
* | | | - cyclomatic complexity: _get_colparams() becomes sql.crud._get_crud_params,Mike Bayer2014-09-272-421/+511
* | | | - cyclomatic complexity: _join_condition goes from E to a BMike Bayer2014-09-271-43/+54
* | | | - cyclomatic complexity: instrument_class goes from E to an AMike Bayer2014-09-271-11/+37
* | | | - cyclomatic complexity; break up reflecttable(), goes from E to BMike Bayer2014-09-271-39/+74
* | | | - repair autorollback for branchesMike Bayer2014-09-262-2/+14
* | | | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-265-47/+207
* | | | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-263-11/+74
* | | | - add explicit warning re: polymorphic_on, cascading is not supportedMike Bayer2014-09-262-0/+12
* | | | commentsMike Bayer2014-09-261-3/+8
* | | | - "column already assigned" message has been updated in 7f82c55fMike Bayer2014-09-251-1/+1
* | | | - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-2512-355/+1126
* | | | - convert to spacesMike Bayer2014-09-251-191/+191
* | | | - clarify documentation on exists() that it is preferred to be in theMike Bayer2014-09-241-0/+13
| |_|/ |/| |
* | | - flake8 all of test/ext/declarativeMike Bayer2014-09-235-427/+543
* | | - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-223-7/+123
* | | pep8/flake8Mike Bayer2014-09-221-42/+59
* | | - these tests don't test anything in SQLAlchemy - from our perpsective,Mike Bayer2014-09-191-133/+0
* | | - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-188-31/+231
* | | fix testMike Bayer2014-09-181-0/+2
* | | - Fixed an unlikely race condition observed in some exotic end-userMike Bayer2014-09-182-1/+17
* | | - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-184-15/+90
* | | - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-186-6/+118
* | | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-176-14/+90
| |/ |/|
* | - not sure what this is testing but remove the self.l that mightMike Bayer2014-09-171-2/+3
* | - we can start checking these flake rulesMike Bayer2014-09-171-1/+1
* | - changelog for #3203; fixes #3203Mike Bayer2014-09-171-0/+14
* | Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt...Mike Bayer2014-09-172-10/+36
|\ \
| * | Handle sqlite get_unique_constraints() call for temporary tablesJohannes Erdfelt2014-09-172-10/+36
* | | - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-179-44/+205
* | | - move this to the correct locationMike Bayer2014-09-171-1/+1
* | | - comment this out (again)Mike Bayer2014-09-171-1/+1
* | | Merge branch 'pr128'Mike Bayer2014-09-176-4/+211
|\ \ \ | |/ / |/| |
| * | - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-176-23/+99
| * | keep this off for the moment as jenkins isn't set up for this yetMike Bayer2014-09-171-1/+1
| * | - the actual round trip requires password authent set up for the user;Mike Bayer2014-09-171-25/+7
| * | - break out and fix tests for materialized view and foreign tables. foreign ...Mike Bayer2014-09-161-72/+86
| * | Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-165-4/+139
| |\ \
| | * | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-056-41/+26
| | * | Added get_foreign_table_names to interface and put it in the test requirements.Rodrigo Menezes2014-09-054-2/+19
| | * | Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-034-9/+38
| | * | Removed changes that are no longer necessary for postgresql_relkind. Also, re...Rodrigo Menezes2014-08-262-3/+5
| | * | Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-2649-2013/+2538
| | |\ \
| | * | | Remove relkind from construct arguments.Rodrigo Menezes2014-08-261-2/+1
| | * | | Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-262-51/+20
| | * | | Add a view synonym too for consistency.Rodrigo Menezes2014-08-141-1/+2
| | * | | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-1421-105/+415
| | |\ \ \
| | * | | | Added support for postgres_relkind.Rodrigo Menezes2014-08-145-16/+149