| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Adjusted the logic which applies names to the .c collection when | Mike Bayer | 2014-02-26 | 2 | -3/+9 |
| * | - Some changes to how the :attr:`.FromClause.c` collection behaves | Mike Bayer | 2014-02-26 | 1 | -0/+35 |
| * | - Fixed issue in new :meth:`.TextClause.columns` method where the ordering | Mike Bayer | 2014-02-26 | 2 | -0/+39 |
| * | - The new dialect-level keyword argument system for schema-level | Mike Bayer | 2014-02-25 | 1 | -0/+133 |
| * | - we're testing a query here with non-standard aliasing which fails on PG and... | Mike Bayer | 2014-02-24 | 1 | -0/+6 |
| * | - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967` | Mike Bayer | 2014-02-20 | 1 | -2/+66 |
| * | skip this on oracle | Mike Bayer | 2014-02-19 | 1 | -0/+3 |
| * | - re: #2967, also fixed a somewhat related issue where join rewriting would fail | Mike Bayer | 2014-02-19 | 1 | -1/+38 |
| * | - Fixed bug in SQLite "join rewriting" where usage of an exists() construct | Mike Bayer | 2014-02-19 | 1 | -4/+56 |
| * | - Fixed bug where calling :meth:`.Insert.values` with an empty list | Mike Bayer | 2014-02-19 | 1 | -0/+23 |
| * | - Fixed bug where :meth:`.in_()` would go into an endless loop if | Mike Bayer | 2014-02-13 | 1 | -0/+33 |
| * | - for TextAsFrom, put the "inner" columns in the result map directly. | Mike Bayer | 2014-02-10 | 2 | -5/+141 |
| * | - More issues with [ticket:2932] first resolved in 0.9.2 where | Mike Bayer | 2014-02-05 | 1 | -0/+30 |
| * | - Fixed regression in new "naming convention" feature where conventions | Mike Bayer | 2014-02-05 | 1 | -2/+20 |
| * | - Fixed bug where so-called "literal render" of :func:`.bindparam` | Mike Bayer | 2014-02-05 | 1 | -0/+7 |
| * | - The behavior of :meth:`.Table.tometadata` has been adjusted such that | Mike Bayer | 2014-02-02 | 1 | -168/+308 |
| * | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`- | Mike Bayer | 2014-02-02 | 1 | -0/+45 |
| * | - Added a new feature which allows automated naming conventions to be | Mike Bayer | 2014-02-01 | 1 | -8/+74 |
| * | add a skip for oracle on this | Mike Bayer | 2014-02-01 | 1 | -0/+1 |
| * | - Added a new parameter :paramref:`.Operators.op.is_comparison`. This | Mike Bayer | 2014-01-31 | 1 | -0/+10 |
| * | - Fixed bug whereby SQLite compiler failed to propagate compiler arguments | Mike Bayer | 2014-01-31 | 2 | -0/+17 |
| * | - Fixed regression whereby the "annotation" system used by the ORM was leaking | Mike Bayer | 2014-01-29 | 1 | -0/+5 |
| * | - better way to do it | Mike Bayer | 2014-01-29 | 1 | -2/+4 |
| * | - add TypeError handling to the tests here, ensure TypeError | Mike Bayer | 2014-01-29 | 1 | -8/+15 |
| * | - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy` | Mike Bayer | 2014-01-28 | 1 | -1/+25 |
| * | - Fixed an 0.9 regression where the automatic aliasing applied by | Mike Bayer | 2014-01-23 | 1 | -0/+23 |
| * | - Added new test coverage for so-called "down adaptions" of SQL types, | Mike Bayer | 2014-01-22 | 1 | -3/+19 |
| * | - Fixed the multiple-table "UPDATE..FROM" construct, only usable on | Mike Bayer | 2014-01-20 | 1 | -17/+139 |
| * | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection; | Mike Bayer | 2014-01-20 | 1 | -1/+72 |
| * | - alter behavior such that dialect_kwargs is still immutable, but | Mike Bayer | 2014-01-19 | 1 | -18/+48 |
| * | - some test fixes | Mike Bayer | 2014-01-19 | 1 | -12/+5 |
| * | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -1/+245 |
| * | Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ... | Mike Bayer | 2014-01-18 | 1 | -0/+22 |
| |\ |
|
| | * | Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is given | donkopotamus | 2014-01-17 | 1 | -0/+22 |
| * | | cx_oracle is now "conditional" on py2k | Mike Bayer | 2014-01-17 | 1 | -3/+5 |
| |/ |
|
| * | - conjunctions like and_() and or_() can now accept generators as arguments. | Mike Bayer | 2014-01-05 | 1 | -0/+11 |
| * | a few oracle test failures | Mike Bayer | 2013-12-28 | 1 | -0/+6 |
| * | - adjust the behavior of cast() to only provide a type for the bindparam() | Mike Bayer | 2013-12-28 | 1 | -104/+208 |
| * | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 1 | -0/+28 |
| * | - Fixed bug with :meth:`.Insert.from_select` method where the order | Mike Bayer | 2013-12-19 | 1 | -0/+29 |
| * | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 1 | -0/+8 |
| * | - skip this test for oracle | Mike Bayer | 2013-12-18 | 1 | -0/+2 |
| * | - remove very ancient TypeEngine constructor, not used by anything | Mike Bayer | 2013-12-17 | 1 | -8/+0 |
| * | - The :func:`.cast` function, when given a plain literal value, | Mike Bayer | 2013-12-17 | 1 | -15/+37 |
| * | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 1 | -1/+2 |
| * | - implement "literal binds" for the text() clause, [ticket:2882] | Mike Bayer | 2013-12-11 | 1 | -0/+11 |
| * | - The :class:`.ForeignKey` class more aggressively checks the given | Mike Bayer | 2013-12-11 | 1 | -1/+40 |
| * | - The precedence rules for the :meth:`.ColumnOperators.collate` operator | Mike Bayer | 2013-12-05 | 2 | -52/+52 |
| * | - add support for bindparam() called from AsFromText | Mike Bayer | 2013-11-29 | 1 | -0/+12 |
| * | - New improvements to the :func:`.text` construct, including | Mike Bayer | 2013-11-29 | 3 | -169/+351 |