aboutsummaryrefslogtreecommitdiff
path: root/_example/trace/main.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove most files from _example/EuAndreh2024-08-141-264/+0
|
* fix type of event codeYasuhiro Matsumoto2018-01-291-1/+1
| | | | fixes #520
* dummy constantsYasuhiro Matsumoto2017-01-111-2/+0
|
* fixes #368Yasuhiro Matsumoto2017-01-101-0/+2
|
* Fix example import to point to mattn repo.Graeme Connell2016-11-111-1/+1
|
* Example program for the new SetTrace()A.N2016-09-071-0/+264
Does INSERT, then SELECT on the inserted rows (in-memory database). The purpose of all these is to cause activity so there will be trace messages to display. Trace message formatting is included (a useful format, with explanations).