| 1 |
root |
1.1 |
Revision history for Perl extension Coro::Mysql |
| 2 |
|
|
|
| 3 |
root |
1.5 |
1.0 Sun Jun 21 02:56:05 CEST 2009 |
| 4 |
root |
1.4 |
- allow unblock calls on non-mysql handles as well |
| 5 |
root |
1.5 |
(and return them unchanged). |
| 6 |
|
|
- unpatching was done too late durign destruction - |
| 7 |
|
|
hook diretcly into mysql's vio for that. saves memory |
| 8 |
|
|
and should be faster, even though neither will make a big |
| 9 |
|
|
difference :) |
| 10 |
|
|
- added a nice usage example using PApp::SQL 1.04. |
| 11 |
root |
1.3 |
|
| 12 |
root |
1.2 |
0.1 Sat May 30 08:57:43 CEST 2009 |
| 13 |
|
|
- first cpan upload. |
| 14 |
|
|
|
| 15 |
root |
1.1 |
0.01 Sun May 17 15:11:00 CEST 2009 |
| 16 |
|
|
- original version; cloned from Convert::Scalar. |
| 17 |
|
|
|