江文
江文
> I can't publish wheels, only @RobinD42 can. Hi @swt2c is it possbile you share us with the wheel file? Some of us really really need the win32 version...
> Wow, that's godsend for me! Many thanks @oleksis !
Many thanks!
Thanks @braian87b ! Sorry you get distrubed! I no longer have the time and ability to maintain pypyodbc, because I now use pypyodbc seldomly because I spend less time do...
If anybody wants to join the develop team please let me know. Thank you.
Now move all 1.3.3 features to Github and version up to 1.3.4.
For those who might be interested, I now regularly run the below python code to clean session lock files. The code compares lock files with existing session files and removes...
With Python dict, you can do this: >>> d = {} >>> iter(d.items()) >>> reversed(d.items()) aslo you can refere to this: https://docs.python.org/3/library/stdtypes.html#dictionary-view-objects Right now, to access the latest entries, I...
> It would be great if that could be supported and consistent with dict!