summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | | | - Fixed the version string detection in the pymssql dialect toMike Bayer2014-09-163-1/+30
|/ / / / /
* | | | | - raise from cause here to preserve stack traceMike Bayer2014-09-161-1/+1
* | | | | Merge pull request #138 from BY-jk/mastermike bayer2014-09-161-0/+1
|\ \ \ \ \
| * | | | | Added EXASolution dialect to documentationpr/138Jan2014-09-161-0/+1
* | | | | | - cant do xargs in tox.ini as it doesnt run outside of postgresql/mysqlMike Bayer2014-09-151-1/+1
* | | | | | - use compat.u for python3.2, fixes #3198Mike Bayer2014-09-151-2/+2
* | | | | | - fix issue where nose Failure object comes into play hereMike Bayer2014-09-151-0/+2
* | | | | | - remove some crufty old testing optionsMike Bayer2014-09-1411-97/+137
* | | | | | Updated documenation for engines.rstpr/135Jim Hokanson2014-09-141-1/+6
* | | | | | - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-113-5/+35
* | | | | | - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-105-2/+65
| |_|_|_|/ |/| | | |