16 Commits

Author SHA1 Message Date
e5d609b344 Added documentation for sql_mode support. 2006-03-06 05:33:01 +00:00
5a96a76eb0 * Added set_character_set(charset) method to database connections
* Added get_character_set_info() method to database connections

* Added charset option to database connections

* Updated docs, added FAQ

* 1.2.1c6
2006-03-03 04:09:21 +00:00
e23802d4d0 Remove erroneous insert_id() on cursor reference. 2006-02-27 05:37:22 +00:00
d90d2c8875 Documentation is good. Correct documentation is better. 2006-02-27 04:48:02 +00:00
0ead0d244d *** empty log message *** 2004-10-31 03:53:15 +00:00
2d32380e68 Version 1.1.7 2004-10-31 02:11:20 +00:00
92ccca2fbe Doc updates 2002-07-01 03:36:17 +00:00
7214eaa31e Version 0.9.2a1. Unicode + DB-API extensions. 2001-12-24 01:23:55 +00:00
c613b7a1c0 Minor fixes for 1.0.0. 2001-07-11 18:13:09 +00:00
fa43614411 Clarify use of host parameter to connect(). 2001-06-20 22:48:54 +00:00
c738a9efca Some corrections courtesy of Paul DuBois. 2001-06-20 21:58:59 +00:00
0b8262c115 Ignore stuff. 2001-05-28 19:07:07 +00:00
c1c89cc543 Rip out _mysql.field_*() methods, as MySQL recommends using SQL
instead. See C API docs.
2001-05-25 20:40:24 +00:00
702b563c6e 0.9.0c1 minor edit. 2001-05-23 02:12:10 +00:00
9c6aaae1eb More major code heaving.
All the threading stuff is ripped out and burned.
Too much code for not enough benefit. Still thread-safe,
just don't share connections.

Made a nice Set class for SET columns.

Updated the docs.
2001-05-11 05:07:33 +00:00
d05c6996da Revamped docs. 2001-05-10 05:31:50 +00:00