Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python-trio/trio-mysql

Pure Python MySQL Client
https://github.com/python-trio/trio-mysql

Quick fix to tests

5a4d59cf1cb7963f662d9559e48dd76d5b9f16eb authored over 14 years ago by Pete Hunt <[email protected]>
Added docstrings

25b9b19cd17116bb86cc59ee656494fb79472047 authored over 14 years ago by Pete Hunt <[email protected]>
fixed a bug with null _rows attribute and added more tests

48189f25904aedd82caab1d738c891129742b54f authored over 14 years ago by Pete Hunt <[email protected]>
refactoring of tests and created a test case for the example

d22549e1f87e24179e38a15fbaf254a7975f10da authored over 14 years ago by Pete Hunt <[email protected]>
fixed a bug with encoding decimals and fixed a bug with respect to binary data and unicode

830e4786c151d2b41c2c6b59eda89015fb0bbade authored over 14 years ago by Pete Hunt <[email protected]>
more jython

68056ad199a8b2a193a266694780a87cae6dddf5 authored over 14 years ago by Pete Hunt <[email protected]>
Fix for Jython support (and big-endian machines). Did not specify endianness of client_flag and other binary data

d291a664a4a50dadd3c23008a0fa73ef2924c1d6 authored over 14 years ago by Pete Hunt <[email protected]>
oops

3ff9b77b4c667f69db20e34e3d457bf17548c68e authored over 14 years ago by Pete Hunt <[email protected]>
Fixed a potential bug in _get_server_information() regarding buffering. Fixed a bug having to do with old versions of Python and the set module. Basic Jython 2.2 compatibility now exists.

d68666032e25f5e6896964a8a01ee48088146022 authored over 14 years ago by Pete Hunt <[email protected]>
added install_as_MySQLdb and started working on the new issue

952168b4c047e9bf994d0134093a134f30714618 authored over 14 years ago by Pete Hunt <[email protected]>
Forgot test case for issue 5

a46d515b3aa2ff9e162008d0005996b7eec7c025 authored over 14 years ago by Pete Hunt <[email protected]>
My first commit. Did a lot of refactoring, so see the updated README file

ca4454a3e7cf283838b6c3f1871fcc1a85eb5e3e authored over 14 years ago by Pete Hunt <[email protected]>
updates to make pymysql more MySQLdb-esque (to be a drop-in replacement

for clients).

718be87596b53d5f32a741ee97d930e6373da0eb authored about 15 years ago by Iceman <[email protected]>
Changes to pymysql to make it work for large result sets. As it is now it

treats the entire result as one packet: the length of the first packet
(result set header packet)...

189f1be7fec5a5afcfc701c053982b259994be8c authored about 15 years ago by Iceman <[email protected]>
pymysql-0.2 initial commit

07ae36e644cdca99eb5c2bbc5fbbf562512325a6 authored over 15 years ago by David Story <[email protected]>