| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -904/+0 |
* | backported 0.6 r6084 fix for oracle alias names, [ticket:1309] | Mike Bayer | 2009-07-31 | 1 | -2/+6 |
* | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
* | - Fixed bug which was preventing out params of certain types | Mike Bayer | 2009-01-03 | 1 | -1/+5 |
* | - Added OracleNVarchar type, produces NVARCHAR2, and also | Mike Bayer | 2008-12-28 | 1 | -1/+6 |
* | - Reflected foreign keys will properly locate | Mike Bayer | 2008-12-26 | 1 | -1/+1 |
* | removed the "create_execution_context()" method from dialects and replaced | Mike Bayer | 2008-12-19 | 1 | -3/+1 |
* | - postgres docstring | Mike Bayer | 2008-12-06 | 1 | -17/+26 |
* | - Adjusted the format of create_xid() to repair | Mike Bayer | 2008-12-05 | 1 | -2/+2 |
* | flattened _get_from_objects() into a descriptor/class-bound attribute | Mike Bayer | 2008-11-09 | 1 | -2/+1 |
* | docstring fix | Mike Bayer | 2008-11-07 | 1 | -1/+1 |
* | - Simplified the check for ResultProxy "autoclose without results" | Mike Bayer | 2008-11-04 | 1 | -5/+0 |
* | auto_convert_lobs=False honored by OracleBinary, OracleText types | Mike Bayer | 2008-10-24 | 1 | -4/+5 |
* | - fixed some oracle unit tests in test/sql/ | Mike Bayer | 2008-10-24 | 1 | -2/+115 |
* | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 1 | -6/+0 |
* | - Oracle will detect string-based statements which contain | Mike Bayer | 2008-10-07 | 1 | -0/+5 |
* | added BFILE to reflected type names [ticket:1121] | Mike Bayer | 2008-09-03 | 1 | -0/+1 |
* | - has_sequence() now takes the current "schema" argument into | Mike Bayer | 2008-09-03 | 1 | -4/+6 |
* | - limit/offset no longer uses ROW NUMBER OVER to limit rows, | Mike Bayer | 2008-09-03 | 1 | -15/+43 |
* | - logging scale-back; the echo_uow flag on Session is deprecated, and unit of... | Mike Bayer | 2008-08-24 | 1 | -2/+0 |
* | - The 'length' argument to all Numeric types has been renamed | Mike Bayer | 2008-08-24 | 1 | -1/+1 |
* | - Temporarily rolled back the "ORDER BY" enhancement | Mike Bayer | 2008-08-06 | 1 | -1/+0 |
* | - compiler visit_label() checks a flag "within_order_by" and will render its ... | Mike Bayer | 2008-08-03 | 1 | -0/+1 |
* | Added new basic match() operator that performs a full-text search. Supported ... | Michael Trier | 2008-07-13 | 1 | -1/+2 |
* | - re-fixed the fix to the prefixes fix | Mike Bayer | 2008-07-06 | 1 | -9/+1 |
* | merged [ticket:1062] fix from 0.4 branch r4827 | Mike Bayer | 2008-05-30 | 1 | -1/+8 |
* | oracle dialect takes schema name into account when checking for existing tables | Mike Bayer | 2008-05-24 | 1 | -1/+3 |
* | merged r4809 from rel_0_4, oracle fix | Mike Bayer | 2008-05-24 | 1 | -2/+2 |
* | handle null tablespace_name | Jonathan Ellis | 2008-05-20 | 1 | -2/+2 |
* | add CHAR to ischema_names map; some minor cleanup | Jonathan Ellis | 2008-05-20 | 1 | -4/+3 |
* | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -1/+1 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -39/+39 |
* | refactor of default_paramstyle, use paramstyle argument on Dialect to change | Matt Harrison | 2008-04-07 | 1 | -1/+2 |
* | fixed OracleRaw type adaptation [ticket:902] | Mike Bayer | 2008-04-02 | 1 | -3/+4 |
* | - Assorted flakes. | Jason Kirtland | 2008-04-02 | 1 | -1/+1 |
* | - Revamped the Connection memoize decorator a bit, moved to engine | Jason Kirtland | 2008-04-02 | 1 | -3/+3 |
* | - More 2.4 generator squashing. | Jason Kirtland | 2008-04-02 | 1 | -1/+1 |
* | - added verbose activity to profiling.function_call_count | Mike Bayer | 2008-04-01 | 1 | -50/+60 |
* | - 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 | -7/+3 |
* | - the "owner" keyword on Table is now deprecated, and is | Mike Bayer | 2008-03-22 | 1 | -68/+69 |
* | reverted r4315 - a basic test works the way it was and fails with this change | Mike Bayer | 2008-03-22 | 1 | -1/+1 |
* | Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes... | Catherine Devlin | 2008-03-20 | 1 | -93/+0 |
* | adding zzzeek's patch from ticket #994, which fixed virtually all remaining b... | Catherine Devlin | 2008-03-20 | 1 | -0/+93 |
* | bugfix: preserving remote_owner during reflecttable setup of referential inte... | Catherine Devlin | 2008-03-20 | 1 | -1/+1 |
* | - some consolidation of tests in select.py, moved | Mike Bayer | 2008-02-01 | 1 | -1/+8 |
* | - Oracle assembles the correct columns in the result set | Mike Bayer | 2008-01-19 | 1 | -1/+1 |
* | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 1 | -5/+7 |
* | Include column name in length-less String warning (more [ticket:912]) | Jason Kirtland | 2008-01-10 | 1 | -30/+30 |
* | redid the _for_ddl String/Text deprecation warning correctly [ticket:912] | Mike Bayer | 2008-01-09 | 1 | -1/+1 |