summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | | | - 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
* | | | | - for whatever reason, Insert.values() with multi values wasn'tMike Bayer2014-09-092-0/+28
* | | | | - add in all the method-chained methods to the parameter descriptionsMike Bayer2014-09-091-43/+131
* | | | | - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-086-46/+123
* | | | | - check for None linker...Mike Bayer2014-09-081-1/+1
* | | | | - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-075-20/+128
* | | | | - remove some old cruftMike Bayer2014-09-074-78/+93
* | | | | - mako_layout isn't used, remove itMike Bayer2014-09-072-4/+4
* | | | | Merge pull request #133 from hiaselhans/doc_epubmike bayer2014-09-072-1/+8
|\ \ \ \ \
| * | | | | Docs: use the base layout when mako_layout=='epub'pr/133hiaselhans2014-09-072-1/+8
* | | | | | - changelog and migration for #3188, #3148.Mike Bayer2014-09-072-1/+108
* | | | | | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-076-103/+521
* | | | | | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-078-35/+128
* | | | | | wip for #3148Mike Bayer2014-09-069-17/+192
* | | | | | - document all the varities of _label on the base ColumnElementMike Bayer2014-09-062-12/+56
|/ / / / /
* | | | | - omit MySQL index flavor if its NoneMike Bayer2014-09-051-1/+2
* | | | | - MySQL boolean symbols "true", "false" work again. 0.9's changeMike Bayer2014-09-054-1/+70
* | | | | - delete the file first here so this is deterministicMike Bayer2014-09-051-0/+3
* | | | | - tiny refactors #1-#5Mike Bayer2014-09-054-104/+175
* | | | | - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-0310-29/+48
* | | | | - The hostname-based connection format for SQL Server when usingMike Bayer2014-09-035-64/+102
* | | | | - default dialect, plus test against the default dialect...Mike Bayer2014-09-021-1/+1
* | | | | - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-023-8/+48
* | | | | default dialectMike Bayer2014-09-021-0/+2
* | | | | - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-025-3/+57
* | | | | - reorganizeMike Bayer2014-09-011-434/+436