| Commit message (Expand) | Author | Age | Files | Lines |
| * | - lets create column copies first and fix this problem completely. | Mike Bayer | 2014-09-25 | 2 | -23/+14 |
| * | - try to simplify. do away with after_mapping. | Mike Bayer | 2014-09-25 | 1 | -33/+55 |
| * | - simplify. make the base declared_attr memoized. | Mike Bayer | 2014-09-24 | 2 | -41/+10 |
| * | - we've come up with a different way to do #2670, which was the original | Mike Bayer | 2014-09-24 | 2 | -5/+213 |
| * | - add the patch, start adding tests | Mike Bayer | 2014-09-23 | 1 | -1/+87 |
| * | - flake8 all of test/ext/declarative | Mike Bayer | 2014-09-23 | 5 | -427/+543 |
| * | - The :mod:`sqlalchemy.ext.automap` extension will now set | Mike Bayer | 2014-09-22 | 1 | -1/+67 |
| * | pep8/flake8 | Mike Bayer | 2014-09-22 | 1 | -42/+59 |
| * | - these tests don't test anything in SQLAlchemy - from our perpsective, | Mike Bayer | 2014-09-19 | 1 | -133/+0 |
| * | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 4 | -23/+197 |
| * | fix test | Mike Bayer | 2014-09-18 | 1 | -0/+2 |
| * | - Fixed bug that affected many classes of event, particularly | Mike Bayer | 2014-09-18 | 1 | -0/+59 |
| * | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 2 | -0/+39 |
| * | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 2 | -1/+18 |
| * | - not sure what this is testing but remove the self.l that might | Mike Bayer | 2014-09-17 | 1 | -2/+3 |
| * | Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt... | Mike Bayer | 2014-09-17 | 1 | -0/+18 |
| |\ |
|
| | * | Handle sqlite get_unique_constraints() call for temporary tables | Johannes Erdfelt | 2014-09-17 | 1 | -0/+18 |
| * | | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 2 | -17/+11 |
| * | | Merge branch 'pr128' | Mike Bayer | 2014-09-17 | 2 | -1/+124 |
| |\ \
| |/
|/| |
|
| | * | - repair get_foreign_table_names() for PGInsp/dialect levelpr128 | Mike Bayer | 2014-09-17 | 1 | -3/+22 |
| | * | - 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 | 2 | -1/+109 |
| | |\ |
|
| | | * | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128 | Rodrigo Menezes | 2014-09-05 | 1 | -0/+6 |
| | | * | Fixing some pep8s and adding get_foreign_tables. | Rodrigo Menezes | 2014-09-03 | 2 | -7/+12 |
| | | * | Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po... | Rodrigo Menezes | 2014-08-26 | 21 | -1331/+1504 |
| | | |\ |
|
| | | * | | Removed all mentions to postgresql_relkind | Rodrigo Menezes | 2014-08-26 | 1 | -22/+11 |
| | | * | | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemy | Rodrigo Menezes | 2014-08-14 | 4 | -1/+152 |
| | | |\ \ |
|
| | | * | | | Added support for postgres_relkind. | Rodrigo Menezes | 2014-08-14 | 2 | -1/+109 |
| * | | | | | - Fixed the version string detection in the pymssql dialect to | Mike Bayer | 2014-09-16 | 1 | -0/+20 |
| |/ / / / |
|
| * | | | | - use compat.u for python3.2, fixes #3198 | Mike Bayer | 2014-09-15 | 1 | -2/+2 |
| * | | | | - remove some crufty old testing options | Mike Bayer | 2014-09-14 | 1 | -3/+17 |
| * | | | | - Fixed warning that would emit when a complex self-referential | Mike Bayer | 2014-09-11 | 1 | -0/+20 |
| * | | | | - Fixed bug in ordering list where the order of items would be | Mike Bayer | 2014-09-10 | 2 | -0/+39 |
| * | | | | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 2 | -2/+39 |
| * | | | | - Added new event handlers :meth:`.AttributeEvents.init_collection` | Mike Bayer | 2014-09-07 | 1 | -0/+40 |
| * | | | | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 3 | -15/+444 |
| * | | | | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 2 | -5/+85 |
| * | | | | wip for #3148 | Mike Bayer | 2014-09-06 | 3 | -3/+142 |
| * | | | | - MySQL boolean symbols "true", "false" work again. 0.9's change | Mike Bayer | 2014-09-05 | 1 | -1/+22 |
| * | | | | - 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 | 1 | -2/+45 |
| * | | | | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -1/+1 |
| * | | | | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 1 | -6/+20 |
| * | | | | - 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 | 1 | -0/+20 |
| * | | | | 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 | 2 | -1/+44 |
| * | | | | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 17 | -141/+404 |
| * | | | | - optional 'b' here for py3k | Mike Bayer | 2014-08-31 | 1 | -1/+1 |