| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -2732/+0 |
* | - Reflecting a FOREIGN KEY construct will take into account | Mike Bayer | 2009-05-17 | 1 | -1/+1 |
* | extract() is now dialect-sensitive and supports SQLite and others. | Jason Kirtland | 2009-03-30 | 1 | -0/+4 |
* | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
* | Added the missing keywords from MySQL 4.1 so they get escaped properly. | Ants Aasma | 2009-01-08 | 1 | -1/+1 |
* | assume table.schema, not None, when constraint reflection has no explicit sch... | Mike Bayer | 2009-01-05 | 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 | -10/+6 |
* | - Fixed mysql bug in exception raise when FK columns not present | Mike Bayer | 2008-12-21 | 1 | -1/+1 |
* | removed the "create_execution_context()" method from dialects and replaced | Mike Bayer | 2008-12-19 | 1 | -3/+1 |
* | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -3/+3 |
* | - _execute_clauseelement() goes back to being | Mike Bayer | 2008-12-17 | 1 | -5/+2 |
* | - 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 |