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

Merge pull request #113 from j00bar/master

Removed object-level reference to first_packet in connections.MySQLResult, which can lead to a r...

bcb001c2ac0791d9351e0c4e05e7638720c3a4d7 authored about 12 years ago by petehunt <[email protected]>
Merge pull request #115 from brunoqc/fix_114

Fix 114 - autocommit is not set after reconnecting with ping()

0a951e4b85e9d52b8374cc4256fc4b03c4af2cf2 authored about 12 years ago by petehunt <[email protected]>
Merge pull request #112 from cactus/master

Add option to disable Nagle's Algorithm on underlying socket.

4cd1107f320982f072abaa867bbfaa682aac340e authored about 12 years ago by petehunt <[email protected]>
Merge pull request #122 from noplay/charset

Add missing charset for MySQL 5.5.27

64ff9c6b8b17b656cf6492115de4f11f1c695459 authored about 12 years ago by petehunt <[email protected]>
Merge pull request #124 from raggiskula/master

Description viewable in github

962eb65e6a44bcdc5a1d2897ecc75bee66295b8c authored about 12 years ago by petehunt <[email protected]>
Merge pull request #126 from darkfeline/patch-1

Fix README -> README.rst

c5954074ab43d46524f8b8052aeff0ba51a9a219 authored about 12 years ago by petehunt <[email protected]>
Fix README -> README.rst

1dfcf771d1bf42f757d529aeb24ce057dcbacd79 authored about 12 years ago by darkfeline <[email protected]>
Update README.rst

9fe514bb7c7cbf78e482d5f8911e63ff6dbf7eaf authored about 12 years ago by Ragnar Skulason <[email protected]>
Update README.rst

75e4332e6e365bfa89e5844a094f160fb59825af authored about 12 years ago by Ragnar Skulason <[email protected]>
Add missing charset for MySQL 5.5.27

You can export the list with this command:
mysql -u root information_schema -e "SELECT
CONCAT(\"...

e2b8886f012629c331a137cfc0ab0a81a40c87c9 authored about 12 years ago by Julien Duponchelle <[email protected]>
Added unicode to args not encoded in escape_item

77b1beb3a1c85bd606d840cfc38a2da296eae14f authored over 12 years ago by Seth Murphy <[email protected]>
Set autocommit after reconnecting with ping()

fixes #114

eeb84b92a0bf9a5609fdff43a627dcfbca8360a9 authored over 12 years ago by Bruno Bigras <[email protected]>
Unit test for bug #114

04da0b87915c332c736df0c22210cd0c2d4b7dac authored over 12 years ago by Bruno Bigras <[email protected]>
Removed object-level reference to first_packet in connections.MySQLResult, which can lead to a reference cycle and thus memory leaks

00f7c3fef82d77eb17017351a0e7609fffa9ff7d authored over 12 years ago by Joshua "jag" Ginsberg <[email protected]>
add optional flag to disable Nagle

add option to Connect that disables Nagle's Algorithm -- sets
TCP_NODELAY on the socket.

98ecbbd33eb8c097571cd202d77fc8fb1c3bdad5 authored over 12 years ago by elij <[email protected]>
Merge pull request #107 from brunoqc/patch-1

Update url in setup.py

f670d9a68a047744cf5f57c1ba752d3fe34916ec authored over 12 years ago by petehunt <[email protected]>
Update url in setup.py

05638867e273bf1cd0284efa8e6c942b74926e9a authored over 12 years ago by Bruno Bigras <[email protected]>
Merge pull request #93 from clelland/master

Fix for Python 2.x mixing unicode and ascii strings

f5fcbcb26658a3a61b153bb445a79da282a10b9e authored almost 13 years ago by petehunt <[email protected]>
Merge pull request #96 from brunoqc/master

Fix ping() when connection is not active.

3656421dae1dfff4a431b2eb0e1d2b805e10b6ea authored almost 13 years ago by petehunt <[email protected]>
Merge pull request #85 from j0hnsmith/master

fix int args being turned into strings

e08cdc717dab31eebc789705ac36da647f98e7f3 authored almost 13 years ago by petehunt <[email protected]>
Merge pull request #99 from charles-dyfis-net/config_port_as_int

parse port in my.cnf file as integer

71a1a89c614ebca3fd3f8c02c816bb0216271b64 authored almost 13 years ago by petehunt <[email protected]>
parse port in my.cnf file as integer

2cd5e95ad1dee3815aa992766da0ab92761d015c authored almost 13 years ago by Charles Duffy <[email protected]>
Fix ping() when the connection is not active

With MySQL 5.1.41 the exception happened when doing read_packet()

61b36489c3110f1d706b5c8e2a9fa8dbc6beb107 authored almost 13 years ago by Bruno Bigras <[email protected]>
Python 2.x Unicode handling fix

The code could fail if a unicode object is used as the query, and a
utf-8 encoded string with ch...

d2d99866a93c5c84ed34b795794c3370af443895 authored about 13 years ago by Ian Clelland <[email protected]>
Merge pull request #92 from clelland/master

Bug fixes for Python 3

a4d2ead8c179270947a2713cb9c795aef2fc788b authored about 13 years ago by petehunt <[email protected]>
Ensure that Connection._result is initialised early

2a520f63 introduced a bug, becuase Connection.set_charset can be called
by Connection.__init__, ...

a81fb66b2c05ec965786ec1b3a12db04bbddc797 authored about 13 years ago by Ian Clelland <[email protected]>
Python3: handle bytes() objects in unpack_int<n>

13b0d8719e1d848f24755df20d4f2053612e2efc authored about 13 years ago by Ian Clelland <[email protected]>
Merge pull request #88 from cleure/master

Implementation of SSCursor, and dump_packet() Fixes

4d7427fb57bce0c4042e9a412fba067d85c3b277 authored about 13 years ago by petehunt <[email protected]>
Cleanups, turn off debugging, make SSCursor unittest work on MySQLdb

d429c13111f07911fcb057dbab15fef97429ba9d authored about 13 years ago by Cameron Eure <[email protected]>
Improved tests

573c4eba5328249ee742ba09e7f6654e271af471 authored about 13 years ago by Cameron Eure <[email protected]>
Test case for SSCursor

c35c90006b9a8b9632cad79517144108ebdb6061 authored about 13 years ago by Cameron Eure <[email protected]>
Pass on nextset() and executemany(). To be implemented later

7aa2933feb0decc17c68295aa4e43d2063674bd8 authored about 13 years ago by Cameron Eure <[email protected]>
- Renamed Unbuffered Cursor to SSCursor

- Check self._has_next before calling self.nextset() in close()
- Set unbuffered_active to False ...

4f06141b7cd3c48c35caaec4a7c8f99941715f0c authored about 13 years ago by Cameron Eure <[email protected]>
Added test command to setup script

c9fa65192cb8a431c7b6b4ac2cfa3a20385f4e82 authored about 13 years ago by Pete Hunt <[email protected]>
Dont spin after reading ok packet on an unbuffered cursor

ef61bf0a196da649b90f6b52ed86c82b37d39733 authored about 13 years ago by Cameron Eure <[email protected]>
Removed fetchall_list()

3b1d0a011b07e79333ee118ff25c9870712370be authored about 13 years ago by Cameron Eure <[email protected]>
Documentation

22c0eb57608d99a97949bc88cb4b7c9521721203 authored about 13 years ago by Cameron Eure <[email protected]>
Implement forward scrolling for UnbufferedCursor, proper exceptions

128a52262703caf800c2ca54deae101485372519 authored about 13 years ago by Cameron Eure <[email protected]>
Implement OKPacket and EOFPacket wrapper classes

fb391ad16c572666898b55b69e00e9c9be3f7517 authored about 13 years ago by Cameron Eure <[email protected]>
Implement OKPacket and EOFPacket wrapper classes

104d3b979ee3341f4ac1824f5bb866ba7c298a88 authored about 13 years ago by Cameron Eure <[email protected]>
Implement OKPacket and EOFPacket wrapper classes

c30e2e9009862efd1fd28a2982bf292fd5f5121d authored about 13 years ago by Cameron Eure <[email protected]>
Implement OKPacket and EOFPacket wrapper classes

3fe457b53cbac4071299830052edbb92afca8427 authored about 13 years ago by Cameron Eure <[email protected]>
- Bug fixes

- Implemented fetchmany(), fetchall_list()
- EOFPacket and OKPacket placeholders

877087da662c679bf26cf4d7e6281c35ecb4be13 authored about 13 years ago by Cameron Eure <[email protected]>
Unbuffered Cursor bug fixes

c52f9e3231ffa3245d3334108d0c407af3b32da2 authored about 13 years ago by Cameron Eure <[email protected]>
Generator for fetchall()

badcc033df94ce4aae1f33a92d03a24bbe09aab4 authored about 13 years ago by Cameron Eure <[email protected]>
More fun with unbuffered cursors

2a520f63bb9725e245484637837d0e1f7137202f authored about 13 years ago by Cameron Eure <[email protected]>
Rename methods, since technically MySQL doesn't support server side cursors, but does support unbuffered cursors.

9402330595a0df6a2fcbd354967cfcd07d70406f authored about 13 years ago by Cameron Eure <[email protected]>
Just playing around with adding server-side cursors

b4d4857185b337ade2c5e5e3d5221a67f280aaa4 authored about 13 years ago by Cameron Eure <[email protected]>
Setup testing environment

7593372c0dee310701e5a759231c0381cec6bb1d authored about 13 years ago by Cameron Eure <[email protected]>
Bump version

1e1a90269c492d5b629ef73bcdfc0c68a1dcc5e3 authored about 13 years ago by petehunt <[email protected]>
Renamed README

555d8f480241b0f76a958cac80f1fd5527920513 authored about 13 years ago by phunt <[email protected]>
Fixed Python 3 compatibility

5fd6129ecc8377436b38bdaac47b4b0172b758c8 authored about 13 years ago by phunt <[email protected]>
Fixed unit test compatibility and got rid of some failures

4a78b518685396cbc912a2fea4a63e0ab32b7f5e authored about 13 years ago by phunt <[email protected]>
Added .gitignore and skip a failing test

356c8595da21210997790d8ff56e8d7c1694518a authored about 13 years ago by phunt <[email protected]>
Merge pull request #84 from clarkevans/master

fixes need to get pymysql to work with HTSQL

49365675a83597f9aae5cbcccdea86ac99221afb authored about 13 years ago by petehunt <[email protected]>
fix int args being turned into strings

db2edfc8a0687fef906cf7663f4880d936ceccea authored about 13 years ago by j0hnsmith <[email protected]>
fixing bug I introduce in convert_time, added coverage tests for change sets recently created

ef05715be1c0691496b9d2f3660465f7cc65f8e2 authored about 13 years ago by Clark C. Evans <[email protected]>
making time/timedelta conversion stupider to fix microsecond problems

a572a72b768d79262b8a46a1f5c76d498207ded1 authored about 13 years ago by Clark C. Evans <[email protected]>
having user default to current system user name

709f4f6489fd412ba228b14aabaed97861f5cefd authored about 13 years ago by Clark C. Evans <[email protected]>
handle case where a field's type doesn't have a decoder,

this occurs with SELECT NULL, '' for example.

dbfe6d9a23992a504b51c351d34966b17e24fb9c authored about 13 years ago by Clark C. Evans <[email protected]>
added insert_id

fecc4a6cfad565fbfe4aa14cfa9fe10184c2ac75 authored over 13 years ago by Pete Hunt <[email protected]>
compat fixes

b1f538e48440a1978ca0d9922ff4ac53f55184fb authored over 13 years ago by Pete Hunt <[email protected]>
fix for issue 71

1b7cf62b956b8ce515aac667284611b0ad75e6fe authored over 13 years ago by Pete Hunt <[email protected]>
modified readme

c74c766f597692bb50e9e8020cc76b28ab42e36f authored over 13 years ago by Pete Hunt <[email protected]>
Cleaned up tests, disabled legacy tests in python3

0338fa4a9d07a8af7c1fb605f5135591acb1efd2 authored over 13 years ago by Pete Hunt <[email protected]>
Added old MySQLdb test cases and adapted them slightly

23dbf5f6f4fd05c60703d124d6cb22404b2c8e26 authored over 13 years ago by Pete Hunt <[email protected]>
Added Py3k support

82de5606755a7da2f2be2450a899ac6c4f610e2b authored over 13 years ago by Pete Hunt <[email protected]>
Added some more unit tests; thanks Allen

7f7d921fa53cf2a7b4ff8c260691d57b065eebab authored over 13 years ago by Pete Hunt <[email protected]>
switch from send() and recv() to buffered i/o

68fd5f9c957c32f1a26e8bbc79660736dae44f06 authored over 13 years ago by Pete Hunt <[email protected]>
Added Allen Kerr's patch

206c837362cc38395f81d9403951b4682fb68188 authored over 13 years ago by Pete Hunt <[email protected]>
added sendall() fix - thanks tarek

bda803b5bcaa5da77d82e88d6360de4ee2c8fd8c authored over 13 years ago by Pete Hunt <[email protected]>
potentially breaking compatibility. also a few tests are breaking and i dont know why, but this code is good, i swear:

adce57e318452cd8e47107619d90afde2c191e33 authored over 13 years ago by Pete Hunt <[email protected]>
fixed bug with aggregate functions in python3. decoding decimals wasnt working

6639d4bf8574d4c565f2230083d44a890ca24de0 authored almost 14 years ago by Pete Hunt <[email protected]>
fix for issue 50

13ac26a744bdd91765898275d4dbfbc3d87d3c33 authored almost 14 years ago by Pete Hunt <[email protected]>
added DictCursor support. fixed a previously unknown bug in executemany(). fixed bug in python3 version of cursor.description

b3b28263ef84d0d26b042f4abd778a6f77b45238 authored almost 14 years ago by Pete Hunt <[email protected]>
merged in patches for issue 45 and issue 46

cfce9525b5f4db12460412fedb2a5cac0dd49ea6 authored almost 14 years ago by Pete Hunt <[email protected]>
fixed issue 43

4b755d79755335f1fc19dfabde3de2bda7e6be11 authored about 14 years ago by Pete Hunt <[email protected]>
more docs

31acd730c4fca569f654fbf00fcbfe9d7b864a4b authored about 14 years ago by Pete Hunt <[email protected]>
python 3 branch complete. moved issue26 branch to python3. old python 3 branch is obsolete. closes issue 26

a7045758d80fd4c43319600338d210d0d78a51e7 authored about 14 years ago by Pete Hunt <[email protected]>
fixed a big regression problem because the ssl module isnt present on 2.5. also worked a bit on py3k

6dffd631005cee8808bfadc63f5e24fea1f76cf9 authored about 14 years ago by Pete Hunt <[email protected]>
read_default_group implementation

fbd8bd166e3c1a847f0a13a9667c42ba8b6736e3 authored about 14 years ago by Pete Hunt <[email protected]>
split the changelog out of README

7a05a0caccff295c40ed4433d5dd7b5044efa5d8 authored about 14 years ago by Pete Hunt <[email protected]>
cleaned up charset and unicode functionality, aligned BIT type handling with MySQLdb, disambiguated length coded binary and strings, raised exception after connection is close()'d

d51400138c4014006fbd016a73fc3db9d439b1b4 authored about 14 years ago by Pete Hunt <[email protected]>
added license to setup.py, added changelog

bfa2cf574dc96d37e0c5679b32bad681efbd6e6a authored about 14 years ago by Pete Hunt <[email protected]>
changed absolute imports to relative imports

f3ced07f33bdd14ef46de0cd153cc3c8a3711cca authored about 14 years ago by Pete Hunt <[email protected]>
Fix for issue 38, thanks [email protected]

edd8a1a895159031d1114474e4db49e3b158b78a authored about 14 years ago by Pete Hunt <[email protected]>
fixed issue 17 unit test

014ee3d136e1676f9c7ff0bf50a730bf2a3108b6 authored about 14 years ago by Pete Hunt <[email protected]>
fix for issue 37

01c2b16ec7bb6507c8f46c4c98e364d0336a738d authored about 14 years ago by Pete Hunt <[email protected]>
added LICENSE

814e2350e1188a0c314ed45ab993d4441a9dcc16 authored about 14 years ago by Pete Hunt <[email protected]>
tests for 37 and 38

bdbb6cdc939ad6d2c1d023950e18f085adc4dc4b authored about 14 years ago by Pete Hunt <[email protected]>
added SSL support

da59b56e903d0b8e204b86d9177e7612a8a103b8 authored about 14 years ago by Pete Hunt <[email protected]>
fix and test case for issue 36

f6595cfdfda76d87189f8ffdf5efa18fb9f8e44f authored over 14 years ago by Pete Hunt <[email protected]>
fix for #35

1393da38ec3f22c66a1d2251ffa3ad2254ad21cb authored over 14 years ago by Pete Hunt <[email protected]>
real fix for issue 34

1bca1a6a9d7d5c2856bf846f7b3fbe753c0aab3f authored over 14 years ago by Pete Hunt <[email protected]>
fix for issue 33

cc012927a46e61a39621971821d95804bf9c3292 authored over 14 years ago by Pete Hunt <[email protected]>
fix for issue 34

593c5af547300e3b45233547c68271e8f9cef0f8 authored over 14 years ago by Pete Hunt <[email protected]>
fix for issue 30

5037daf4be381841729880c92e58355151ed259e authored over 14 years ago by Pete Hunt <[email protected]>
fixed a comment

8f50343b575f23c38e3cbd2a1186327aad015083 authored over 14 years ago by Pete Hunt <[email protected]>
removed nonbroken test

b72bf56c435ec8facb76399a828c8215501731d0 authored over 14 years ago by Pete Hunt <[email protected]>
fix for old_passwords. this was actually already in the code, but untested.

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