summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mysql.py
Commit message (Expand)AuthorAgeFilesLines
...
* factored "sequence" execution in postgres in oracle to be generalized to the ...Mike Bayer2005-12-161-5/+8
* added rudimentary support for limit and offset (with the hack version in oracle)Mike Bayer2005-12-071-1/+10
* primary_keys => primary_keyMike Bayer2005-12-041-2/+2
* Added float type to support real/double precision/float8/etc sql data types. ...Robert Leftwich2005-12-011-0/+5
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-1/+1
* rowcount doesnt work on MySQL, so disabled concurrency check with mysqlMike Bayer2005-11-271-14/+17
* mysql somewhat presentMike Bayer2005-11-271-0/+186