| Commit message (Expand) | Author | Age | Files | Lines |
| * | minipg supportpr/143 | Hajime Nakagami | 2014-10-16 | 5 | -2/+14 |
| * | - Improvements to the mechanism used by :class:`.Session` to locate | Mike Bayer | 2014-10-14 | 2 | -7/+228 |
| * | - move BindTest into orm/test_binds | Mike Bayer | 2014-10-14 | 2 | -193/+194 |
| * | - The ``__module__`` attribute is now set for all those SQL and | Mike Bayer | 2014-10-14 | 1 | -1/+38 |
| * | - additional issues fixed in mysqlconnector 2.0.1 | Mike Bayer | 2014-10-13 | 1 | -15/+0 |
| * | - this test passes now in more recent mysqlconnector | Mike Bayer | 2014-10-13 | 1 | -4/+2 |
| * | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 3 | -96/+62 |
| * | - the test_except test was doing an unnecessary workaround of some kind, | Mike Bayer | 2014-10-12 | 1 | -8/+1 |
| * | - Fixed long-standing bug in Oracle dialect where bound parameter | Mike Bayer | 2014-10-11 | 1 | -0/+22 |
| * | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 2 | -2/+145 |
| * | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 1 | -2/+120 |
| * | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 1 | -0/+24 |
| * | - adjustment for ref #3200 as we need an immutabledict() here so | Mike Bayer | 2014-10-07 | 1 | -0/+12 |
| * | - Fixed "'NoneType' object has no attribute 'concrete'" error | Mike Bayer | 2014-10-06 | 1 | -0/+29 |
| * | - The execution options passed to an :class:`.Engine` either via | Mike Bayer | 2014-10-06 | 1 | -0/+8 |
| * | - use provide_metadata for new unique constraint / index tests | Mike Bayer | 2014-10-04 | 2 | -42/+71 |
| * | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s... | Mike Bayer | 2014-10-04 | 2 | -2/+66 |
| |\ |
|
| | * | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 2 | -2/+66 |
| * | | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 2 | -92/+111 |
| * | | Merge remote-tracking branch 'origin/pr/134' into pr134 | Mike Bayer | 2014-10-04 | 2 | -0/+96 |
| |\ \ |
|
| | * | | allow windowing filtered functions | Ilja Everilä | 2014-09-11 | 1 | -0/+27 |
| | * | | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 2 | -2/+2 |
| | * | | add ClauseTest for aggregatefilter | Ilja Everilä | 2014-09-10 | 1 | -0/+5 |
| | * | | tests for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 1 | -0/+64 |
| * | | | - rework tests for attached databases into individual tests, | Mike Bayer | 2014-09-29 | 1 | -36/+102 |
| * | | | - repair autorollback for branches | Mike Bayer | 2014-09-26 | 1 | -0/+12 |
| * | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 3 | -10/+110 |
| * | | | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -0/+32 |
| * | | | - "column already assigned" message has been updated in 7f82c55f | Mike Bayer | 2014-09-25 | 1 | -1/+1 |
| * | | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 2 | -5/+281 |
| * | | | - 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 |