| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -889/+0 |
* | changed reference to PostgreSQL in docs.rel_0_5_5 | Mike Bayer | 2009-07-13 | 1 | -5/+5 |
* | - added unit test for exception formatting | Mike Bayer | 2009-05-26 | 1 | -2/+1 |
* | extract() is now dialect-sensitive and supports SQLite and others. | Jason Kirtland | 2009-03-30 | 1 | -0/+6 |
* | - Added PGUuid and PGBit types to | Mike Bayer | 2009-03-01 | 1 | -2/+11 |
* | - PG Index reflection won't fail when an index with | Mike Bayer | 2009-02-03 | 1 | -4/+5 |
* | added some missing internal types for reflection, [ticket:1287] | Mike Bayer | 2009-01-20 | 1 | -0/+2 |
* | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
* | - mysql, postgres: "%" signs in text() constructs are automatically escaped t... | Mike Bayer | 2009-01-02 | 1 | -0/+5 |
* | - Reflected foreign keys will properly locate | Mike Bayer | 2008-12-26 | 1 | -5/+6 |
* | Fixed bugs in sqlalchemy documentation. Closes #1263. | Michael Trier | 2008-12-24 | 1 | -1/+1 |
* | - Added Index reflection support to Postgres, using a | Mike Bayer | 2008-12-23 | 1 | -0/+38 |
* | removed the "create_execution_context()" method from dialects and replaced | Mike Bayer | 2008-12-19 | 1 | -4/+2 |
* | - postgres docstring | Mike Bayer | 2008-12-06 | 1 | -6/+76 |
* | - bump, this may become 0.5.0 | Mike Bayer | 2008-11-14 | 1 | -1/+2 |
* | - Simplified the check for ResultProxy "autoclose without results" | Mike Bayer | 2008-11-04 | 1 | -41/+6 |
* | Modifications to allow the backends to control the behavior of an empty inser... | Michael Trier | 2008-10-20 | 1 | -0/+2 |
* | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 1 | -21/+1 |
* | - The 'length' argument to all Numeric types has been renamed | Mike Bayer | 2008-08-24 | 1 | -1/+1 |
* | - compiler visit_label() checks a flag "within_order_by" and will render its ... | Mike Bayer | 2008-08-03 | 1 | -1/+1 |
* | - Removed 2.3 Decimal compat | Jason Kirtland | 2008-07-15 | 1 | -2/+2 |
* | Added new basic match() operator that performs a full-text search. Supported ... | Michael Trier | 2008-07-13 | 1 | -0/+1 |
* | - re-fixed the fix to the prefixes fix | Mike Bayer | 2008-07-06 | 1 | -10/+1 |
* | Added PGCidr type to postgres. Closes #1092 | Michael Trier | 2008-07-03 | 1 | -0/+5 |
* | merged r4870 from 0.4 branch, index name truncation, [ticket:820] | Mike Bayer | 2008-06-22 | 1 | -1/+1 |
* | merged r4857, postgres server_side_cursors fix, from 0.4 branch | Mike Bayer | 2008-06-17 | 1 | -1/+4 |
* | restored a "distinct" setting that got whacked | Mike Bayer | 2008-06-09 | 1 | -1/+1 |
* | merged merge fix from r4834/rel_0_4 branch | Mike Bayer | 2008-06-03 | 1 | -1/+1 |
* | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -3/+4 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -12/+18 |
* | refactor of default_paramstyle, use paramstyle argument on Dialect to change | Matt Harrison | 2008-04-07 | 1 | -2/+2 |
* | - Got PG server side cursors back into shape, added fixed | Mike Bayer | 2008-04-02 | 1 | -9/+14 |
* | - Revamped the Connection memoize decorator a bit, moved to engine | Jason Kirtland | 2008-04-02 | 1 | -2/+2 |
* | - reverted previous "strings instead of tuples" change due to more specific t... | Mike Bayer | 2008-03-30 | 1 | -2/+3 |
* | some cache decorator calls... | Mike Bayer | 2008-03-30 | 1 | -4/+3 |
* | - like() and ilike() take an optional keyword argument | Mike Bayer | 2008-03-19 | 1 | -2/+2 |
* | check for None | Mike Bayer | 2008-03-04 | 1 | -1/+3 |
* | - postgres PGArray is a "mutable" type by default; | Mike Bayer | 2008-03-04 | 1 | -2/+15 |
* | - postgres TIMESTAMP renders correctly [ticket:981] | Mike Bayer | 2008-02-27 | 1 | -0/+7 |
* | - added exception wrapping/reconnect support to result set | Mike Bayer | 2008-02-25 | 1 | -1/+1 |
* | - Oracle and others properly encode SQL used for defaults | Mike Bayer | 2008-01-30 | 1 | -1/+1 |
* | fixed NOT ILIKE | Mike Bayer | 2008-01-11 | 1 | -1/+2 |
* | - added "ilike()" operator to column operations. | Mike Bayer | 2008-01-11 | 1 | -1/+2 |
* | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 1 | -2/+3 |
* | Include column name in length-less String warning (more [ticket:912]) | Jason Kirtland | 2008-01-10 | 1 | -28/+28 |
* | - finally added PGMacAddr type to postgres | Mike Bayer | 2008-01-10 | 1 | -0/+5 |
* | redid the _for_ddl String/Text deprecation warning correctly [ticket:912] | Mike Bayer | 2008-01-09 | 1 | -2/+2 |
* | - changed name of TEXT to Text since its a "generic" type; TEXT name is | Mike Bayer | 2008-01-05 | 1 | -2/+2 |
* | fix not calling the result processor of PGArray subtypes. (a rather embarrasi... | Ants Aasma | 2008-01-03 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |