openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
MySQL for Python
Settings
|
Report Duplicate
38
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 2 hours
ago. based on code collected
about 15 hours
ago.
Dec 18, 2024 — Dec 18, 2025
Showing page 32 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
__doc__ strings.
adustman
More...
over 26 years ago
Minor bugfix on _mysql: Set exception if non-sequence is passed to escape_row().
adustman
More...
over 26 years ago
Minor bugfix on _mysql: Set exception if non-sequence is passed to
adustman
More...
over 26 years ago
Modified to use new _mysql result object methods.
adustman
More...
over 26 years ago
Modified to use new _mysql result object methods.
adustman
More...
over 26 years ago
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
More...
over 26 years ago
Added some new result object methods for fetching many or all rows,
adustman
More...
over 26 years ago
Finally chased down an ugly memory leak in _mysql. Tested with a script
adustman
More...
almost 27 years ago
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
More...
almost 27 years ago
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
More...
almost 27 years ago
Updated _mysql to do some type conversion. Adds a dictionary type_conv
adustman
More...
almost 27 years ago
Added a _mysql.quote_row() function which takes a row of data as a tuple and quotes it, converting None into NULL.
adustman
More...
almost 27 years ago
Added a _mysql.quote_row() function which takes a row of data as a tuple
adustman
More...
almost 27 years ago
Added access to various MySQL constants, plus field flags. More specific
adustman
More...
almost 27 years ago
Added access to various MySQL constants, plus field flags. More specific exception handling. And a light sprinkling of bug fixes throughout.
adustman
More...
almost 27 years ago
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
More...
almost 27 years ago
Nearly everything that should work now works. Need to add a few more
adustman
More...
almost 27 years ago
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
More...
almost 27 years ago
A home-made mysql interface for Python so I can learn the API. It's almost
adustman
More...
almost 27 years ago
New repository initialized by cvs2svn.
(no author)
More...
almost 27 years ago
New repository initialized by cvs2svn.
(no author)@9fc6cd9a-920d-0410-adcf-ac96716ed7e8
More...
almost 27 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree