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
878a8077ab2dd3292ab1ba469d93688c545a8993
Switch branch/tag
gosqlite
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
3 commits
Update doc.
· 4b83e6bd
gwenn
authored
Mar 01, 2012
4b83e6bd
Move Stmt code in a dedicated file.
· 30c39e65
gwenn
authored
Mar 01, 2012
30c39e65
Null check during scan cannot be disabled anymore.
· 91c0ce3d
gwenn
authored
Mar 01, 2012
91c0ce3d
28 Feb, 2012
3 commits
Update README file.
· b095b565
gwenn
authored
Feb 28, 2012
b095b565
Add support to Time type in Bind methods.
· f88e7c6c
gwenn
authored
Feb 28, 2012
Unix time has been choosen as default storage format.
f88e7c6c
Add support to Time type in Scan methods.
· 9c5a8b15
gwenn
authored
Feb 28, 2012
9c5a8b15
24 Feb, 2012
2 commits
Add Stmt#Busy method.
· 6394bba8
gwenn
authored
Feb 24, 2012
6394bba8
Fix for last weekly.
· e7464b51
gwenn
authored
Feb 24, 2012
e7464b51
23 Feb, 2012
1 commit
Go fmt.
· a007c4ab
gwenn
authored
Feb 23, 2012
a007c4ab
22 Feb, 2012
1 commit
Add tests for busy handling.
· 442aad69
gwenn
authored
Feb 22, 2012
442aad69