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
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]>Fix 114 - autocommit is not set after reconnecting with ping()
0a951e4b85e9d52b8374cc4256fc4b03c4af2cf2 authored about 12 years ago by petehunt <[email protected]>Add option to disable Nagle's Algorithm on underlying socket.
4cd1107f320982f072abaa867bbfaa682aac340e authored about 12 years ago by petehunt <[email protected]>Add missing charset for MySQL 5.5.27
64ff9c6b8b17b656cf6492115de4f11f1c695459 authored about 12 years ago by petehunt <[email protected]>Description viewable in github
962eb65e6a44bcdc5a1d2897ecc75bee66295b8c authored about 12 years ago by petehunt <[email protected]>Fix README -> README.rst
c5954074ab43d46524f8b8052aeff0ba51a9a219 authored about 12 years ago by petehunt <[email protected]>1dfcf771d1bf42f757d529aeb24ce057dcbacd79 authored about 12 years ago by darkfeline <[email protected]>
9fe514bb7c7cbf78e482d5f8911e63ff6dbf7eaf authored about 12 years ago by Ragnar Skulason <[email protected]>
75e4332e6e365bfa89e5844a094f160fb59825af authored about 12 years ago by Ragnar Skulason <[email protected]>
You can export the list with this command:
mysql -u root information_schema -e "SELECT
CONCAT(\"...
77b1beb3a1c85bd606d840cfc38a2da296eae14f authored over 12 years ago by Seth Murphy <[email protected]>
fixes #114
eeb84b92a0bf9a5609fdff43a627dcfbca8360a9 authored over 12 years ago by Bruno Bigras <[email protected]>04da0b87915c332c736df0c22210cd0c2d4b7dac authored over 12 years ago by Bruno Bigras <[email protected]>
00f7c3fef82d77eb17017351a0e7609fffa9ff7d authored over 12 years ago by Joshua "jag" Ginsberg <[email protected]>
add option to Connect that disables Nagle's Algorithm -- sets
TCP_NODELAY on the socket.
Update url in setup.py
f670d9a68a047744cf5f57c1ba752d3fe34916ec authored over 12 years ago by petehunt <[email protected]>05638867e273bf1cd0284efa8e6c942b74926e9a authored over 12 years ago by Bruno Bigras <[email protected]>
Fix for Python 2.x mixing unicode and ascii strings
f5fcbcb26658a3a61b153bb445a79da282a10b9e authored almost 13 years ago by petehunt <[email protected]>Fix ping() when connection is not active.
3656421dae1dfff4a431b2eb0e1d2b805e10b6ea authored almost 13 years ago by petehunt <[email protected]>fix int args being turned into strings
e08cdc717dab31eebc789705ac36da647f98e7f3 authored almost 13 years ago by petehunt <[email protected]>parse port in my.cnf file as integer
71a1a89c614ebca3fd3f8c02c816bb0216271b64 authored almost 13 years ago by petehunt <[email protected]>2cd5e95ad1dee3815aa992766da0ab92761d015c authored almost 13 years ago by Charles Duffy <[email protected]>
With MySQL 5.1.41 the exception happened when doing read_packet()
61b36489c3110f1d706b5c8e2a9fa8dbc6beb107 authored almost 13 years ago by Bruno Bigras <[email protected]>
The code could fail if a unicode object is used as the query, and a
utf-8 encoded string with ch...
Bug fixes for Python 3
a4d2ead8c179270947a2713cb9c795aef2fc788b authored about 13 years ago by petehunt <[email protected]>
2a520f63 introduced a bug, becuase Connection.set_charset can be called
by Connection.__init__, ...
13b0d8719e1d848f24755df20d4f2053612e2efc authored about 13 years ago by Ian Clelland <[email protected]>
Implementation of SSCursor, and dump_packet() Fixes
4d7427fb57bce0c4042e9a412fba067d85c3b277 authored about 13 years ago by petehunt <[email protected]>d429c13111f07911fcb057dbab15fef97429ba9d authored about 13 years ago by Cameron Eure <[email protected]>
573c4eba5328249ee742ba09e7f6654e271af471 authored about 13 years ago by Cameron Eure <[email protected]>
c35c90006b9a8b9632cad79517144108ebdb6061 authored about 13 years ago by Cameron Eure <[email protected]>
7aa2933feb0decc17c68295aa4e43d2063674bd8 authored about 13 years ago by Cameron Eure <[email protected]>
- Check self._has_next before calling self.nextset() in close()
- Set unbuffered_active to False ...
c9fa65192cb8a431c7b6b4ac2cfa3a20385f4e82 authored about 13 years ago by Pete Hunt <[email protected]>
ef61bf0a196da649b90f6b52ed86c82b37d39733 authored about 13 years ago by Cameron Eure <[email protected]>
3b1d0a011b07e79333ee118ff25c9870712370be authored about 13 years ago by Cameron Eure <[email protected]>
22c0eb57608d99a97949bc88cb4b7c9521721203 authored about 13 years ago by Cameron Eure <[email protected]>
128a52262703caf800c2ca54deae101485372519 authored about 13 years ago by Cameron Eure <[email protected]>
fb391ad16c572666898b55b69e00e9c9be3f7517 authored about 13 years ago by Cameron Eure <[email protected]>
104d3b979ee3341f4ac1824f5bb866ba7c298a88 authored about 13 years ago by Cameron Eure <[email protected]>
c30e2e9009862efd1fd28a2982bf292fd5f5121d authored about 13 years ago by Cameron Eure <[email protected]>
3fe457b53cbac4071299830052edbb92afca8427 authored about 13 years ago by Cameron Eure <[email protected]>
- Implemented fetchmany(), fetchall_list()
- EOFPacket and OKPacket placeholders
c52f9e3231ffa3245d3334108d0c407af3b32da2 authored about 13 years ago by Cameron Eure <[email protected]>
badcc033df94ce4aae1f33a92d03a24bbe09aab4 authored about 13 years ago by Cameron Eure <[email protected]>
2a520f63bb9725e245484637837d0e1f7137202f authored about 13 years ago by Cameron Eure <[email protected]>
9402330595a0df6a2fcbd354967cfcd07d70406f authored about 13 years ago by Cameron Eure <[email protected]>
b4d4857185b337ade2c5e5e3d5221a67f280aaa4 authored about 13 years ago by Cameron Eure <[email protected]>
7593372c0dee310701e5a759231c0381cec6bb1d authored about 13 years ago by Cameron Eure <[email protected]>
1e1a90269c492d5b629ef73bcdfc0c68a1dcc5e3 authored about 13 years ago by petehunt <[email protected]>
555d8f480241b0f76a958cac80f1fd5527920513 authored about 13 years ago by phunt <[email protected]>
5fd6129ecc8377436b38bdaac47b4b0172b758c8 authored about 13 years ago by phunt <[email protected]>
4a78b518685396cbc912a2fea4a63e0ab32b7f5e authored about 13 years ago by phunt <[email protected]>
356c8595da21210997790d8ff56e8d7c1694518a authored about 13 years ago by phunt <[email protected]>
fixes need to get pymysql to work with HTSQL
49365675a83597f9aae5cbcccdea86ac99221afb authored about 13 years ago by petehunt <[email protected]>db2edfc8a0687fef906cf7663f4880d936ceccea authored about 13 years ago by j0hnsmith <[email protected]>
ef05715be1c0691496b9d2f3660465f7cc65f8e2 authored about 13 years ago by Clark C. Evans <[email protected]>
a572a72b768d79262b8a46a1f5c76d498207ded1 authored about 13 years ago by Clark C. Evans <[email protected]>
709f4f6489fd412ba228b14aabaed97861f5cefd authored about 13 years ago by Clark C. Evans <[email protected]>
this occurs with SELECT NULL, '' for example.
dbfe6d9a23992a504b51c351d34966b17e24fb9c authored about 13 years ago by Clark C. Evans <[email protected]>fecc4a6cfad565fbfe4aa14cfa9fe10184c2ac75 authored over 13 years ago by Pete Hunt <[email protected]>
b1f538e48440a1978ca0d9922ff4ac53f55184fb authored over 13 years ago by Pete Hunt <[email protected]>
1b7cf62b956b8ce515aac667284611b0ad75e6fe authored over 13 years ago by Pete Hunt <[email protected]>
c74c766f597692bb50e9e8020cc76b28ab42e36f authored over 13 years ago by Pete Hunt <[email protected]>
0338fa4a9d07a8af7c1fb605f5135591acb1efd2 authored over 13 years ago by Pete Hunt <[email protected]>
23dbf5f6f4fd05c60703d124d6cb22404b2c8e26 authored over 13 years ago by Pete Hunt <[email protected]>
82de5606755a7da2f2be2450a899ac6c4f610e2b authored over 13 years ago by Pete Hunt <[email protected]>
7f7d921fa53cf2a7b4ff8c260691d57b065eebab authored over 13 years ago by Pete Hunt <[email protected]>
68fd5f9c957c32f1a26e8bbc79660736dae44f06 authored over 13 years ago by Pete Hunt <[email protected]>
206c837362cc38395f81d9403951b4682fb68188 authored over 13 years ago by Pete Hunt <[email protected]>
bda803b5bcaa5da77d82e88d6360de4ee2c8fd8c authored over 13 years ago by Pete Hunt <[email protected]>
adce57e318452cd8e47107619d90afde2c191e33 authored over 13 years ago by Pete Hunt <[email protected]>
6639d4bf8574d4c565f2230083d44a890ca24de0 authored almost 14 years ago by Pete Hunt <[email protected]>
13ac26a744bdd91765898275d4dbfbc3d87d3c33 authored almost 14 years ago by Pete Hunt <[email protected]>
b3b28263ef84d0d26b042f4abd778a6f77b45238 authored almost 14 years ago by Pete Hunt <[email protected]>
cfce9525b5f4db12460412fedb2a5cac0dd49ea6 authored almost 14 years ago by Pete Hunt <[email protected]>
4b755d79755335f1fc19dfabde3de2bda7e6be11 authored about 14 years ago by Pete Hunt <[email protected]>
31acd730c4fca569f654fbf00fcbfe9d7b864a4b authored about 14 years ago by Pete Hunt <[email protected]>
a7045758d80fd4c43319600338d210d0d78a51e7 authored about 14 years ago by Pete Hunt <[email protected]>
6dffd631005cee8808bfadc63f5e24fea1f76cf9 authored about 14 years ago by Pete Hunt <[email protected]>
fbd8bd166e3c1a847f0a13a9667c42ba8b6736e3 authored about 14 years ago by Pete Hunt <[email protected]>
7a05a0caccff295c40ed4433d5dd7b5044efa5d8 authored about 14 years ago by Pete Hunt <[email protected]>
d51400138c4014006fbd016a73fc3db9d439b1b4 authored about 14 years ago by Pete Hunt <[email protected]>
bfa2cf574dc96d37e0c5679b32bad681efbd6e6a authored about 14 years ago by Pete Hunt <[email protected]>
f3ced07f33bdd14ef46de0cd153cc3c8a3711cca authored about 14 years ago by Pete Hunt <[email protected]>
edd8a1a895159031d1114474e4db49e3b158b78a authored about 14 years ago by Pete Hunt <[email protected]>
014ee3d136e1676f9c7ff0bf50a730bf2a3108b6 authored about 14 years ago by Pete Hunt <[email protected]>
01c2b16ec7bb6507c8f46c4c98e364d0336a738d authored about 14 years ago by Pete Hunt <[email protected]>
814e2350e1188a0c314ed45ab993d4441a9dcc16 authored about 14 years ago by Pete Hunt <[email protected]>
bdbb6cdc939ad6d2c1d023950e18f085adc4dc4b authored about 14 years ago by Pete Hunt <[email protected]>
da59b56e903d0b8e204b86d9177e7612a8a103b8 authored about 14 years ago by Pete Hunt <[email protected]>
f6595cfdfda76d87189f8ffdf5efa18fb9f8e44f authored over 14 years ago by Pete Hunt <[email protected]>
1393da38ec3f22c66a1d2251ffa3ad2254ad21cb authored over 14 years ago by Pete Hunt <[email protected]>
1bca1a6a9d7d5c2856bf846f7b3fbe753c0aab3f authored over 14 years ago by Pete Hunt <[email protected]>
cc012927a46e61a39621971821d95804bf9c3292 authored over 14 years ago by Pete Hunt <[email protected]>
593c5af547300e3b45233547c68271e8f9cef0f8 authored over 14 years ago by Pete Hunt <[email protected]>
5037daf4be381841729880c92e58355151ed259e authored over 14 years ago by Pete Hunt <[email protected]>
8f50343b575f23c38e3cbd2a1186327aad015083 authored over 14 years ago by Pete Hunt <[email protected]>
b72bf56c435ec8facb76399a828c8215501731d0 authored over 14 years ago by Pete Hunt <[email protected]>
e57199de4fff8147f8a90ec2c355bc7a658f2dfd authored over 14 years ago by Pete Hunt <[email protected]>