Commit Graph

  • 7be272c332 __doc__ strings. adustman 1999-04-01 06:45:02 +00:00
  • 675b285a7b Minor bugfix on _mysql: Set exception if non-sequence is passed to escape_row(). adustman 1999-03-30 07:59:51 +00:00
  • 55d15aeb83 Modified to use new _mysql result object methods. adustman 1999-03-25 07:13:06 +00:00
  • 8ac921c304 Added some new result object methods for fetching many or all rows, which should speed things up a bit. Not that it's slow... adustman 1999-03-25 07:11:24 +00:00
  • 31a706efde Finally chased down an ugly memory leak in _mysql. Tested with a script I got from mxODBC author Marc-Andre Lemburg, which revealed the leak in the first place. adustman 1999-03-18 06:20:14 +00:00
  • e1970cf20b Updated _mysql to do some type conversion. Adds a dictionary type_conv which makes MySQL field types to Python functions which perform the conversion. All numeric types except DECIMAL are mapped into either PyInt or PyLong, and the floating point types are mapped into PyFloat by default. Types which are not represented in the dictionary are returned as strings. adustman 1999-03-17 02:20:42 +00:00
  • 161f66f556 Added a _mysql.quote_row() function which takes a row of data as a tuple and quotes it, converting None into NULL. adustman 1999-03-16 05:22:46 +00:00
  • 563ab10307 Added access to various MySQL constants, plus field flags. More specific exception handling. And a light sprinkling of bug fixes throughout. adustman 1999-03-13 09:32:38 +00:00
  • c02de220c3 Nearly everything that should work now works. Need to add a few more methods to the Result object. Also need to rip out the Field object; ended up not needing it. It's just cruft now. adustman 1999-03-12 07:38:17 +00:00
  • 638b154e72 A home-made mysql interface for Python so I can learn the API. It's almost sorta functional. The problem with the existing interface (minor) is that it's for 3.21 mysql. Not a huge problem, but it doesn't seem to have a stable maintainer at the moment either. adustman 1999-03-11 05:38:47 +00:00
  • 5ce1e6403e New repository initialized by cvs2svn. (no author) 1999-03-11 05:38:47 +00:00