| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | | | | - raise from cause here to preserve stack trace | Mike Bayer | 2014-09-16 | 1 | -1/+1 |
* | | | | Merge pull request #138 from BY-jk/master | mike bayer | 2014-09-16 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Added EXASolution dialect to documentationpr/138 | Jan | 2014-09-16 | 1 | -0/+1 |
* | | | | | - cant do xargs in tox.ini as it doesnt run outside of postgresql/mysql | Mike Bayer | 2014-09-15 | 1 | -1/+1 |
* | | | | | - use compat.u for python3.2, fixes #3198 | Mike Bayer | 2014-09-15 | 1 | -2/+2 |
* | | | | | - fix issue where nose Failure object comes into play here | Mike Bayer | 2014-09-15 | 1 | -0/+2 |
* | | | | | - remove some crufty old testing options | Mike Bayer | 2014-09-14 | 11 | -97/+137 |
* | | | | | Updated documenation for engines.rstpr/135 | Jim Hokanson | 2014-09-14 | 1 | -1/+6 |
* | | | | | - Fixed warning that would emit when a complex self-referential | Mike Bayer | 2014-09-11 | 3 | -5/+35 |
* | | | | | - Fixed bug in ordering list where the order of items would be | Mike Bayer | 2014-09-10 | 5 | -2/+65 |
* | | | | | - for whatever reason, Insert.values() with multi values wasn't | Mike Bayer | 2014-09-09 | 2 | -0/+28 |
* | | | | | - add in all the method-chained methods to the parameter descriptions | Mike Bayer | 2014-09-09 | 1 | -43/+131 |
* | | | | | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 6 | -46/+123 |
* | | | | | - check for None linker... | Mike Bayer | 2014-09-08 | 1 | -1/+1 |
* | | | | | - Added new event handlers :meth:`.AttributeEvents.init_collection` | Mike Bayer | 2014-09-07 | 5 | -20/+128 |
* | | | | | - remove some old cruft | Mike Bayer | 2014-09-07 | 4 | -78/+93 |
* | | | | | - mako_layout isn't used, remove it | Mike Bayer | 2014-09-07 | 2 | -4/+4 |
* | | | | | Merge pull request #133 from hiaselhans/doc_epub | mike bayer | 2014-09-07 | 2 | -1/+8 |
|\ \ \ \ \ |
|
| * | | | | | Docs: use the base layout when mako_layout=='epub'pr/133 | hiaselhans | 2014-09-07 | 2 | -1/+8 |
* | | | | | | - changelog and migration for #3188, #3148. | Mike Bayer | 2014-09-07 | 2 | -1/+108 |
* | | | | | | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 6 | -103/+521 |
* | | | | | | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 8 | -35/+128 |
* | | | | | | wip for #3148 | Mike Bayer | 2014-09-06 | 9 | -17/+192 |
* | | | | | | - document all the varities of _label on the base ColumnElement | Mike Bayer | 2014-09-06 | 2 | -12/+56 |
|/ / / / / |
|
* | | | | | - omit MySQL index flavor if its None | Mike Bayer | 2014-09-05 | 1 | -1/+2 |
* | | | | | - MySQL boolean symbols "true", "false" work again. 0.9's change | Mike Bayer | 2014-09-05 | 4 | -1/+70 |
* | | | | | - delete the file first here so this is deterministic | Mike Bayer | 2014-09-05 | 1 | -0/+3 |
* | | | | | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 4 | -104/+175 |
* | | | | | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 10 | -29/+48 |
* | | | | | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 5 | -64/+102 |
* | | | | | - default dialect, plus test against the default dialect... | Mike Bayer | 2014-09-02 | 1 | -1/+1 |
* | | | | | - An adjustment to table/index reflection such that if an index | Mike Bayer | 2014-09-02 | 3 | -8/+48 |
* | | | | | default dialect | Mike Bayer | 2014-09-02 | 1 | -0/+2 |
* | | | | | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 5 | -3/+57 |
* | | | | | - reorganize | Mike Bayer | 2014-09-01 | 1 | -434/+436 |