| Commit message (Expand) | Author | Age | Files | Lines |
| * | - repair get_foreign_table_names() for PGInsp/dialect levelpr128 | Mike Bayer | 2014-09-17 | 2 | -19/+31 |
| * | Merge remote-tracking branch 'origin/pr/128' into pr128 | Mike Bayer | 2014-09-16 | 2 | -3/+23 |
| |\ |
|
| | * | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128 | Rodrigo Menezes | 2014-09-05 | 5 | -41/+20 |
| | * | 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 | 2 | -2/+26 |
| | * | 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 | 22 | -679/+828 |
| | |\ |
|
| | * | | Remove relkind from construct arguments. | Rodrigo Menezes | 2014-08-26 | 1 | -2/+1 |
| | * | | Removed all mentions to postgresql_relkind | Rodrigo Menezes | 2014-08-26 | 1 | -29/+9 |
| | * | | 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 | 15 | -103/+227 |
| | |\ \ |
|
| | * | | | Added support for postgres_relkind. | Rodrigo Menezes | 2014-08-14 | 2 | -15/+33 |
| * | | | | - raise from cause here to preserve stack trace | Mike Bayer | 2014-09-16 | 1 | -1/+1 |
| * | | | | - 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 | 6 | -68/+86 |
| * | | | | - Fixed warning that would emit when a complex self-referential | Mike Bayer | 2014-09-11 | 1 | -4/+4 |
| * | | | | - Fixed bug in ordering list where the order of items would be | Mike Bayer | 2014-09-10 | 2 | -2/+15 |
| * | | | | - 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 | 4 | -44/+84 |
| * | | | | - 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 | 3 | -20/+79 |
| * | | | | - remove some old cruft | Mike Bayer | 2014-09-07 | 4 | -78/+93 |
| * | | | | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 3 | -88/+77 |
| * | | | | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 6 | -30/+43 |
| * | | | | wip for #3148 | Mike Bayer | 2014-09-06 | 6 | -14/+50 |
| * | | | | - 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 | 1 | -0/+12 |
| * | | | | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 3 | -102/+130 |
| * | | | | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 8 | -27/+42 |
| * | | | | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 2 | -58/+50 |
| * | | | | - An adjustment to table/index reflection such that if an index | Mike Bayer | 2014-09-02 | 1 | -8/+17 |
| * | | | | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 3 | -2/+13 |
| * | | | | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 11 | -55/+180 |
| * | | | | - more updates to text docs, literal_column, column etc. in prep | Mike Bayer | 2014-09-01 | 1 | -9/+20 |
| * | | | | - improve from_statement() doc | Mike Bayer | 2014-08-31 | 1 | -3/+9 |
| * | | | | - refine this a bit to better check for exception type | Mike Bayer | 2014-08-31 | 1 | -7/+8 |
| * | | | | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 12 | -130/+144 |
| * | | | | - alter the yield_per eager restriction such that joined many-to-one loads | Mike Bayer | 2014-08-30 | 2 | -7/+16 |
| * | | | | - continue moving things out that don't need to be there | Mike Bayer | 2014-08-30 | 1 | -68/+59 |
| * | | | | - clean up zoomark a little and try to get new profiles written | Mike Bayer | 2014-08-30 | 1 | -5/+10 |
| * | | | | - do the polymorphic thing as a decorator so it's out of the way otherwise | Mike Bayer | 2014-08-29 | 1 | -31/+22 |
| * | | | | - pull out populators back into separate functions, though still very inlined | Mike Bayer | 2014-08-29 | 1 | -82/+114 |
| * | | | | - further move things vertically, at which point things are inlined enough | Mike Bayer | 2014-08-29 | 1 | -51/+60 |
| * | | | | - need to use safe_discard() at least in _restore_snapshot(), let's use it | Mike Bayer | 2014-08-29 | 1 | -3/+3 |
| * | | | | - defaultdict benchmarks faster than a namedtuple; OK | Mike Bayer | 2014-08-29 | 3 | -107/+104 |
| * | | | | - reorganize how create_row_processor() communicates up to | Mike Bayer | 2014-08-29 | 3 | -82/+84 |
| * | | | | - re-establish and test some behavior from previous versions, that | Mike Bayer | 2014-08-29 | 1 | -11/+12 |
| * | | | | - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per` | Mike Bayer | 2014-08-29 | 2 | -3/+20 |
| * | | | | - add some more docs to yield_per | Mike Bayer | 2014-08-29 | 1 | -18/+38 |