summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mysql.py
Commit message (Expand)AuthorAgeFilesLines
...
* happy new yearMike Bayer2008-01-011-1/+1
* - auto-reconnect support improved; a Connection can now automaticallyMike Bayer2007-12-191-2/+6
* Some code-level docs for r3916Jason Kirtland2007-12-121-0/+5
* - on mysql, emit inner joins as 'INNER JOIN ... ON' (for version 3.23)Jason Kirtland2007-12-121-0/+8
* default value of assert_unicode is None on String, False on create_engine(), ...Mike Bayer2007-11-281-2/+2
* - named_with_column becomes an attributeMike Bayer2007-11-251-10/+4
* Tests for mysql casts and a couple adjustments.Jason Kirtland2007-11-181-6/+6
* Migrated Connection.properties to Connection.info ('info' is the new standard...Jason Kirtland2007-11-181-8/+8
* More column type __repr__ corrections.Jason Kirtland2007-11-131-1/+1
* - mysql float types now do an end run around the base class and respect preci...Jason Kirtland2007-11-091-14/+86
* Whitespace cleanupJason Kirtland2007-11-051-81/+80
* - SHOW CREATE TABLE output is slightly different if msyql is in ANSI modeJason Kirtland2007-11-051-7/+11
* - merged path_based_options branchMike Bayer2007-10-281-9/+0
* - added test coverage for unknown type reflection, fixedMike Bayer2007-10-181-1/+1
* - Added support for UPDATE with LIMIT on mysql.Jason Kirtland2007-10-161-2/+40
* removed unused _fold_identifier_case methodMike Bayer2007-10-021-10/+0
* Changed MySQL dialect to use the older LIMIT <offset>, <limit> syntax insteadJason Kirtland2007-09-261-10/+22
* Fixed repr() of mysql floats [ticket:775]Jason Kirtland2007-09-071-4/+3
* mysql SETs and ENUMs now unescape embedded quotes before storage in .enums an...Jason Kirtland2007-09-061-6/+13
* Fixed reflection of the empty string for mysql enums.Jason Kirtland2007-09-051-3/+3
* engine.url cleanups [ticket:742]Jason Kirtland2007-08-291-1/+2
* - Restored reflection for mysql VIEWs [ticket:748]Jason Kirtland2007-08-281-28/+114
* Fix for reflecting mysql keys that have USINGJason Kirtland2007-08-221-1/+1
* Housekeeping.Jason Kirtland2007-08-221-16/+14
* - method call removalMike Bayer2007-08-201-10/+8
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-17/+19
* - fixed prefixes= argument to select()Jason Kirtland2007-08-181-0/+8
* - modified SQL operator functions to be module-level operators, allowingMike Bayer2007-08-181-3/+5
* stopgap, need a general strategy for raising readable exceptions for unicode ...Jason Kirtland2007-08-151-1/+2
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-94/+123
* adjusted mysql autoload from a named schema, esp. for windowsJason Kirtland2007-08-131-8/+7
* auto-commit after LOAD DATA INFILE for mysqlJason Kirtland2007-08-121-2/+11
* Docs.Jason Kirtland2007-08-121-0/+19
* Allow auto_increment on any pk column, not just the first.Jason Kirtland2007-08-121-7/+12
* by popular demand, mysql reflection is now a single round-trip and uses a par...Jason Kirtland2007-08-111-171/+718
* Added 'unformat_identifiers', produces a list of unquoted identifiers from an...Jason Kirtland2007-08-091-0/+3
* restore clipping value for YEAR DDLJason Kirtland2007-08-091-2/+7
* Added `set_types` to util, a tuple of available set implementations.Jason Kirtland2007-08-081-15/+139
* 'condition' misspelledMike Bayer2007-08-071-1/+1
* Pedantic tweak to coltype swappage...Jason Kirtland2007-08-041-0/+1
* Further tweaks for lc strategiesJason Kirtland2007-08-041-7/+16
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-1/+1
* - Dialects can be queried for the server version (sqlite and mysql only with ...Jason Kirtland2007-08-031-59/+150
* Stopgap for post- #646 and r3030, wedge in 0.3 Decimals-are-floats behavior f...Jason Kirtland2007-08-011-2/+1
* Promoted format_table_seq from mysql to ansisql. Formats a fully qualified t...Jason Kirtland2007-08-011-10/+0
* MetaData can now reflect() all tables in the database en-masse thanks to tabl...Jason Kirtland2007-07-311-1/+4
* Big MySQL dialect update, mostly efficiency and style.Jason Kirtland2007-07-291-117/+309
* Finish table_names.Jason Kirtland2007-07-291-2/+4
* add table_names() for mysql. maybe it works.Jonathan Ellis2007-07-291-0/+4
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-32/+75