| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove terminated connections from the pool.pr/51 | John Anderson | 2013-12-16 | 1 | -0/+1 |
| * | - add "force_nocheck" as a way to turn on unicode=force without even | Mike Bayer | 2013-12-15 | 1 | -19/+9 |
| * | - round trip test | Mike Bayer | 2013-12-09 | 1 | -18/+44 |
| * | Adds tsvector to ischema_names for reflection to work. | Noufal Ibrahim | 2013-12-10 | 1 | -0/+1 |
| * | Updates documentation for tsvector type. | Noufal Ibrahim | 2013-12-10 | 1 | -1/+26 |
| * | Implements TSVECTOR type for postgresql. | Noufal Ibrahim | 2013-12-10 | 2 | -2/+10 |
| * | Fix MSSQL dialects visit_drop_index to use the correct DDL | donkopotamus | 2013-12-05 | 1 | -5/+3 |
| * | - Added ORA-02396 "maximum idle time" error code to list of | Mike Bayer | 2013-12-03 | 1 | -1/+2 |
| * | - Fixed bug where values within an ENUM weren't escaped for single | Mike Bayer | 2013-11-30 | 1 | -1/+3 |
| * | - add support for bindparam() called from AsFromText | Mike Bayer | 2013-11-29 | 1 | -13/+16 |
| * | Merge pull request #46 from vrajmohan/master | mike bayer | 2013-11-29 | 2 | -6/+6 |
| |\ |
|
| | * | Fix cross referencespr/46 | Vraj Mohan | 2013-11-17 | 2 | -6/+6 |
| * | | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -2/+3 |
| * | | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 2 | -8/+8 |
| * | | - work in progress, will squash | Mike Bayer | 2013-11-28 | 3 | -59/+29 |
| * | | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat... | Mike Bayer | 2013-11-28 | 3 | -10/+59 |
| |\ \ |
|
| | * | | added LockmodeArgspr/42 | Mario Lassnig | 2013-11-28 | 3 | -16/+45 |
| | * | | added ORM support | Mario Lassnig | 2013-11-14 | 2 | -10/+28 |
| | * | | add psql FOR UPDATE OF functionality | Mario Lassnig | 2013-11-12 | 1 | -0/+2 |
| * | | | pg8000 fix for decimal return scale | Mike Bayer | 2013-11-23 | 1 | -1/+2 |
| * | | | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal... | Mike Bayer | 2013-11-23 | 3 | -4/+3 |
| * | | | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 4 | -7/+23 |
| * | | | Fixed bug where Oracle ``VARCHAR`` types given with no length | Mike Bayer | 2013-11-22 | 1 | -1/+3 |
| | |/
|/| |
|
| * | | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 4 | -669/+0 |
| |/ |
|
| * | - Fixed bug where index reflection would mis-interpret indkey values | Mike Bayer | 2013-10-27 | 1 | -1/+4 |
| * | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 1 | -5/+7 |
| * | - Fix and test parsing of MySQL foreign key options within reflection; | Mike Bayer | 2013-10-25 | 1 | -1/+1 |
| * | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 2 | -6/+25 |
| |\ |
|
| | * | #2183: Metadata.reflect() foreign keys include options when the dialect expos... | ijl | 2013-10-13 | 1 | -1/+1 |
| | * | PostgreSQL foreign key inspection includes options | ijl | 2013-10-11 | 1 | -5/+24 |
| * | | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 2 | -9/+24 |
| * | | - attempt to clarify what mutable extension does for HSTORE, [ticket:2803] | Mike Bayer | 2013-10-18 | 1 | -2/+9 |
| * | | - Removed a 128-character truncation from the reflection of the | Mike Bayer | 2013-10-18 | 1 | -2/+1 |
| * | | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -1/+40 |
| * | | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger` | Mike Bayer | 2013-10-15 | 1 | -1/+11 |
| * | | The MySQL :class:`.mysql.SET` type now features the same auto-quoting | Mike Bayer | 2013-10-14 | 1 | -66/+87 |
| * | | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -2/+3 |
| * | | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -1/+4 |
| * | | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 3 | -11/+11 |
| |/ |
|
| * | - put exact version string in the test | Mike Bayer | 2013-09-29 | 1 | -2/+2 |
| * | re.match to re.searchpr/26 | Scott Schaefer | 2013-09-06 | 1 | -1/+1 |
| * | add caveats regarding RETURNING | Mike Bayer | 2013-09-02 | 2 | -3/+59 |
| * | - cx_oracle seems to have a bug here though it is hard to track down | Mike Bayer | 2013-08-27 | 2 | -2/+0 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 4 | -11/+11 |
| * | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 2 | -0/+4 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -1/+3 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 2 | -3/+3 |
| * | Updates to MySQL reserved words for versions 5.5, 5.6, courtesy | Mike Bayer | 2013-07-31 | 1 | -0/+10 |
| * | doc fix | Mike Bayer | 2013-07-12 | 1 | -1/+1 |
| * | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 1 | -0/+6 |