Skip to content

Tags: rune-bk/p4d

Tags

v1.5

Toggle v1.5's commit message
Add explicit self.result=None in cursor.close to help prevent potenti…

…al "double free" errors. Resolves issue ibrewster#3

0.9

Toggle 0.9's commit message
Add full range of options for parameter markers

Fix bug with parsing results in Python 3

v0.5.1-beta

Toggle v0.5.1-beta's commit message
Improved method of freeing memory used by the fetchone call. Now we j…

…ust call the C function free() directly, rather than relying on a custom wrapper.

v0.5-beta

Toggle v0.5-beta's commit message
Fix GIT messing up my README file

v0.4-beta

Toggle v0.4-beta's commit message
Merge branch 'master' of https://github.com/ibrewster/p4d

v0.3.2-beta

Toggle v0.3.2-beta's commit message
Remove abstraction layer when accessing the 4D code from the DB cursor

Add close statement command when doing execute many

v0.1.1-beta

Toggle v0.1.1-beta's commit message
Update URL in setup.py to point to github page

v0.1-beta

Toggle v0.1-beta's commit message
Update for new name, and clean up repository