Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2 from mattn/master | Philip O'Toole | 2017-06-17 | 38 | -195072/+215158 |
|\ | |||||
| * | Merge pull request #425 from xxr3376/empty-bytes | mattn | 2017-06-15 | 1 | -4/+7 |
| |\ | |||||
| | * | Use global variable for better performance. | Xu Xinran | 2017-06-14 | 1 | -3/+4 |
| | * | Treat []byte{} as empty bytes instead of NULL. | Xu Xinran | 2017-06-14 | 1 | -2/+4 |
| |/ | |||||
| * | Merge pull request #421 from flimzy/readme | mattn | 2017-05-29 | 1 | -5/+5 |
| |\ | |||||
| | * | Use "sqlite3" instead of "sqlite" in usage example. | Jonathan Hall | 2017-05-29 | 1 | -5/+5 |
| |/ | |||||
| * | Merge pull request #409 from kenshaw/add-vtable-insert-update-delete-unit-test | mattn | 2017-04-08 | 2 | -1/+338 |
| |\ | |||||
| | * | Adding unit test for VTable Insert/Update/Delete | Kenneth Shaw | 2017-04-07 | 2 | -1/+338 |
| |/ | |||||
| * | Merge pull request #399 from kenshaw/add-vtable-updater-hook | mattn | 2017-04-05 | 1 | -2/+72 |
| |\ | |||||
| | * | Adding hook to vhook to allow vtables to be modified | Kenneth Shaw | 2017-03-24 | 1 | -2/+72 |
| * | | Merge pull request #407 from zombiezen/foreignkeys | mattn | 2017-04-02 | 2 | -3/+72 |
| |\ \ | |||||
| | * | | Add _foreign_keys connection parameter | Ross Light | 2017-04-01 | 2 | -3/+72 |
| | |/ | |||||
| * | | Merge pull request #406 from zombiezen/fixleak | mattn | 2017-04-02 | 1 | -0/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | Avoid leaking db if setting busy timeout fails | Ross Light | 2017-04-01 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #398 from mkungla/qfe1 | mattn | 2017-03-24 | 1 | -1/+0 |
| |\ | |||||
| | * | Removed ambitious conn.Close() | Marko Kungla | 2017-03-24 | 1 | -1/+0 |
| |/ | |||||
| * | close connection when got errors in Open | Yasuhiro Matsumoto | 2017-03-24 | 1 | -0/+3 |
| * | fix breaking compatibility. | Yasuhiro Matsumoto | 2017-03-21 | 4 | -16/+15 |
| * | fix test | Yasuhiro Matsumoto | 2017-03-21 | 1 | -3/+3 |
| * | disable extension when loading failed | Yasuhiro Matsumoto | 2017-03-21 | 1 | -0/+1 |
| * | fix test | Yasuhiro Matsumoto | 2017-03-21 | 1 | -1/+1 |
| * | fix build | Yasuhiro Matsumoto | 2017-03-20 | 1 | -2/+2 |
| * | fix build | Yasuhiro Matsumoto | 2017-03-20 | 3 | -7/+7 |
| * | fix build | Yasuhiro Matsumoto | 2017-03-20 | 2 | -2/+2 |
| * | return nil when last error is SQLITE_OK | Yasuhiro Matsumoto | 2017-03-20 | 1 | -1/+5 |
| * | fix test | Yasuhiro Matsumoto | 2017-03-05 | 1 | -0/+1 |
| * | golint | Yasuhiro Matsumoto | 2017-03-05 | 1 | -4/+5 |
| * | rename | Yasuhiro Matsumoto | 2017-03-05 | 1 | -0/+0 |
| * | add test env | Yasuhiro Matsumoto | 2017-03-05 | 1 | -1/+1 |
| * | vtable is not default | Yasuhiro Matsumoto | 2017-03-05 | 1 | -0/+1 |
| * | refactoring | Yasuhiro Matsumoto | 2017-03-05 | 4 | -197/+202 |
| * | rename | Yasuhiro Matsumoto | 2017-03-05 | 1 | -0/+0 |
| * | remove dependency of assert | Yasuhiro Matsumoto | 2017-03-05 | 1 | -14/+36 |
| * | add gorepocard badge | Yasuhiro Matsumoto | 2017-03-05 | 1 | -1/+2 |
| * | golint | Yasuhiro Matsumoto | 2017-03-05 | 2 | -6/+8 |
| * | remove type ZeroBlobLength | Yasuhiro Matsumoto | 2017-03-05 | 1 | -2/+1 |
| * | golint | Yasuhiro Matsumoto | 2017-03-05 | 2 | -9/+9 |
| * | use pointer receiver | Yasuhiro Matsumoto | 2017-03-05 | 2 | -5/+6 |
| * | fix import path | Yasuhiro Matsumoto | 2017-03-05 | 1 | -1/+2 |
| * | Merge pull request #347 from DataDog/dd/vtable | mattn | 2017-03-05 | 7 | -1/+945 |
| |\ | |||||
| | * | [vtable] Rename Context to SQLiteContext | Conor Branagan | 2017-03-04 | 4 | -14/+14 |
| | * | [vtable] Add pure Go example of GitHub repo vtable. | Conor Branagan | 2017-03-04 | 2 | -0/+147 |
| | * | Add Go API for virtual tables | Conor Branagan | 2017-03-04 | 5 | -1/+798 |
| |/ | |||||
| * | fix test | Yasuhiro Matsumoto | 2017-03-05 | 1 | -1/+1 |
| * | not use underscore | Yasuhiro Matsumoto | 2017-03-05 | 1 | -2/+2 |
| * | rename function | Yasuhiro Matsumoto | 2017-03-05 | 1 | -2/+2 |
| * | add godoc for fixes golint | Yasuhiro Matsumoto | 2017-03-05 | 1 | -3/+17 |
| * | fix typos | Yasuhiro Matsumoto | 2017-03-05 | 1 | -4/+4 |
| * | use named field | Yasuhiro Matsumoto | 2017-03-05 | 1 | -10/+10 |
| * | Merge pull request #387 from msoap/patch-1 | mattn | 2017-03-02 | 1 | -0/+2 |
| |\ |