summaryrefslogtreecommitdiff
path: root/test/dialect/test_mysql.py
Commit message (Expand)AuthorAgeFilesLines
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-1602/+0
* YEAR(2) emits a warning and oursql / mysqlconnector throw an exceptionMike Bayer2013-06-231-4/+2
* most of these dialect=mysql.dialect() calls are redundantMike Bayer2013-06-081-23/+13
* Fix using of 'mysql_length' for composite indexesRoman Podolyaka2013-06-081-0/+29
* The ``deferrable`` keyword argument on :class:`.ForeignKey` andMike Bayer2013-06-031-0/+13
* mysql testsMike Bayer2013-05-261-13/+14
* - the raw 2to3 runMike Bayer2013-04-271-17/+17
* test for cymysqlHajime Nakagami2013-02-171-0/+1
* - [feature] Added "collation" parameter to allMike Bayer2012-10-101-1/+5
* - [feature] Added TIME type to mysql dialect,Mike Bayer2012-10-101-317/+222
* - tighten mysql date test to not fail over 1 second boundaries (and probably ...Mike Bayer2012-09-301-24/+25
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+5
* fixes to prevent the new MyISAM engine from breaking other testsMike Bayer2012-08-291-7/+3
* - expand out all the methods on insert/update/delete/select for nowMike Bayer2012-08-191-5/+0
* -whitespace bonanza, contdMike Bayer2012-07-281-24/+24
* - mysql [bug] Fixed bug whereby if cast() is usedMike Bayer2012-04-161-0/+15
* - test explicitly for 'VIEW', 'SYSTEM VIEW'Mike Bayer2012-04-121-7/+6
* Fixed test_system_views not checking for MySQL >= 5.0.0 as information_schema...elazar2012-04-121-2/+2
* Modified MySQLDialect.get_view_names() to also return system views such as th...elazar2012-04-111-0/+8
* - adjust mysql patch a bit so that we useMike Bayer2012-04-081-2/+2
* Fix innodb autoinc constraint (double)quotingJeff Dairiki2012-04-061-1/+17
* - [feature] Added support for MySQL index andMike Bayer2012-03-141-9/+48
* - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-2/+17
* - adjust some tests and such to work better with a mysql 5.5 installMike Bayer2011-10-111-8/+33
* undo that change with the _, it doesn't break round tripsMike Bayer2011-10-031-4/+2
* - a CREATE TABLE will put the COLLATE optionMike Bayer2011-10-031-1/+17
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-9/+9
* MergeMichael Trier2011-03-151-0/+12
|\
| * Informix and postgresql reserved words changes -- almost done.Jim Phares2011-03-151-0/+12
* | corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
|/
* - oursql dialect accepts the same "ssl" arguments inMike Bayer2011-02-101-0/+28
* - Query.distinct() now accepts column expressionsMike Bayer2011-02-101-7/+29
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-2/+2
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-261-0/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-26/+26
* - removes the "on_" prefix.Mike Bayer2010-12-301-2/+2
* - apply pep8 to compiler.pyMike Bayer2010-12-211-5/+4
* - hardwire the huge LIMIT number on MySQL. this might fix the OurSQL py3kMike Bayer2010-12-061-2/+2
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* | - fixes for PG, mysql, twophaseMike Bayer2010-11-201-8/+12
* | merge tipMike Bayer2010-11-141-0/+17
|\ \ | |/
| * - Fixed mysql bug involving reflection of CURRENT_TIMESTAMPMike Bayer2010-10-201-0/+17
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-3/+7
|/
* - The generated index name also is based onMike Bayer2010-08-021-1/+18
* test/dialectMike Bayer2010-07-111-130/+130
* - The argument to "ESCAPE" of a LIKE operator or similarMike Bayer2010-06-241-1/+54
* - MySQL dialect doesn't emit CAST() for MySQL versionMike Bayer2010-06-191-1/+14
* - func.sysdate() emits "SYSDATE()", i.e. with the endingMike Bayer2010-05-081-1/+7
* - No longer guessing that TINYINT(1) should be BOOLEANMike Bayer2010-03-271-1/+10