8000 Tags · namdv7777/go-oci8 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: namdv7777/go-oci8

Tags

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: memory leak in transaction handles (mattn#410)

- New handles are no longer allocated when starting new transactions.
- Extend transaction testcase

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a memory leakage in getRowid (mattn#406)

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Statement caching (mattn#403)

- added parameter `stmt_cache_size` to DSN string

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mattn#386 from MichaelS11/fmt

gofmt -s

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mattn#384 from MichaelS11/rename

Remove OCI8 from names & added examples

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mattn#383 from MichaelS11/cursor

Added ref cursor sub query

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mattn#382 from MichaelS11/ociBreak

Fixed unwanted ociBreak call when cancel called before rows close

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mattn#381 from MichaelS11/OCIStmtPrepare2

Switched to OCIStmtPrepare2 & Improve context done

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mattn#380 from MichaelS11/freeDefines

Fix query - freeDefines

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mattn#370 from MichaelS11/timestamp

Default timestamp (without time zone) to UTC & Remove select DB time zone
0