Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

MySQLdb-SVN Commit Log


Commit Date  
[r291] by adustman

https://sourceforge.net/tracker/?func=detail&aid=850174&group_id=22307&atid=374932

Use more precision for floats; str(<float>) doesn't return full precision.

2003-12-13 04:58:25 Tree
[r290] by adustman

Preliminary SSL support. Adds a ssl parameter to connect().
ssl should be a mapping. These are the recognized keys:

ca*, cert*, capath, key*, cipher

Items marked with * are required. All values must be strings.
They are described here:

http://www.mysql.com/doc/en/SSL_options.html

You're probably better off putting these variables into an
option file and using read_option_file instead.

SSL is supported in MySQL-4.0 and newer. Even if you don't
specify all the required parameters, the connection will probably
succeed, although without SSL.

This is not yet tested in any significant way.

2003-11-27 20:56:40 Tree
[r289] by --none--

This commit was manufactured by cvs2svn to create tag 'r_0_9_3_b_2'.

2003-11-23 22:04:04 Tree
[r288] by adustman

Version bump

2003-11-23 22:04:04 Tree
[r287] by adustman

Time-handling updates. New load order is:

mxdatetime (wrapper around mx.DateTime)
pytimes (wrapper around Python-2.3+ datetime)
stringtimes (minimal string implementation)

The logic is, if you're running Python-2.3 and are have mx.Datetime,
you probably want to use that instead of datetime.

2003-11-23 22:02:13 Tree
[r286] by adustman

Bug #816721

2003-11-22 19:30:40 Tree
[r285] by adustman

Bug #811636 fix (?)

2003-11-22 18:55:13 Tree
[r284] by adustman

info() might return None or empty string

2003-09-07 02:51:15 Tree
[r283] by adustman

Don't treat FIELD_TYPE.CHAR as a character type, it's really
a TINYINT (FIELD_TYPE.TINY).

2003-09-07 02:45:58 Tree
[r282] by adustman

Bug#778822

2003-09-07 02:25:05 Tree
Older >