| Commit message (Expand) | Author | Age | Files | Lines |
| * | Link to maintained redshift dialectpr/196 | Thomas Grainger | 2015-08-19 | 1 | -1/+1 |
| * | - merge of ticket_3514 None-handling branch | Mike Bayer | 2015-08-17 | 2 | -0/+106 |
| * | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 3 | -1/+211 |
| * | - make these failure cases more specific to catch Oracle. | Mike Bayer | 2015-08-15 | 1 | -2/+4 |
| * | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 2 | -0/+70 |
| * | - Fixed 1.0 regression where the "noload" loader strategy would fail | Mike Bayer | 2015-08-11 | 1 | -0/+12 |
| * | - Fixed two issues regarding Sybase reflection, allowing tables | Mike Bayer | 2015-08-10 | 1 | -0/+11 |
| * | - Fixed issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-07-30 | 2 | -0/+52 |
| * | - Fixed support for cx_Oracle version 5.2, which was tripping | Mike Bayer | 2015-07-29 | 1 | -0/+11 |
| * | - work to bridge between core/ORM tutorials regarding the text() construct | Mike Bayer | 2015-07-26 | 2 | -8/+31 |
| * | - remove "completely raw", whatever that is | Mike Bayer | 2015-07-26 | 1 | -21/+16 |
| * | - typo | Mike Bayer | 2015-07-26 | 1 | -1/+1 |
| * | - add an example of text.columns | Mike Bayer | 2015-07-26 | 1 | -4/+19 |
| * | - remove "distutils-only" mode, use setuptools only | Mike Bayer | 2015-07-24 | 2 | -38/+47 |
| * | - Organize the tree for 1.1 | Mike Bayer | 2015-07-24 | 8 | -14/+106 |
| * | - An adjustment to the new Postgresql feature of reflecting storage | Mike Bayer | 2015-07-24 | 1 | -0/+15 |
| * | 1.0.8rel_1_0_8 | Mike Bayer | 2015-07-22 | 2 | -2/+3 |
| * | - categorize this correctly | Mike Bayer | 2015-07-22 | 1 | -1/+1 |
| * | - Fixed critical issue whereby the pool "checkout" event handler | Mike Bayer | 2015-07-22 | 1 | -0/+18 |
| * | 0.9.10 release date | Mike Bayer | 2015-07-22 | 1 | -0/+1 |
| * | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 1 | -0/+9 |
| * | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 1 | -0/+15 |
| * | 1.0.7rel_1_0_7 | Mike Bayer | 2015-07-20 | 2 | -2/+3 |
| * | - changelog for #3459, fixes #3459 | Mike Bayer | 2015-07-19 | 1 | -0/+9 |
| * | - Fixed regression where new methods on :class:`.ResultProxy` used | Mike Bayer | 2015-07-19 | 1 | -0/+11 |
| * | - Fixed regression where :meth:`.ResultProxy.keys` would return | Mike Bayer | 2015-07-19 | 1 | -0/+11 |
| * | - Fixed bug where coersion of literal ``True`` or ``False`` constant | Mike Bayer | 2015-07-19 | 1 | -0/+8 |
| * | - Fixed potential issue where a custom subclass | Mike Bayer | 2015-07-19 | 1 | -0/+9 |
| * | - changelog for pr github:188 | Mike Bayer | 2015-07-17 | 1 | -0/+8 |
| * | - version specs for new Sequence arguments | Mike Bayer | 2015-07-17 | 1 | -0/+8 |
| * | - Fixed bug in :class:`.AbstractConcreteBase` extension where | Mike Bayer | 2015-07-13 | 1 | -0/+11 |
| * | - try to note under insert.values(), if you need | Mike Bayer | 2015-07-08 | 1 | -1/+5 |
| * | - fix the link here fixes 3473 | Mike Bayer | 2015-07-03 | 1 | -1/+1 |
| * | - Fixed 1.0 regression where value objects that override | Mike Bayer | 2015-07-01 | 1 | -0/+11 |
| * | - Fixed 1.0 regression where a "deferred" attribute would not populate | Mike Bayer | 2015-06-29 | 1 | -0/+12 |
| * | - Fixed 1.0 regression where the "parent entity" of a synonym- | Mike Bayer | 2015-06-27 | 1 | -0/+15 |
| * | 1.0.6rel_1_0_6 | Mike Bayer | 2015-06-25 | 2 | -2/+3 |
| * | - Fixed a major regression in the 1.0 series where the version_id_counter | Mike Bayer | 2015-06-24 | 1 | -0/+15 |
| * | - edits to this section | Mike Bayer | 2015-06-22 | 2 | -16/+20 |
| * | - add a new FAQ on re-reading of data within a transaction, since | Mike Bayer | 2015-06-22 | 2 | -3/+71 |
| * | - Fixed issue when using :class:`.VARBINARY` type in conjunction with | Mike Bayer | 2015-06-22 | 1 | -0/+11 |
| * | - Re-fixed this issue first released in 1.0.5 to fix psycopg2cffi | Mike Bayer | 2015-06-22 | 1 | -0/+10 |
| * | - more edits, references #3461 | Mike Bayer | 2015-06-19 | 1 | -16/+25 |
| * | - for #3455 | Mike Bayer | 2015-06-19 | 1 | -0/+17 |
| * | - fix the bullets | Mike Bayer | 2015-06-19 | 2 | -19/+26 |
| * | - Fixed 1.0 regression where the enhanced behavior of single-inheritance | Mike Bayer | 2015-06-19 | 1 | -0/+10 |
| * | - add explciit section on engine disposal, fixes #3461 | Mike Bayer | 2015-06-19 | 1 | -0/+54 |
| * | - Repaired the :class:`.ExcludeConstraint` construct to support common | Mike Bayer | 2015-06-16 | 1 | -0/+9 |
| * | - add a subsection on how to use Sequence with server_default, | Mike Bayer | 2015-06-16 | 1 | -0/+40 |
| * | Merge branch 'pr182' | Mike Bayer | 2015-06-14 | 1 | -0/+11 |
| |\ |
|