| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add naming convention support when using schema in the metadata.pr/67 | Tom Farvour | 2014-02-05 | 1 | -2/+10 |
| * | - Fixed bug where so-called "literal render" of :func:`.bindparam` | Mike Bayer | 2014-02-05 | 1 | -2/+2 |
| * | - Fixed bug which prevented MySQLdb-based dialects (e.g. | Mike Bayer | 2014-02-03 | 1 | -1/+0 |
| * | - Added :paramref:`.MetaData.reflect.**dialect_kwargs` | Mike Bayer | 2014-02-02 | 1 | -1/+12 |
| * | - The behavior of :meth:`.Table.tometadata` has been adjusted such that | Mike Bayer | 2014-02-02 | 1 | -18/+67 |
| * | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`- | Mike Bayer | 2014-02-02 | 2 | -2/+11 |
| * | - Added a new feature which allows automated naming conventions to be | Mike Bayer | 2014-02-01 | 3 | -8/+189 |
| * | - Added a new parameter :paramref:`.Operators.op.is_comparison`. This | Mike Bayer | 2014-01-31 | 1 | -4/+17 |
| * | - Fixed bug whereby SQLite compiler failed to propagate compiler arguments | Mike Bayer | 2014-01-31 | 2 | -2/+4 |
| * | - Fixed regression whereby the "annotation" system used by the ORM was leaking | Mike Bayer | 2014-01-29 | 1 | -9/+9 |
| * | - docs | Mike Bayer | 2014-01-26 | 1 | -37/+115 |
| * | updates | Mike Bayer | 2014-01-26 | 1 | -52/+87 |
| * | tweak text | Mike Bayer | 2014-01-25 | 1 | -2/+16 |
| * | seealsos in the tutorial | Mike Bayer | 2014-01-25 | 1 | -0/+4 |
| * | case | Mike Bayer | 2014-01-25 | 1 | -47/+139 |
| * | - start building out very comprehensive docstrings for core functions | Mike Bayer | 2014-01-25 | 2 | -103/+459 |
| * | lets document join() | Mike Bayer | 2014-01-24 | 1 | -20/+94 |
| * | - Fixed an 0.9 regression where the automatic aliasing applied by | Mike Bayer | 2014-01-23 | 1 | -2/+11 |
| * | - update docs for Numeric/Float, in particular warn against using mismatched | Mike Bayer | 2014-01-21 | 1 | -32/+41 |
| * | - Fixed the multiple-table "UPDATE..FROM" construct, only usable on | Mike Bayer | 2014-01-20 | 1 | -30/+80 |
| * | - further refine this so that the ordering of columns is maintained as | Mike Bayer | 2014-01-20 | 1 | -8/+17 |
| * | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection; | Mike Bayer | 2014-01-20 | 1 | -13/+105 |
| * | - alter behavior such that dialect_kwargs is still immutable, but | Mike Bayer | 2014-01-19 | 1 | -10/+5 |
| * | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 3 | -45/+183 |
| * | Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ... | Mike Bayer | 2014-01-18 | 1 | -0/+2 |
| |\ |
|
| | * | Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is given | donkopotamus | 2014-01-17 | 1 | -0/+2 |
| * | | - rework Oracle to no longer do its own unicode conversion; this has been obs... | Mike Bayer | 2014-01-17 | 1 | -13/+4 |
| |/ |
|
| * | - happy new year | Mike Bayer | 2014-01-05 | 17 | -17/+17 |
| * | - fix some docstring stuff | Mike Bayer | 2014-01-05 | 2 | -14/+37 |
| * | - conjunctions like and_() and or_() can now accept generators as arguments. | Mike Bayer | 2014-01-05 | 1 | -0/+1 |
| * | - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace` | Mike Bayer | 2014-01-04 | 1 | -6/+23 |
| * | - call it 0.9.0 | Mike Bayer | 2013-12-30 | 1 | -4/+4 |
| * | - adjust the behavior of cast() to only provide a type for the bindparam() | Mike Bayer | 2013-12-28 | 1 | -9/+1 |
| * | - rework the JSON expression system so that "astext" is called *after* | Mike Bayer | 2013-12-27 | 1 | -15/+29 |
| * | - improve documentation for return_defaults() and returned_defaults. [ticket... | Mike Bayer | 2013-12-20 | 1 | -26/+59 |
| * | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 1 | -1/+7 |
| * | - Fixed bug with :meth:`.Insert.from_select` method where the order | Mike Bayer | 2013-12-19 | 2 | -5/+20 |
| * | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 1 | -10/+9 |
| * | - remove very ancient TypeEngine constructor, not used by anything | Mike Bayer | 2013-12-17 | 1 | -6/+0 |
| * | - The :func:`.cast` function, when given a plain literal value, | Mike Bayer | 2013-12-17 | 1 | -1/+4 |
| * | - rework JSON expressions to be based off __getitem__ exclusively | Mike Bayer | 2013-12-17 | 1 | -0/+4 |
| * | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 2 | -3/+8 |
| * | - add "force_nocheck" as a way to turn on unicode=force without even | Mike Bayer | 2013-12-15 | 1 | -2/+7 |
| * | - implement "literal binds" for the text() clause, [ticket:2882] | Mike Bayer | 2013-12-11 | 1 | -3/+3 |
| * | - The :class:`.ForeignKey` class more aggressively checks the given | Mike Bayer | 2013-12-11 | 1 | -21/+34 |
| * | - The precedence rules for the :meth:`.ColumnOperators.collate` operator | Mike Bayer | 2013-12-05 | 1 | -1/+5 |
| * | convert to a list here for py3k | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | - add support for bindparam() called from AsFromText | Mike Bayer | 2013-11-29 | 1 | -0/+4 |
| * | Merge pull request #46 from vrajmohan/master | mike bayer | 2013-11-29 | 2 | -2/+2 |
| |\ |
|
| | * | Fix cross referencespr/46 | Vraj Mohan | 2013-11-17 | 2 | -2/+2 |