| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -0/+7 |
| * | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 2 | -71/+61 |
| * | - work in progress, will squash | Mike Bayer | 2013-11-28 | 1 | -0/+6 |
| * | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 1 | -1/+1 |
| * | fix [ticket:2868] some more | Mike Bayer | 2013-11-21 | 1 | -2/+4 |
| * | - Fixed a regression caused by :ticket:`2812` where the repr() for | Mike Bayer | 2013-11-21 | 1 | -1/+13 |
| * | - The :class:`.RowProxy` object is now sortable in Python as a regular | Mike Bayer | 2013-11-19 | 1 | -0/+13 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 4 | -12/+4 |
| * | - Fixed a regression introduced by the join rewriting feature of | Mike Bayer | 2013-11-01 | 1 | -0/+33 |
| * | - add migration notes for [ticket:2838] | Mike Bayer | 2013-10-24 | 1 | -0/+16 |
| * | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 3 | -22/+265 |
| * | - A :func:`.bindparam` construct with a "null" type (e.g. no type | Mike Bayer | 2013-10-21 | 1 | -1/+25 |