| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Corrected problem in access dialect that was still referring to the old colum... | Michael Trier | 2008-11-10 | 1 | -2/+2 |
| * | flattened _get_from_objects() into a descriptor/class-bound attribute | Mike Bayer | 2008-11-09 | 2 | -5/+4 |
| * | Corrected problems with Access dialect. Corrected issue with reflection due t... | Michael Trier | 2008-11-09 | 1 | -1/+6 |
| * | Corrected problems with reflection on mssql when dealing with schemas. Fixes ... | Michael Trier | 2008-11-09 | 1 | -4/+4 |
| * | Fixed E notation problem in mssql. Closes #1216. | Michael Trier | 2008-11-08 | 1 | -1/+8 |
| * | Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses ... | Michael Trier | 2008-11-08 | 1 | -13/+20 |
| * | docstring fix | Mike Bayer | 2008-11-07 | 1 | -1/+1 |
| * | - Simplified the check for ResultProxy "autoclose without results" | Mike Bayer | 2008-11-04 | 6 | -99/+7 |
| * | - added 'EXPLAIN' to the list of 'returns rows', but this | Mike Bayer | 2008-11-04 | 1 | -1/+1 |
| * | Accept USING as a prefix or postfix modifer when reflecting keys. [ticket:1117] | Jason Kirtland | 2008-10-28 | 1 | -1/+2 |
| * | Mysql no longer expects include_columns to be specified in lowercase. Fixes #... | Michael Trier | 2008-10-28 | 1 | -1/+1 |
| * | Fixed mysql FK reflection for the edge case where a Table has expicitly provi... | Jason Kirtland | 2008-10-27 | 1 | -0/+9 |
| * | 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 |
| * | Corrected case in mssql where binary expression has bind parameters on both s... | Michael Trier | 2008-10-23 | 1 | -1/+2 |
| * | Modifications to allow the backends to control the behavior of an empty inser... | Michael Trier | 2008-10-20 | 3 | -19/+6 |
| * | Cleaned up the create_connect_args so that it makes no expectations about key... | Michael Trier | 2008-10-19 | 1 | -8/+40 |
| * | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 4 | -39/+3 |
| * | - "not equals" comparisons of simple many-to-one relation | Mike Bayer | 2008-10-18 | 3 | -5/+5 |
| * | - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_5rc2 | Mike Bayer | 2008-10-12 | 1 | -3/+31 |
| * | Removed the visit_function stuff in mssql dialect. Added some tests for the f... | Michael Trier | 2008-10-11 | 1 | -10/+4 |
| * | Correction of mssql schema reflection in reflectable. Still a problem since t... | Michael Trier | 2008-10-11 | 1 | -2/+6 |
| * | - Oracle will detect string-based statements which contain | Mike Bayer | 2008-10-07 | 1 | -0/+5 |
| * | Fixed mysql TEMPORARY table reflection. | Jason Kirtland | 2008-09-27 | 1 | -1/+1 |
| * | genericized the relationship between bind_processor() and _bind_processor() a... | Mike Bayer | 2008-09-19 | 1 | -9/+22 |
| * | - Overhauled SQLite date/time bind/result processing | Mike Bayer | 2008-09-19 | 1 | -42/+34 |
| * | - the function func.utc_timestamp() compiles to UTC_TIMESTAMP, without | Mike Bayer | 2008-09-10 | 1 | -1/+2 |
| * | Fix bug with MSSQL reflecting and schemas | Paul Johnston | 2008-09-09 | 1 | -6/+1 |
| * | 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 |
| * | - Added MSMediumInteger type [ticket:1146]. | Mike Bayer | 2008-08-24 | 1 | -2/+29 |
| * | - logging scale-back; the echo_uow flag on Session is deprecated, and unit of... | Mike Bayer | 2008-08-24 | 2 | -3/+1 |
| * | - The 'length' argument to all Numeric types has been renamed | Mike Bayer | 2008-08-24 | 10 | -86/+91 |
| * | - Temporarily rolled back the "ORDER BY" enhancement | Mike Bayer | 2008-08-06 | 7 | -9/+2 |
| * | - compiler visit_label() checks a flag "within_order_by" and will render its ... | Mike Bayer | 2008-08-03 | 8 | -4/+12 |
| * | Corrects reflecttable in firebird database. Closes #1119. | Michael Trier | 2008-07-29 | 1 | -1/+1 |
| * | Raised an error when sqlite version does not support default values. Address... | Michael Trier | 2008-07-29 | 1 | -2/+8 |
| * | Corrected problem with detecting closed connections. Fixed issues in reflect... | Michael Trier | 2008-07-23 | 1 | -3/+8 |
| * | - mysql.MSEnum value literals now automatically quoted when used in a CREATE. | Jason Kirtland | 2008-07-16 | 1 | -18/+59 |
| * | Removed deprecated get_version_info, use server_version_info | Jason Kirtland | 2008-07-16 | 1 | -13/+0 |
| * | - Removed 2.3 Decimal compat | Jason Kirtland | 2008-07-15 | 4 | -7/+7 |
| * | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 6 | -19/+19 |
| * | Fix reflection where the table name has a duplicate name in a different schema | Paul Johnston | 2008-07-15 | 1 | -1/+2 |
| * | Fixed messed up __init__ in MSSmallDate. Fixes #1040. | Michael Trier | 2008-07-13 | 1 | -1/+1 |
| * | Added new basic match() operator that performs a full-text search. Supported ... | Michael Trier | 2008-07-13 | 4 | -3/+10 |
| * | - SQLite Date, DateTime, and Time types only accept Python | Mike Bayer | 2008-07-09 | 1 | -4/+3 |
| * | - re-fixed the fix to the prefixes fix | Mike Bayer | 2008-07-06 | 10 | -96/+11 |
| * | Added PGCidr type to postgres. Closes #1092 | Michael Trier | 2008-07-03 | 1 | -0/+5 |
| * | merge r4889, SQLite Float type, from 0.4 branch | Mike Bayer | 2008-07-02 | 1 | -1/+14 |