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
...
*
Modified for windows support.
Carlos Castillo
2012-10-27
1
-2
/
+0
*
Fix read of invalid (already freed) memory.
John Gallagher
2012-10-15
1
-1
/
+1
*
workaround on windows. currently, int64 does not work correctly.
mattn
2012-09-12
1
-1
/
+3
*
gofmt + fix erroneous t.Errorf("foo:", err) statements to t.Error("foo:", err) .
cds
2012-09-11
1
-2
/
+2
*
bug fix: Byte slices belong to the caller and so must be copies.
Thomas Leske
2012-08-20
1
-1
/
+8
*
Handle bool values with "BOOLEAN" columns.
jander
2012-05-25
1
-2
/
+5
*
Increase busy timeout to 5 seconds.
John Gallagher
2012-04-07
1
-1
/
+1
*
Handle time.Time values with "timestamp" columns.
John Gallagher
2012-04-07
1
-6
/
+36
*
merged #11
mattn
2012-03-12
1
-2
/
+12
*
database/sql expects io.EOF after all rows have been Next'ed
Sven Engelhardt
2012-03-02
1
-1
/
+5
*
merged bradfitz's patch. thanks.
mattn
2012-02-20
1
-11
/
+15
*
For boolean values, marshal true to SQLite 1, not -1
lye
2012-02-06
1
-1
/
+1
*
Fixing build at tip
Scott Lawrence
2012-01-20
1
-2
/
+2
*
Fixed double free when closing SQLiteStmt
Alien Science
2012-01-19
1
-4
/
+0
*
Use pkg-config instead of a hardcoded LDFLAGS
lye
2012-01-10
1
-1
/
+1
*
allow to insert zero-length strings into database
Sven Engelhardt
2011-12-02
1
-3
/
+8
*
fix LastInsertId()/RowsAffected().
mattn
2011-11-15
1
-2
/
+2
*
last inserted row ID, affected rows.
mattn
2011-11-14
1
-1
/
+13
*
clean
mattn
2011-11-14
1
-1
/
+0
*
gofmt.
mattn
2011-11-11
1
-19
/
+20
*
first import.
mattn
2011-11-11
1
-0
/
+253
[prev]