| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | - merged path_based_options branch | Mike Bayer | 2007-10-28 | 1 | -9/+0 |
* | - added test coverage for unknown type reflection, fixed | Mike Bayer | 2007-10-18 | 1 | -1/+1 |
* | - Added support for UPDATE with LIMIT on mysql. | Jason Kirtland | 2007-10-16 | 1 | -2/+40 |
* | removed unused _fold_identifier_case method | Mike Bayer | 2007-10-02 | 1 | -10/+0 |
* | Changed MySQL dialect to use the older LIMIT <offset>, <limit> syntax instead | Jason Kirtland | 2007-09-26 | 1 | -10/+22 |
* | Fixed repr() of mysql floats [ticket:775] | Jason Kirtland | 2007-09-07 | 1 | -4/+3 |
* | mysql SETs and ENUMs now unescape embedded quotes before storage in .enums an... | Jason Kirtland | 2007-09-06 | 1 | -6/+13 |
* | Fixed reflection of the empty string for mysql enums. | Jason Kirtland | 2007-09-05 | 1 | -3/+3 |
* | engine.url cleanups [ticket:742] | Jason Kirtland | 2007-08-29 | 1 | -1/+2 |
* | - Restored reflection for mysql VIEWs [ticket:748] | Jason Kirtland | 2007-08-28 | 1 | -28/+114 |
* | Fix for reflecting mysql keys that have USING | Jason Kirtland | 2007-08-22 | 1 | -1/+1 |
* | Housekeeping. | Jason Kirtland | 2007-08-22 | 1 | -16/+14 |
* | - method call removal | Mike Bayer | 2007-08-20 | 1 | -10/+8 |
* | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -17/+19 |
* | - fixed prefixes= argument to select() | Jason Kirtland | 2007-08-18 | 1 | -0/+8 |
* | - modified SQL operator functions to be module-level operators, allowing | Mike Bayer | 2007-08-18 | 1 | -3/+5 |
* | stopgap, need a general strategy for raising readable exceptions for unicode ... | Jason Kirtland | 2007-08-15 | 1 | -1/+2 |
* | - merged "fasttypes" branch. this branch changes the signature | Mike Bayer | 2007-08-14 | 1 | -94/+123 |
* | adjusted mysql autoload from a named schema, esp. for windows | Jason Kirtland | 2007-08-13 | 1 | -8/+7 |
* | auto-commit after LOAD DATA INFILE for mysql | Jason Kirtland | 2007-08-12 | 1 | -2/+11 |
* | Docs. | Jason Kirtland | 2007-08-12 | 1 | -0/+19 |
* | Allow auto_increment on any pk column, not just the first. | Jason Kirtland | 2007-08-12 | 1 | -7/+12 |
* | by popular demand, mysql reflection is now a single round-trip and uses a par... | Jason Kirtland | 2007-08-11 | 1 | -171/+718 |
* | Added 'unformat_identifiers', produces a list of unquoted identifiers from an... | Jason Kirtland | 2007-08-09 | 1 | -0/+3 |
* | restore clipping value for YEAR DDL | Jason Kirtland | 2007-08-09 | 1 | -2/+7 |
* | Added `set_types` to util, a tuple of available set implementations. | Jason Kirtland | 2007-08-08 | 1 | -15/+139 |
* | 'condition' misspelled | Mike Bayer | 2007-08-07 | 1 | -1/+1 |
* | Pedantic tweak to coltype swappage... | Jason Kirtland | 2007-08-04 | 1 | -0/+1 |
* | Further tweaks for lc strategies | Jason Kirtland | 2007-08-04 | 1 | -7/+16 |
* | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -1/+1 |
* | - Dialects can be queried for the server version (sqlite and mysql only with ... | Jason Kirtland | 2007-08-03 | 1 | -59/+150 |
* | Stopgap for post- #646 and r3030, wedge in 0.3 Decimals-are-floats behavior f... | Jason Kirtland | 2007-08-01 | 1 | -2/+1 |
* | Promoted format_table_seq from mysql to ansisql. Formats a fully qualified t... | Jason Kirtland | 2007-08-01 | 1 | -10/+0 |
* | MetaData can now reflect() all tables in the database en-masse thanks to tabl... | Jason Kirtland | 2007-07-31 | 1 | -1/+4 |
* | Big MySQL dialect update, mostly efficiency and style. | Jason Kirtland | 2007-07-29 | 1 | -117/+309 |
* | Finish table_names. | Jason Kirtland | 2007-07-29 | 1 | -2/+4 |
* | add table_names() for mysql. maybe it works. | Jonathan Ellis | 2007-07-29 | 1 | -0/+4 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -32/+75 |