Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gosqlite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gosqlite
Commits
33e931b33a8a72279423636d3b630a612933eb3a
Switch branch/tag
gosqlite
18 Mar, 2012
1 commit
Introduce helper methods in tests.
· 33e931b3
gwenn
authored
Mar 18, 2012
33e931b3
16 Mar, 2012
1 commit
Add savepoint helper methods.
· c3df08aa
gwenn
authored
Mar 16, 2012
c3df08aa
11 Mar, 2012
1 commit
Set a default busy timeout to make go-sql-test pass.
· 80bbe1d9
gwenn
authored
Mar 11, 2012
80bbe1d9
10 Mar, 2012
3 commits
Fix database/sql/driver impl based on tip.
· 624e05cd
gwenn
authored
Mar 10, 2012
624e05cd
Cache column names.
· aa12f9e2
gwenn
authored
Mar 10, 2012
aa12f9e2
Include _cgo_export.h generated header file.
· 57134f1f
gwenn
authored
Mar 10, 2012
57134f1f
06 Mar, 2012
2 commits
Simplify Exec method.
· b2c37cab
gwenn
authored
Mar 06, 2012
b2c37cab
Add SetRecursiveTriggers helper.
· e2d13510
gwenn
authored
Mar 06, 2012
e2d13510
04 Mar, 2012
15 commits
Test Stmt misuse.
· 878a8077
gwenn
authored
Mar 04, 2012
878a8077
Test Blob misuse.
· 7321b68b
gwenn
authored
Mar 04, 2012
7321b68b
Test Backup misuse (continued).
· 07b37a71
gwenn
authored
Mar 04, 2012
07b37a71
Test Backup misuse (continued).
· 019242dd
gwenn
authored
Mar 04, 2012
019242dd
Test Backup misuse.
· ffc9c2cd
gwenn
authored
Mar 04, 2012
ffc9c2cd
Configure a default logger when SQLITE_LOG is set.
· e0cd2ca4
gwenn
authored
Mar 04, 2012
e0cd2ca4
Rename CacheOrPrepare to Prepare.
· 4a0bef16
gwenn
authored
Mar 04, 2012
4a0bef16
Activate Stmt cache by default.
· cc56fa03
gwenn
authored
Mar 04, 2012
cc56fa03
Benchmark Stmt cache.
· e2ff8991
gwenn
authored
Mar 04, 2012
e2ff8991
Add test with cache enabled.
· 9bc7c55b
gwenn
authored
Mar 04, 2012
9bc7c55b
Stmt cache plugged but current default size is zero.
· c519eeef
gwenn
authored
Mar 04, 2012
c519eeef
Add benchmark results in README.
· e0a89fb2
gwenn
authored
Mar 04, 2012
e0a89fb2
Improve User function support.
· 9c0804e7
gwenn
authored
Mar 04, 2012
9c0804e7
Make Scalar context distinct from Aggregate context.
· 2469a2f1
gwenn
authored
Mar 04, 2012
2469a2f1
Partial fix for user function context.
· 36bc9bfe
gwenn
authored
Mar 04, 2012
36bc9bfe
03 Mar, 2012
11 commits
Another step toward Stmt cache support.
· 2a5b9ead
gwenn
authored
Mar 03, 2012
2a5b9ead
Small step toward Stmt cache support.
· a61a41f9
gwenn
authored
Mar 03, 2012
a61a41f9
Go format.
· f11efc26
gwenn
authored
Mar 03, 2012
f11efc26
Fix benchmarks.
· 6507fe03
gwenn
authored
Mar 03, 2012
6507fe03
Fix backup test and doc.
· 8c9aafd4
gwenn
authored
Mar 03, 2012
8c9aafd4
Close Backup at the end of Run.
· 560595ad
gwenn
authored
Mar 03, 2012
560595ad
Use Logf in trace tests.
· 3d6092ae
gwenn
authored
Mar 03, 2012
3d6092ae
Partial WAL hook code.
· b1be6529
gwenn
authored
Mar 03, 2012
b1be6529
Fix CommitHook return type.
· f67df844
gwenn
authored
Mar 03, 2012
f67df844
Improve Conn#exec and Conn#Close error/log message.
· 2e131839
gwenn
authored
Mar 03, 2012
2e131839
Remove AUTOINCREMENT keyword.
· 7e10f97b
gwenn
authored
Mar 03, 2012
7e10f97b
02 Mar, 2012
4 commits
Improve dangling statement log message.
· 672aaeb9
gwenn
authored
Mar 02, 2012
672aaeb9
Improve Stmt#Select signature.
· 0b2c7f3a
gwenn
authored
Mar 02, 2012
0b2c7f3a
Add Interrupt test.
· f99eac24
gwenn
authored
Mar 02, 2012
f99eac24
Fix Prepare method: the Stmt is finalized when an error occurs while
· 19b7087a
gwenn
authored
Mar 02, 2012
binding.
19b7087a
01 Mar, 2012
2 commits
Update doc.
· 4b83e6bd
gwenn
authored
Mar 01, 2012
4b83e6bd
Move Stmt code in a dedicated file.
· 30c39e65
gwenn
authored
Mar 01, 2012
30c39e65