| Commit message (Expand) | Author | Age | Files | Lines |
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -411/+385 |
* | - Simplified the check for ResultProxy "autoclose without results" | Mike Bayer | 2008-11-04 | 1 | -6/+0 |
* | - 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 |
* | Fixed mysql TEMPORARY table reflection. | Jason Kirtland | 2008-09-27 | 1 | -1/+1 |
* | - the function func.utc_timestamp() compiles to UTC_TIMESTAMP, without | Mike Bayer | 2008-09-10 | 1 | -1/+2 |
* | - 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 | 1 | -1/+1 |
* | - The 'length' argument to all Numeric types has been renamed | Mike Bayer | 2008-08-24 | 1 | -70/+74 |
* | - 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 | 1 | -2/+2 |
* | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -11/+11 |
* | 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 | -11/+1 |
* | merged r4870 from 0.4 branch, index name truncation, [ticket:820] | Mike Bayer | 2008-06-22 | 1 | -1/+1 |
* | - added "CALL" to Mysql select keywords | Mike Bayer | 2008-05-27 | 1 | -1/+1 |
* | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -6/+5 |
* | MSText no longer implicitly creates TEXT for string with no length | Mike Bayer | 2008-05-09 | 1 | -1/+1 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -14/+13 |
* | refactor of default_paramstyle, use paramstyle argument on Dialect to change | Matt Harrison | 2008-04-07 | 1 | -1/+1 |
* | - Revamped the Connection memoize decorator a bit, moved to engine | Jason Kirtland | 2008-04-02 | 1 | -49/+53 |
* | - reverted previous "strings instead of tuples" change due to more specific t... | Mike Bayer | 2008-03-30 | 1 | -7/+4 |
* | *whistle* | Jason Kirtland | 2008-03-30 | 1 | -1/+0 |
* | - Removed cache decorator. | Jason Kirtland | 2008-03-30 | 1 | -2/+7 |
* | some cache decorator calls... | Mike Bayer | 2008-03-30 | 1 | -7/+3 |
* | - Added PendingDeprecationWarning support | Jason Kirtland | 2008-03-29 | 1 | -1/+1 |
* | - Added generic func.random (non-standard SQL) | Jason Kirtland | 2008-03-25 | 1 | -0/+6 |
* | - Autodetect mysql's ANSI_QUOTES mode, sometimes. [ticket:845] | Jason Kirtland | 2008-02-05 | 1 | -8/+67 |
* | - 2.3 fixup part three: 100% on postgres, mysql | Jason Kirtland | 2008-01-22 | 1 | -1/+1 |
* | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 1 | -13/+8 |
* | Include column name in length-less String warning (more [ticket:912]) | Jason Kirtland | 2008-01-10 | 1 | -1/+2 |
* | redid the _for_ddl String/Text deprecation warning correctly [ticket:912] | Mike Bayer | 2008-01-09 | 1 | -1/+1 |
* | Fixed reflection of mysql empty string column defaults. | Jason Kirtland | 2008-01-08 | 1 | -1/+1 |
* | - changed name of TEXT to Text since its a "generic" type; TEXT name is | Mike Bayer | 2008-01-05 | 1 | -3/+3 |
* | Added REPLACE statements to mysql autocommit list. | Jason Kirtland | 2008-01-04 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
* | - auto-reconnect support improved; a Connection can now automatically | Mike Bayer | 2007-12-19 | 1 | -2/+6 |
* | Some code-level docs for r3916 | Jason Kirtland | 2007-12-12 | 1 | -0/+5 |
* | - on mysql, emit inner joins as 'INNER JOIN ... ON' (for version 3.23) | Jason Kirtland | 2007-12-12 | 1 | -0/+8 |
* | default value of assert_unicode is None on String, False on create_engine(), ... | Mike Bayer | 2007-11-28 | 1 | -2/+2 |
* | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 1 | -10/+4 |
* | Tests for mysql casts and a couple adjustments. | Jason Kirtland | 2007-11-18 | 1 | -6/+6 |
* | Migrated Connection.properties to Connection.info ('info' is the new standard... | Jason Kirtland | 2007-11-18 | 1 | -8/+8 |
* | More column type __repr__ corrections. | Jason Kirtland | 2007-11-13 | 1 | -1/+1 |
* | - mysql float types now do an end run around the base class and respect preci... | Jason Kirtland | 2007-11-09 | 1 | -14/+86 |
* | Whitespace cleanup | Jason Kirtland | 2007-11-05 | 1 | -81/+80 |
* | - SHOW CREATE TABLE output is slightly different if msyql is in ANSI mode | Jason Kirtland | 2007-11-05 | 1 | -7/+11 |