summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ticket_3150ticket_3150Mike Bayer2014-09-251-0/+13
|\
| * - 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
* | - changelog + migration, fixes #2670, fixes #3150, fixes #3149Mike Bayer2014-09-256-200/+368
* | - refactor - split out _as_declarative into functionsMike Bayer2014-09-252-324/+371
* | - lets create column copies first and fix this problem completely.Mike Bayer2014-09-254-60/+59
* | - try to simplify. do away with after_mapping.Mike Bayer2014-09-255-80/+137
* | - clean up importsMike Bayer2014-09-241-3/+2
* | - simplify. make the base declared_attr memoized.Mike Bayer2014-09-247-98/+68
* | - we've come up with a different way to do #2670, which was the originalMike Bayer2014-09-245-70/+453
* | - add the patch, start adding testsMike Bayer2014-09-234-8/+156
|/
* - 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