Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove most files from _example/ | EuAndreh | 2024-08-14 | 2 | -154/+0 |
| | |||||
* | update go version to 1.19 | Yasuhiro Matsumoto | 2024-01-25 | 1 | -1/+1 |
| | |||||
* | Fix virtual table example. (#1149) | Andrew Zhang | 2023-04-05 | 1 | -1/+1 |
| | |||||
* | Updating vtable example, "BestIndex" method (#1099) | David Vassallo | 2022-10-18 | 1 | -1/+6 |
| | | | | | | | As it was, the vtable example will give an error when adding any kind of SQL constraint in the SQL statement. Updating the BestIndex method will ensure that adding SQL constraints will not result in errors Signed-off-by: David Vassallo <davevassallo@gmail.com> Signed-off-by: David Vassallo <davevassallo@gmail.com> | ||||
* | 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 |
| | |||||
* | [vtable] Rename Context to SQLiteContext | Conor Branagan | 2017-03-04 | 1 | -2/+2 |
| | | | | To not conflict with core "context" package naming. | ||||
* | [vtable] Add pure Go example of GitHub repo vtable. | Conor Branagan | 2017-03-04 | 2 | -0/+147 |