index
:
golite
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sqlite3.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
set/reset finalizer to free SQLite3 handles
mattn
2014-11-14
1
-2
/
+7
*
rows.Close()
mattn
2014-11-14
1
-0
/
+1
*
Should affect on only 386
mattn
2014-10-24
1
-7
/
+0
*
Merge pull request #155 from kartaca/master
mattn
2014-10-24
1
-2
/
+4
|
\
|
*
fixed timezone problem for datetime types
Mehmet Gurevin
2014-10-23
1
-2
/
+4
*
|
Specify by -D
mattn
2014-10-22
1
-4
/
+0
*
|
Thread safe
mattn
2014-10-20
1
-3
/
+11
*
|
add Version func for retrieving SQLite library version info
romo
2014-10-13
1
-0
/
+8
|
/
*
Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9'
mattn
2014-09-10
1
-0
/
+3
|
\
|
*
Workaround for #109, #147
mattn
2014-09-10
1
-0
/
+3
*
|
Merge branch 'master' of https://github.com/mattn/go-sqlite3
mattn
2014-09-03
1
-0
/
+3
|
\
\
|
*
|
Fixed checking parameter count
mattn
2014-08-18
1
-1
/
+1
|
*
|
Merge branch 'master' of github.com:mattn/go-sqlite3
mattn
2014-08-18
1
-0
/
+5
|
|
\
\
|
*
|
|
Check parameter count
mattn
2014-08-18
1
-0
/
+3
*
|
|
|
Merge branch 'pr/135'
mattn
2014-09-03
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Add "date" to decltypes parsed as a unix time
Peter Waller
2014-09-02
1
-1
/
+1
|
*
|
Add 'date' to rc.decltypes interpreted as a time
Peter Waller
2014-08-11
1
-1
/
+1
|
|
/
*
|
Add one blank line for godoc
mattn
2014-08-18
1
-0
/
+1
*
|
Add license header
mattn
2014-08-18
1
-0
/
+4
|
/
*
implicitly close Stmt in Queryer, Close #131
Sven Engelhardt
2014-07-15
1
-2
/
+8
*
Add missing time format, fixes #43
Sean Duffy
2014-07-08
1
-0
/
+1
*
Fix error on Execer. Close #124
mattn
2014-06-26
1
-41
/
+44
*
Implements Execer/Queryer. Close #60, #82, #113
mattn
2014-06-25
1
-73
/
+60
*
Merge pull request #116 from c14n/master
mattn
2014-06-25
1
-2
/
+4
|
\
|
*
Enable extended error codes.
Christoph Martin
2014-04-01
1
-2
/
+4
*
|
Remove dead code in SQLiteRows.Bind. Close #119
mattn
2014-06-25
1
-8
/
+0
|
/
*
tiny typo fix
tpltnt
2014-02-18
1
-1
/
+1
*
Next(): populate Row with []byte instead of string, as per driver doc
mpl
2013-12-05
1
-1
/
+1
*
Provide more detailed error messages
Robert Knight
2013-11-19
1
-13
/
+19
*
Merge pull request #88 from hattya/close_v2
mattn
2013-10-24
1
-6
/
+1
|
\
|
*
Use sqlite3_close_v2()
Akinori Hattori
2013-10-24
1
-6
/
+1
*
|
sqlite3_column_blob() returns NULL for zero-length BLOB
Akinori Hattori
2013-10-24
1
-0
/
+4
|
/
*
Include errno.h when build on cygwin. Closes #87
mattn
2013-10-02
1
-0
/
+4
*
Disable Execer/Queryer until database/sql/driver implement QueryRow: #82
mattn
2013-09-12
1
-59
/
+61
*
Execer/Queryer should use transaction
mattn
2013-09-12
1
-0
/
+14
*
Fixes Queryer
mattn
2013-09-09
1
-5
/
+8
*
Fixes Execer/Queryer
mattn
2013-09-09
1
-18
/
+19
*
Close rows if not nil
mattn
2013-09-09
1
-1
/
+3
*
Must not close statement
mattn
2013-09-09
1
-2
/
+2
*
Implements Queryer
mattn
2013-09-09
1
-1
/
+24
*
Remove debug message
mattn
2013-09-09
1
-1
/
+0
*
Implements Execer
mattn
2013-09-09
1
-4
/
+30
*
Start work on introducing machine-readable error codes.
Jochen Voss
2013-08-30
1
-11
/
+15
*
Changed extension support to load from a string list of extensions
Carlos Castillo
2013-08-24
1
-12
/
+30
*
Added error return to ConnectHook and fixed extension example
Carlos Castillo
2013-08-24
1
-2
/
+4
*
Fixes typo
mattn
2013-08-23
1
-6
/
+6
*
Add AutoCommit
mattn
2013-08-23
1
-0
/
+4
*
Possible to register custom driver
mattn
2013-08-23
1
-5
/
+11
*
Add new driver name 'sqlite3_with_extensions'
mattn
2013-08-23
1
-1
/
+12
*
Rervert ff8e6729ce0628c3da97bd8e85c636f3645c2516
mattn
2013-08-14
1
-15
/
+11
[next]