diff options
| author | Kenneth Shaw <kenshaw@gmail.com> | 2017-11-05 09:18:06 +0700 |
|---|---|---|
| committer | Kenneth Shaw <kenshaw@gmail.com> | 2017-11-05 09:18:06 +0700 |
| commit | 7174000f779db8d51c898c082640cb2f475cd8d3 (patch) | |
| tree | e4cb63cda97b7178e5cea15cdc8007ae19ada586 /sqlite3_vtable.go | |
| parent | Merge pull request #471 from msoap/patch-1 (diff) | |
| download | golite-7174000f779db8d51c898c082640cb2f475cd8d3.tar.gz golite-7174000f779db8d51c898c082640cb2f475cd8d3.tar.xz | |
Move RegisterAggregator implementation
The SQLiteConn.RegisterAggregator implementation was defined in
sqlite3_trace.go file, which is guarded with a build constraint. This
change simply moves RegisterAggregator to the main sqlite3.go file,
and moves accompanying unit tests.
The rationale for this move is that it was not possible for downstream
using packages to use RegisterAggregator without also specifying (and
notifying the user) the 'trace' build tag.
Diffstat (limited to 'sqlite3_vtable.go')
0 files changed, 0 insertions, 0 deletions
