| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | - 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 |
| * | - we dont actually need this unicode cast, on py3k + linux it seems the | Mike Bayer | 2013-07-09 | 2 | -8/+2 |
| * | Added :class:`.BIGINT` to the list of type names that can be | Mike Bayer | 2013-07-02 | 1 | -2/+4 |
| * | Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects. | Mike Bayer | 2013-06-30 | 3 | -46/+83 |
| * | The behavior of :func:`.extract` has been simplified on the | Mike Bayer | 2013-06-28 | 1 | -22/+0 |
| * | Type lookup when reflecting the Firebird types LONG and | Mike Bayer | 2013-06-28 | 1 | -7/+6 |
| * | Fixed bug in HSTORE type where keys/values that contained | Mike Bayer | 2013-06-28 | 1 | -3/+3 |
| * | Merge branch 'ticket_2746' | Mike Bayer | 2013-06-26 | 1 | -6/+2 |
| |\ |
|
| | * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 1 | -6/+2 |
| * | | Fix indexes reflection in PostgreSQLpr/13 | Roman Podolyaka | 2013-06-26 | 1 | -14/+18 |
| |/ |
|
| * | Fix unique constraints reflection in PostgreSQLpr/11 | Roman Podolyaka | 2013-06-23 | 1 | -9/+16 |
| * | Fix unique constraints reflection in SQLite | Roman Podolyaka | 2013-06-23 | 1 | -1/+2 |
| * | versionadds | Mike Bayer | 2013-06-22 | 1 | -6/+33 |
| * | - 0.8 changelog | Mike Bayer | 2013-06-22 | 1 | -11/+11 |
| * | Merge pull request #5 from cjw296/pg-ranges | mike bayer | 2013-06-22 | 4 | -2/+246 |
| |\ |
|
| | * | Documentation for the new range type support.pr/5 | Chris Withers | 2013-06-10 | 3 | -6/+19 |
| | * | Implement EXCLUDE constraints for postgres. | Chris Withers | 2013-06-10 | 3 | -0/+90 |
| | * | add support for range operators listed in http://www.postgresql.org/docs/9.2/... | Chris Withers | 2013-06-10 | 1 | -6/+75 |
| | * | Basic type support for the new range types in postgres 9.2 | Chris Withers | 2013-06-10 | 3 | -1/+73 |
| * | | fix up the isolation level docs which were a mess | Mike Bayer | 2013-06-17 | 2 | -25/+58 |
| * | | - changelog | Mike Bayer | 2013-06-15 | 2 | -3/+8 |
| * | | Add AUTOCOMMIT isolation level support for psycopg2pr/7 | Roman Podolyaka | 2013-06-15 | 1 | -0/+1 |
| |/ |
|